> For the complete documentation index, see [llms.txt](https://docs.tokentable.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokentable.xyz/for-founders/tokentable-audits.md).

# Audits

TokenTable products have undergone comprehensive smart contract audits to guarantee security.

### TokenTable Airdrop

* Aidrop on EVM chains audit by CODESPECT ([Report 1](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Merkle%20Airdrop%20EVM%20Audit%201%20-%20CODESPECT.pdf), [Report 2](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Monorepo%20EVM%20Audit%201%20-%20CODESPECT.pdf))
* Airdrop on Solana audit by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Merkle%20Airdrop%20Solana%20Audit%201%20-%20CODESPECT.pdf)
* Airdrop on TON audit by [TonTech](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Merkle%20Airdrop%20TON%20Audit%201%20-%20TonTech.pdf)
* Airdrop on Movement audit by [OtterSec](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Merkle%20Airdrop%20Movement%20Audit%201%20-%20OtterSec.pdf)
* Signature-Based Airdrop on EVM chains audit by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Signature%20Airdrop%20EVM%20Audit%201%20-%20CODESPECT.pdf)
* Signature-Based Airdrop on Solana by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Signature%20Airdrop%20Solana%20Audit%200%20-%20CODESPECT.pdf)
* NFT-Gated Airdrop on EVM chains audit by [Nethermind](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Merkle%20Airdrop%20\(NFT%20Gated\)%20EVM%20Audit%201%20-%20Nethermind.pdf)

### TokenTable Unlocker

* Unlocker Cairo audit by Nethermind ([Report 1](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Unlocker%20Cairo%20Audit%201%20-%20Nethermind.pdf), [Report 2](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Unlocker%20Cairo%20Audit%202%20-%20Nethermind.pdf))
* Unlocker on EVM chains audit by [OtterSec](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Unlocker%20EVM%20Audit%201%20-%20OtterSec.pdf) and CODESPECT ([Report 1](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Unlocker%20EVM%20Audit%202%20-%20CODESPECT.pdf), [Report 2](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Monorepo%20EVM%20Audit%201%20-%20CODESPECT.pdf))
* Unlocker on Solana audit by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Unlocker%20Solana%20Audit%201%20-%20CODESPECT.pdf)
* Fractionalizer audit by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/TokenTable%20Fractionalizer%20and%20SellNow%20EVM%20Audit%201%20-%20CODESPECT.pdf)

### $SIGN Token Staking

* The staking contract for $SIGN token has been audited by [CODESPECT](https://raw.githubusercontent.com/EthSign/audit-reports/main/SIGN%20Token%20Staking%20Audit%201%20-%20CODESPECT.pdf)


---

# 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:

```
GET https://docs.tokentable.xyz/for-founders/tokentable-audits.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.
