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

# FAQ

## What is STABLEPAD

A stablecoin native token launchpad. Anyone can create a coin in under a minute, and every coin launches with locked liquidity paired against a stablecoin, so prices read directly in dollars.

## Which networks does it support

Stable (chain 988, pair USDT0), Robinhood (chain 4663, pair USDG), Arc (chain 5042, pair USDC), Ethereum (chain 1, pair USDT), and BNB Chain (chain 56, pair USD1). See the Networks page for details.

## How much supply does a coin have

Exactly one billion tokens, fixed at launch, with no minting. Supply can only go down through burning.

## Can a creator rug the pool

No. Liquidity is locked at launch in the Uniswap v3 position, and the creator cannot withdraw it. This removes the most common rug vector. Always do your own research on a coin's trading and holders regardless.

## What is the trading fee

One percent per swap, charged by the pool. On a standard coin the creator collects the full fee. On a gift coin the platform keeps thirty percent and the creator keeps seventy percent.

## Do I earn fees as a creator

Yes. Fees accrue to your coin's locked position and you claim them from the fee panel, per coin and per network.

## How do I get the pair token

Buy or bridge it. Use the Bridge page to move USDC into Arc, or to bring value from other chains into USDT0 on Stable.

## Why is Arc sometimes unavailable

Arc mainnet is a new network, and the Arc team can restrict access during maintenance. While that happens Arc coins and the Arc bridge may not load. Nothing is lost, coins and funds return once access is restored.

## My bridged USDC has not arrived, is it lost

No. A CCTP transfer burns on Base and mints on Arc after Circle attests. If the mint did not finish, the funds are safe and claimable. Use Your transfers or the recovery option on the Bridge page to complete the mint. CCTP attestations do not expire.

## Is STABLEPAD custodial

No. STABLEPAD never holds your funds. You trade against on chain pools, you bridge through Circle's official rails, and you keep custody of your assets throughout.

## How do I earn points

Trade, launch, refer, and hold. Points are tracked on the Rewards leaderboard.


---

# 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.stablepad.app/help/faq.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.
