# Degen Mode

### <mark style="color:orange;">Degen Mode</mark> <a href="#id-4cde" id="id-4cde"></a>

Degen mode is a specific setting within Market Orders that is designed to prioritize transaction success over minimizing slippage and execution price. This can be helpful during times of extreme network congestion or peak demand for newly launched tokens to prevent failed trades.&#x20;

Here’s how Degen Mode works:&#x20;

* The Degen Mode toggle is in the Market order ticket
* Automatically increases max slippage tolerance to 20% (can be customized) for higher trade fill success
* Use "Max Priority Fee" on Solana to set a custom maximum priority fee amount.  Note that unlike other platforms, Definitive does not automatically attempt to execute the trade using your max priority fee setting.  Instead, our Smart Retry logic will submit the trade with increasing priority fees until your maximum threshold is hit to prevent unnecessary overpaying of priority fees.

<figure><img src="/files/UngKKUylvsIilCHAOpir" alt="" width="341"><figcaption></figcaption></figure>


---

# 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.definitive.fi/platform/prime/degen-mode.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.
