# Cytonic docs

## Cytonic docs

- [Cytonic network](https://docs.cytonic.com/concept/cytonic-network.md)
- [Multi virtual machine](https://docs.cytonic.com/concept/multi-virtual-machine.md)
- [Cytonic Ethereum](https://docs.cytonic.com/network-documentation/cytonic-ethereum.md)
- [Cytonic Solana](https://docs.cytonic.com/network-documentation/cytonic-solana.md)
- [Tokenomics](https://docs.cytonic.com/cytonic/tokenomics.md)
- [Overview](https://docs.cytonic.com/airdrop/overview.md)
- [Accounts](https://docs.cytonic.com/airdrop/accounts.md)
- [Energy and Flames](https://docs.cytonic.com/airdrop/energy-and-flames.md)
- [Lottery](https://docs.cytonic.com/airdrop/lottery.md)
- [Referral program](https://docs.cytonic.com/airdrop/referral-program.md)
- [Chests](https://docs.cytonic.com/airdrop/chests.md)
- [Levels & Achievements](https://docs.cytonic.com/airdrop/levels-and-achievements.md)
- [Guidelines](https://docs.cytonic.com/airdrop/guidelines.md)
- [Deposit](https://docs.cytonic.com/airdrop/guidelines/deposit.md)
- [Get my referral code](https://docs.cytonic.com/airdrop/guidelines/get-my-referral-code.md): Share your referral link to earn 15% of the energy from each referral. You’ll also receive 7% of the energy from anyone referred by your referrals.
- [Chest Opening](https://docs.cytonic.com/airdrop/guidelines/chest-opening.md)
- [Achievements](https://docs.cytonic.com/airdrop/guidelines/achievements.md)
- [Lottery](https://docs.cytonic.com/airdrop/guidelines/lottery.md)
- [Withdraw](https://docs.cytonic.com/airdrop/guidelines/withdraw.md)
- [Security](https://docs.cytonic.com/airdrop/security.md)
- [Contracts](https://docs.cytonic.com/airdrop/contracts.md)
- [RPC Compatibility](https://docs.cytonic.com/multi-vm/rpc-compatibility.md)
- [Cross VM calls](https://docs.cytonic.com/multi-vm/cross-vm-calls.md)
- [Integrating existing app](https://docs.cytonic.com/developer-integrations/integrating-existing-app.md)
- [Testnet](https://docs.cytonic.com/developer-integrations/testnet.md)
- [SVM](https://docs.cytonic.com/developer-integrations/svm.md)
- [Deploy Contract](https://docs.cytonic.com/developer-integrations/svm/deploy-contract.md)
- [Call Contract](https://docs.cytonic.com/developer-integrations/svm/call-contract.md)
- [Get blockchain data](https://docs.cytonic.com/developer-integrations/svm/get-blockchain-data.md)
- [EVM](https://docs.cytonic.com/developer-integrations/evm.md)
- [Deploy contract](https://docs.cytonic.com/developer-integrations/evm/deploy-contract.md)
- [Call contract](https://docs.cytonic.com/developer-integrations/evm/call-contract.md)
- [Get blockchain data](https://docs.cytonic.com/developer-integrations/evm/get-blockchain-data.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, 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.cytonic.com/concept/cytonic-network.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.
