> For the complete documentation index, see [llms.txt](https://tradewiz.gitbook.io/tradewiz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradewiz.gitbook.io/tradewiz/auto-sell/tiered-take-profit-t-p-strategy.md).

# Tiered Take-Profit (T/P) Strategy

**1.Cumulative price increase calculation**

Price increase thresholds across tiers are cumulative.Example: If Tier 1 is set to +10% and Tier 2 to +20%, then Tier 2 triggers at a total +30% increase from the entry price (10% + 20%).

**2.Sell Remaining Amount is based on the remaining position**

E.g.Initial position: 100Tier 1 sell: 10% → 100 × 0.1 = 10Tier 2 sell: 20% → (100 − 10) × 0.2 = 18

**3.Minimum Selling Amount**

The Minimum Selling Amount defines the smallest allowable sell size per transaction.

* When the calculated sell amount for a single execution is below the Minimum Selling Amount, Bot will sell using the Minimum Selling Amount instead.

**4.Infinite selling at the final tier**

Once the last tier is reached, the strategy enters an infinite sell mode.If there is only one tier, or the final tier’s sell ratio is not set to 100%, the system will continue selling the specified percentage at each timeout interval or price increase step until the the remaining position falls below the Minimum Selling Amount, at which point the position will be fully closed.<br>

#### Example

**1.Quick arbitrage, fast exit**

<figure><img src="https://3693852296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoOEAkYDPvKCSe36sfA4U%2Fuploads%2FUxVOtrQWdHpYaYD6Yuqz%2Fimage.png?alt=media&amp;token=bb050104-5ae1-4c5a-b46e-c4d70e3dfbfa" alt=""><figcaption></figcaption></figure>

**Strategy explanation:**

1. If the token price reaches +20% within 2 seconds, sell 20% of the position and keep the rest;
2. If the price does not reach +20% within 2 seconds, fully exit the position.

**2.Capture high multiples while managing downside risk**

<figure><img src="https://3693852296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoOEAkYDPvKCSe36sfA4U%2Fuploads%2FI30Upo4wx4HaoBXAr31Z%2Fimage.png?alt=media&amp;token=9aebccb5-e6b2-4306-a5da-7d8761775248" alt=""><figcaption></figcaption></figure>

**Strategy explanation:**

1. When price reaches +50%, sell 1%;
2. After **Tier 1** triggers:

* If the price reaches **+100%** (a total of **+150% from entry**) **by the third second**, sell **30% of the remaining position**.
* If the price does **not** reach +100% **by the third second**, sell **20% of the remaining position**.

After that, bot checks **every 3 seconds**, continuing to sell until the remaining position falls below the **Minimum Selling Amount**, then fully exits.
