# b) Laddered Orders

Laddered Orders inputs a 6 percentage points spread within the NFTs re-sell price. The average price multiplied by this spread, creates the highest and lowest order prices, with the rest divided within this range.\
This avoids a blockage of same prices listings, while the fixated spread creates a healthy output on collections order books.

$$
HO = AP \* 1.03
$$

$$
LO = AP \* 0.97
$$

$$
Delta = (HO - LO) / (N - 1)
$$

* HO: Highest Order
* LO: Lowest Order
* AP: Average Price
* N: Total of NFTs
* Delta: progression of relisting prices

<figure><img src="https://2398896030-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4XxmJ8E73P4i8oaPsoLr%2Fuploads%2F5vIONSfcyVkmlujqh3UW%2Fimage.png?alt=media&#x26;token=123c3be9-8a50-4b36-abca-efe1e848c111" alt=""><figcaption><p>Example</p></figcaption></figure>
