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

# ChainGPT Pad

- [Introduction & Overview](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/introduction-and-overview.md)
- [Public Sale (Subscription)](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/public-sale-subscription.md)
- [Standard IDO (Tiered)](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/standard-ido-tiered.md)
- [Buzz Campaigns](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/buzz-campaigns.md)
- [Launchdrops & Giveaways](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/launchdrops-and-giveaways.md)
- [$CGPT Staking Benefits](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/staking.md)
- [Delegate Staking Functionality](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/staking/delegate-staking-functionality.md): Delegate Staking on ChainGPT Pad
- [Tier System](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/tier-system.md): The Tier system of ChainGPT Pad
- [Referral Program](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/referral-program.md)
- [KYC Onboarding Guide](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/kyc-onboarding-guide.md): Know Your Customer Procedure for ChainGPT Pad
- [Flexible Refund Policy](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/flexible-refund-policy.md): ChainGPT Initial DEX Offering Refund System
- [Claim & Refund Guide](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/flexible-refund-policy/claim-and-refund-guide.md)
- [One Wallet Connect - Unified Wallet Integration Guide (EVM & Solana)](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/one-wallet-connect-unified-wallet-integration-guide-evm-and-solana.md): Get started with connecting your wallet to ChainGPT Pad!
- [KOLs Program (Ambassadors)](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/kols-program-ambassadors.md)
- [FAQ](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/faq.md): Frequently Asked Questions about ChainGPT Pad
- [Solana IDO Participation - Guide on DegenPad](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/solana-ido-participation-guide.md)
- [Register Interest](https://docs.chaingpt.org/our-ecosystem/chaingpt-pad/register-interest.md): Signaling Intentions to participate in ChainGPT Pad IDOs


---

# 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.chaingpt.org/our-ecosystem/chaingpt-pad.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.
