Order Fulfilment
To ensure customer satisfaction and maintain a strong platform reputation, 3DOS rewards manufacturers who consistently fulfill orders within designated timeframes.
Formula
Explanation
fulfilment_reward: The earned reward for timely order fulfilment (in tokens).
50: The fixed reward amount for timely fulfilment.
I(fulfilment_timely): The indicator function, returning 1 if the order is fulfilled timely and 0 otherwise.
Scenario
An order is fulfilled on time and the manufacturer is eligible for the reward.
Calculation
fulfilment_timely = 1 (order fulfilled timely)
fulfilment_reward = 50 * 1 = 50 tokens
Last updated