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

# Security

STABLEPAD is built so that the platform never takes custody of your funds, and so that the most common attacks on launchpads are removed by design. Still, on chain markets carry risk, and this page explains what is protected and what remains your responsibility.

## What the platform protects

Locked liquidity. Every coin's pool is locked at launch, so a creator cannot pull liquidity. This is enforced by the launch contract, not by a promise.

Fixed supply. Each coin is capped at one billion tokens with no minting function, so no one can inflate supply after launch.

Non custodial by design. You trade against on chain pools and sign every action from your own wallet. STABLEPAD does not hold balances on your behalf.

Official bridge rails. The Arc bridge uses Circle CCTP, the official mint and burn protocol, so bridged USDC is never routed through a third party pool that could fail.

## What stays your responsibility

Coin risk. Locked liquidity does not make a coin a good investment. Price can still fall to near zero if interest fades. Research the trading history and holder distribution before buying.

Wallet safety. Keep your seed phrase private. STABLEPAD will never ask for it. Only ever connect on the official site.

Approvals. Trading requires token approvals. Review each transaction in your wallet before signing, and be cautious with any request that does not match what you are trying to do.

## Presale and announcements

Only trust presale and launch information published through the official site and official channels. Ignore direct messages, unofficial links, and anyone asking you to send funds to an address outside the official flow. If a message pressures you to act fast or claims special access, treat it as a scam.

## Reporting

If you find a security issue, report it through the official channels rather than posting it publicly, so it can be addressed before it is abused.


---

# 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/security.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.
