> ## Documentation Index
> Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Trading Strategies

> An overview of automated approaches available through Silvana Book.

Silvana’s Book agents enable a number of trading strategies.

<Callout icon="arrows" color="#cf65c9">
  Each strategy may use one or more agents. Explore its available implementations, templates, and demos in [Agent Space](https://app.silvana.one/agents).
</Callout>

| **Strategy**                | **Execution Pattern**                                                                              | Status                                                                            |
| --------------------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| **Market Making**           | Limit orders are placed on both buy and sell sides.                                                | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Grid Trading**            | A grid of standing limit buy or sell orders is <br />submitted across a price range.               | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **RFQ (Request for Quote)** | Quotes from liquidity providers are requested and<br /> executed against the best available quote. | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Taker Fill Loops**        | Buy or sell RFQ orders are executed in chunks <br />until the target amount is fully filled.       | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Spot Grid**               | Places bids and offers at fixed price levels <br />around the mid price.                           | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Portfolio Rebalancing**   | Trades assets to maintain configured portfolio weights.                                            | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Infinite Grid**           | Maintains a grid without a fixed price range, <br />regenerating orders as the market moves.       | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Spread Capture**          | Maintains a bid and offer around the market <br />price to capture the bid–ask spread.             | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Spot DCA**                | Places periodic spot orders to accumulate an <br />asset gradually over time.                      | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Mean Reversion**          | Trades when the mid price diverges from and <br />returns toward a rolling reference value.        | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Trend Following**         | Opens positions based on EMA crossover signals <br />and follows the resulting market direction.   | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Arbitrage**               | Detects and trades price differences between external<br />venues and Canton markets.              | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Pairs Trading**           | Trades two related markets when the spread between <br />them deviates from its expected range.    | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Copy Trading**            | Mirrors the order flow of a selected trading party.                                                | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **DCA Portfolio**           | Runs a DCA strategy across multiple configured markets.                                            | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
| **Yield Rotation**          | Reallocates assets between markets based on <br />risk-adjusted return signals.                    | <Badge color="green" size="sm" shape="pill" icon="circle-check">Supported</Badge> |
