# TokenTable

## TokenTable

- [Introduction](https://docs.tokentable.xyz/readme.md)
- [TokenTable Standard](https://docs.tokentable.xyz/for-founders/tokentable-standard.md)
- [TokenTable Airdrop](https://docs.tokentable.xyz/for-founders/tokentable-airdrop.md)
- [TokenTable Unlocker](https://docs.tokentable.xyz/for-founders/tokentable-unlocker.md)
- [Audits](https://docs.tokentable.xyz/for-founders/tokentable-audits.md)
- [Custom Token Claiming Portal](https://docs.tokentable.xyz/for-founders/custom-token-claiming-portal.md)
- [Airdrop Token Claiming](https://docs.tokentable.xyz/for-token-recipients/airdrop-token-claiming.md)
- [Unlocker Token Claiming](https://docs.tokentable.xyz/for-token-recipients/unlocker-token-claiming.md)
- [Airdrop](https://docs.tokentable.xyz/for-developers/airdrop.md)
- [EVM](https://docs.tokentable.xyz/for-developers/airdrop/evm.md)
- [Deployer](https://docs.tokentable.xyz/for-developers/airdrop/evm/mdcreate2.md)
- [Merkle Distributor](https://docs.tokentable.xyz/for-developers/airdrop/evm/merkle.md)
- [Signature Distributor](https://docs.tokentable.xyz/for-developers/airdrop/evm/ecdsa.md)
- [Solana](https://docs.tokentable.xyz/for-developers/airdrop/solana.md)
- [Merkle Distributor](https://docs.tokentable.xyz/for-developers/airdrop/solana/merkle-distributor.md)
- [Signature Distributor](https://docs.tokentable.xyz/for-developers/airdrop/solana/signature-distributor.md)
- [TON](https://docs.tokentable.xyz/for-developers/airdrop/ton.md): This is technical documentation for the TON smart contract implementation of the TokenTable product.
- [Getting Started](https://docs.tokentable.xyz/for-developers/airdrop/ton/getting-started.md)
- [Architecture](https://docs.tokentable.xyz/for-developers/airdrop/ton/architecture.md)
- [Usage](https://docs.tokentable.xyz/for-developers/airdrop/ton/usage.md)
- [Smart Contract Schema](https://docs.tokentable.xyz/for-developers/airdrop/ton/smart-contract-schema.md)
- [Integration](https://docs.tokentable.xyz/for-developers/airdrop/ton/integration.md)
- [Unlocker](https://docs.tokentable.xyz/for-developers/unlocker.md)
- [EVM](https://docs.tokentable.xyz/for-developers/unlocker/evm.md)
- [APIs](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis.md)
- [Core](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core.md)
- [Unlocker](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/unlocker.md)
- [Data Models](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/unlocker/data-models.md): Data models present in the unlocker smart contract.
- [FutureToken](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/futuretoken.md)
- [TrackerToken](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/core/trackertoken.md)
- [Utilities](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities.md)
- [Deployer](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/deployer.md)
- [External Hook](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/external-hook.md)
- [Fee Collector](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/fee-collector.md)
- [Versionable](https://docs.tokentable.xyz/for-developers/unlocker/evm/apis/utilities/versionable.md)
- [SDK](https://docs.tokentable.xyz/for-developers/unlocker/evm/sdk.md)
- [Changelog](https://docs.tokentable.xyz/for-developers/unlocker/evm/changelog.md)
- [Solana](https://docs.tokentable.xyz/for-developers/unlocker/solana.md)
- [Starknet](https://docs.tokentable.xyz/for-developers/unlocker/starknet.md)
- [FAQ](https://docs.tokentable.xyz/support/faq.md): Common questions and answers about TokenTable.
- [Feedback and Troubleshooting](https://docs.tokentable.xyz/support/feedback-and-troubleshooting.md): Get the help you need and provide valuable feedback to help us improve your experience with TokenTable.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tokentable.xyz/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
