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

# Feed

### Overview

**Feed** mode lets you run tasks in an **AFK** style, but they won't be triggered by on-chain events.

Instead, *you* call the API and provide a Base64-encoded transaction that contains the pool-creation instruction.

This mode is designed for users who already have an external source that notifies them about new tokens or pool creations, and simply want Blood to process those events instead of detecting them on-chain.

| Field name                      | Description                                                                                                                        |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Wallet**                      | `Wallet name`                                                                                                                      |
| **Mode**                        | `feed`                                                                                                                             |
| **Data**                        | `empty`                                                                                                                            |
| [**Platforms**](/platforms)     | **Example:**<br />`raydium,pamm`**OR** empty                                                                                       |
| **Direction**                   | `empty`                                                                                                                            |
| **Stable**                      | "sol" or "wsol" (same thing)<br />"usdc"<br />"usdt"<br />"usd1"<br /><br />**`If set empty, bot will buy pools with ANY stable`** |
| **Input**                       | `empty`                                                                                                                            |
| **Amount**                      | `Amount in stable/% of balance`<br /><br />**Example:**<br />If you want to buy 10% of balance -> set `10%` in this field          |
| **Fee**                         | Amount in SOL / empty ( = 0.0001 SOL)<br /><br />**Example:**<br />`0.001:0.001` or `0.001` (will be used for buy & sell)          |
| **Tip**                         | Amount in SOL / empty ( = 0.0001 SOL)<br /><br />**Example:**<br />`0.001:0.001` or `0.001` (will be used for buy & sell)          |
| **Slippage**                    | Slippage amount / empty ( = 10%)<br /><br />**Example:**<br />`10:10` or `10` (will be used for buy & sell)                        |
| [**Preset**](/preset-cli)       | Preset name                                                                                                                        |
| [**Strategy**](/strategies-cli) | Strategy name                                                                                                                      |
