# Examples

#### Example 1

* **Token Pair**: ETH/USDC
* **Buy Price**: $1620
* **Sell Price**: $1910
* **Floor Price**: $1570

In this case, ETH is bought when it dips at $1620, the profit target is set at $1910 and the floor price at $1570.

#### Example 2

* **Token Pair**: ARB/ETH
* **Buy Price**: Current Price
* **Sell Price**: +20%
* **Floor Price**: -5%

In this case, ARB will be bought at current price. Sell Price will be 20% above the Invest Price and the Floor Price is 5% below Invest Price.

#### Example 3

* **Token Pair**: OP/USDT
* **Buy Price**: Current Price\
  **DCA Enabled - Spread Amount:** 20%, **Buy the Dip**: -5%
* **Sell Price**: $1.90\
  **Spread Sell Enabled - Spread Amount:** 20%, **Sell the Rally:** +5%
* **Floor Price**: $1.13

In this case, the total budget is bought in 5 equal parts. Initially, 20% is purchased at the current price, while the remaining 80% is acquired in 4 equal portions, 20% each with a 5% dip in price each time. For sale, 20% is sold at $1.90, and the rest is sold in 4 equal parts with a 5% price increase each time and the Floor Price is set as $1.13.

#### Example 4

* **Token Pair**: AVAX/USDC
* **Buy Price**: Current Price\
  **DCA Enabled - Spread Amount:** 25%, **Buy the Spike**: +5%
* **Sell Price**: $12.80\
  **Spread Sell Enabled - Spread Amount:** 50%, **Sell the Rally: -**&#x35;%
* **Floor Price**: $7.80

In this case, the total budget is bought in 4 equal parts. Initially, 25% is purchased at the current price, while the remaining 75% is acquired in 3 equal portions, 25% each with a 5% pump after the dip below the initial invest price. For sale, 50% is sold at $12.80, and the rest is sold with a 5% trailing stop loss. The Floor Price is set as $7.80.

#### Example 5

* **Token Pair**: WBTC/USDT
* **Buy Price**: $27000\
  **DCA Enabled - Spread Amount:** 25%, **TWAP**: 1 Day
* **Sell Price**: $35000\
  **Spread Sell Enabled - Spread Amount:** 25%, **TWAP:** 7 Day
* **Floor Price**: $24000

In this case, the total budget is bought in 4 equal parts. Initially, 25% is purchased at $27000, while the remaining 75% is acquired in 3 equal portions daily. For sale, 25% is sold at $35000, and the rest is sold in 3 equal parts in 3 weeks. The Floor Price is set as $24000.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fyda.fi/understanding-strategy/examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
