> For the complete documentation index, see [llms.txt](https://whitepaper.redcatclub.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.redcatclub.com/home/redcat-smart-contract.md).

# RedCat Smart Contract

- [RedCat NFT Contract](https://whitepaper.redcatclub.com/home/redcat-smart-contract/redcat-nft-contract.md): RedCat NFT 智能合約
- [RedCat Game Contract](https://whitepaper.redcatclub.com/home/redcat-smart-contract/redcat-game-contract.md): 遊戲智能合約
- [FT Contract (ERC20)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/ft-contract-erc20.md): ERC20
- [TokenFaucet Contract (ERC20)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/tokenfaucet-contract-erc20.md): ERC20 水龍頭
- [NFT Contract (ERC721)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/nft-contract-erc721.md): ERC721
- [NFT Contract (ERC721A)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/nft-contract-erc721a.md): ERC721A
- [NFT Metadata Standards](https://whitepaper.redcatclub.com/home/redcat-smart-contract/nft-metadata-standards.md): 元數據標準
- [MT Contract (ERC1155)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/mt-contract-erc1155.md): ERC1155
- [ERC20-Permit Contract (ERC2612)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/erc20-permit-contract-erc2612.md): ERC2612
- [SFT Contract (ERC3525)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/sft-contract-erc3525.md): ERC3525
- [Swapping Contract(PancakeSwap)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/swapping-contract-pancakeswap.md): 兌換
- [Yield Farms Contract(PancakeSwap)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/yield-farms-contract-pancakeswap.md): 農場
- [Limit Orders Contract(PancakeSwap)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/limit-orders-contract-pancakeswap.md): 掛單
- [Syrup Pools Contract(PancakeSwap)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/syrup-pools-contract-pancakeswap.md): 資金池
- [IFO Contract(PancakeSwap)](https://whitepaper.redcatclub.com/home/redcat-smart-contract/ifo-contract-pancakeswap.md): IFO
- [Transparent Proxy Contract](https://whitepaper.redcatclub.com/home/redcat-smart-contract/transparent-proxy-contract.md): 透明代理合約


---

# 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://whitepaper.redcatclub.com/home/redcat-smart-contract.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.
