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