> 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/token/stablepad-token.md).

# STABLEPAD Token

The STABLEPAD token is the official platform token that ties the ecosystem together.

* Name: STABLEPAD
* Ticker: SPAD
* Network: BNB Chain (chain 56)
* Pair: USD1

## How it launches

SPAD launches through the STABLEPAD launchpad itself, on BNB Chain, paired against USD1. That means it follows the exact same rules as every coin on the platform: a fixed supply of one billion tokens, seeded into a locked Uniswap v3 position, with liquidity that can never be pulled. No team allocation and no hidden minting, the full supply is the pool.

## Role on the platform

Staking, you stake SPAD to earn rewards over time. See the Staking page for how the reward rate and APR work.

Alignment, SPAD is the asset that long term participants hold and stake, which aligns active users with the growth of the platform.

## Supply

Fixed at one billion, like every coin launched on STABLEPAD, with locked liquidity and no hidden minting.

## Trading SPAD

Because SPAD pairs against USD1 on BNB Chain, you trade it with USD1 and pay gas in BNB. To buy, you need a little BNB for gas and USD1 to spend. USD1 is available on BNB Chain through the usual venues.

Always verify the official SPAD contract address from the official STABLEPAD site and channels before trading. Ignore any token that claims to be SPAD from an unofficial link.


---

# 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/token/stablepad-token.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.
