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

# Settings

> Configure trading preferences and bot behavior.

Access your settings by sending `/settings` in the bot.

## Trade Settings

The settings panel displays your current configuration:

* **Degen Mode**: Shows ON or OFF status
* **Exit Strategy**: Shows your selected strategy (e.g., "Moon or Bust")

## Degen Mode

Degen Mode removes the confirmation step from trades for faster execution.

| Mode   | Flow                                          |
| ------ | --------------------------------------------- |
| Normal | Select amount → Review confirmation → Execute |
| Degen  | Select amount → Execute immediately           |

Tap **Disable Degen Mode** or **Enable Degen Mode** to toggle.

<Warning>
  With Degen Mode enabled, trades execute instantly after selecting an amount. Double check your values before tapping Buy or Sell.
</Warning>

## Exit Strategy

Tap **Configure Exit Strategy** to set a default strategy that automatically attaches take profit and stop loss orders to your buys.

| Preset           | Description                      |
| ---------------- | -------------------------------- |
| No Exit Strategy | No automatic orders (default)    |
| Free Ride        | Take 50% at 2x, let rest ride    |
| 25% TP/SL        | 25% profit target, 25% stop loss |
| Risk Averse      | Tight 5% stop loss protection    |
| Ladder Up        | Scale out at 2x, 3x, 5x          |
| Tight Trailing   | Trailing stop at -10%            |
| Conservative     | 50% profit, 15% stop loss        |
| Moon or Bust     | Hold for 10x or -30%             |

<Tip>
  Custom automation templates created in the Terminal also appear in this list.
</Tip>

## Swap Settings

Tap **Configure Swap Settings** to adjust parameters for market orders like slippage tolerance and priority fees.

## Order Settings

Tap **Configure Order Settings** to customize default values for limit orders.

<CardGroup cols={2}>
  <Card title="Exit Strategies" icon="route" href="/telegram-bot/exit-strategies">
    Learn more about how exit strategies work.
  </Card>

  <Card title="Trading" icon="arrow-right-arrow-left" href="/telegram-bot/trading">
    Buy and sell tokens with the bot.
  </Card>
</CardGroup>
