> For the complete documentation index, see [llms.txt](https://onchain-cc.gitbook.io/onchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onchain-cc.gitbook.io/onchain-docs/degen/overview.md).

# Degen Overview

Degen is the dedicated onchain.cc product for trading **pre-graduated pump.fun tokens** — Solana memecoins that are still on their bonding curve and not yet listed on a regular DEX. It's a separate surface from [Swap](/onchain-docs/swap/terminal-overview.md) (which is for established, post-graduation tokens) and from [Discover](/onchain-docs/discover/degen-feed.md) (which is the feed that surfaces what's moving).

\[SCREENSHOT: Degen tab on the onchain.cc terminal showing a pre-graduated token's bonding-curve panel]

> **Info:** **Currently Solana-only.** Degen exists because pump.fun is a Solana product. The pre-graduate market only exists there.

***

## What "Pre-Graduated" Means

On pump.fun, every token launches on a **bonding curve** rather than on a traditional liquidity pool:

* As people buy, the price moves up the curve.
* As people sell, it moves down.
* The token does **not** trade on Raydium, Orca, or any other DEX during this phase.
* Once the token's market cap reaches roughly **$69k** (the graduation threshold), pump.fun automatically migrates the liquidity to Raydium and the token "graduates" — at which point it becomes a normal post-grad token tradable through any DEX (and on onchain.cc through [Swap](/onchain-docs/swap/terminal-overview.md)).

A **pre-graduated** token is one that is still on the bonding curve. To buy or sell it, you must trade against the curve directly — which is what Degen is for.

***

## Why Degen Is Its Own Product

Pre-graduated tokens behave differently from post-graduated ones. Standard DEX routing (the Carbium aggregator that powers [Swap](/onchain-docs/swap/terminal-overview.md)) doesn't apply, because there's no liquidity pool to route through yet. The price is set entirely by the bonding curve, slippage works differently, and execution paths are different. Degen handles that flow specifically:

|                | Swap                                             | Degen                                                | Discover                                                |
| -------------- | ------------------------------------------------ | ---------------------------------------------------- | ------------------------------------------------------- |
| What it's for  | Trading post-graduation tokens across 17+ chains | Trading pre-graduation pump.fun tokens (Solana-only) | Finding tokens to trade (signals, feeds, first-callers) |
| Pricing model  | DEX liquidity pools (AMMs) routed by Carbium     | Pump.fun bonding curve                               | N/A — informational                                     |
| Chain coverage | 17+ chains                                       | Solana only                                          | Solana only                                             |

***

## Where Degen Fits in Your Flow

A typical Solana memecoin lifecycle on onchain.cc:

1. **Discover** it — the [Degen Feed (Trenches)](/onchain-docs/discover/degen-feed.md) surfaces newly launched and trending tokens. [Derek Bot](broken://pages/67yNm7JHQGKxnTuX888Q) flags first-caller activity.
2. **Trade it pre-graduation** — if you want to buy before it hits Raydium, use **Degen** (this section).
3. **Trade it post-graduation** — once the token graduates, it trades like any other Solana token via [Swap](/onchain-docs/swap/terminal-overview.md).

***

## Fees on Degen

Degen uses the same Colosseum rank-based fee schedule as Swap:

* **Recruit:** 0.15%
* **Warrior:** 0.14%
* **Gladiator:** 0.13%
* **Champion:** 0.12%
* **Warlord:** 0.11%
* **Immortal:** 0.10%

There is no separate Degen-specific fee. Your rank applies platform-wide. See [Rank System](/onchain-docs/colosseum/ranks.md) for how the schedule works.

> **Warning:** Pre-graduated tokens are highly speculative. Most pump.fun tokens never graduate — many lose most of their value within hours of launch. Trade only with capital you are willing to lose entirely.

***

## Read Next

* [Pump.fun Bonding Curves](/onchain-docs/degen/bonding-curves.md) — how pricing actually works on pre-graduates
* [How to Buy a Pre-Graduated Token](/onchain-docs/degen/how-to-buy.md) — the step-by-step trade flow


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://onchain-cc.gitbook.io/onchain-docs/degen/overview.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.
