> For the complete documentation index, see [llms.txt](https://docs.surged.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.surged.fun/readme.md).

# Surged

Surged is a token launchpad on [Arc](https://arc.io), Circle's chain. Anyone can launch a token in one transaction, and every token trades against USDC from its very first block.

Surged never holds your funds. Every launch, trade and claim is a transaction your own wallet signs.

{% hint style="warning" %}
**Check the address, not the name.** Anyone can copy a name, a symbol or an image. The token address is the only thing that tells two tokens apart.
{% endhint %}

## How it works

1. **Launch.** A creator picks a name, a symbol and an image, and the token goes live with a fixed supply.
2. **Trade.** Everyone buys and sells against a bonding curve that prices the token in USDC.
3. **Graduate.** Once the curve has collected enough USDC, the token moves into a Uniswap pool and its liquidity is locked forever.

Each step has its own page: [How a launch works](/launchpad/launches.md), [Trading and pricing](/launchpad/trading.md) and [Graduation](/launchpad/graduation.md).

## Everything is in USDC

USDC is the native coin of Arc. Prices, fees, the graduation threshold and even gas are paid in it, so a price on Surged is a price in dollars. There is no second coin to hold and no conversion to watch.

## At a glance

|                  |                                               |
| ---------------- | --------------------------------------------- |
| Chain            | Arc mainnet, chain id `5042`                  |
| Quote asset      | USDC                                          |
| Supply per token | 1,000,000,000, fixed                          |
| Launch fee       | 1 USDC                                        |
| Trade fee        | 1%                                            |
| Graduation       | at 12,000 USDC collected                      |
| Contracts        | [Official addresses](/launchpad/addresses.md) |

## Building on Surged

The [Integration](/integration/overview.md) half of these docs is for developers: the SDK, the public api and the realtime feed. Questions go to <info@surged.fun>.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.surged.fun/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
