# SyncAI Network

## SyncAI Network Whitepaper

- [Introduction](https://docs.syncai.network/introduction.md)
- [UPI](https://docs.syncai.network/motivation/upi.md)
- [Communication](https://docs.syncai.network/motivation/communication.md)
- [Identities](https://docs.syncai.network/motivation/identities.md)
- [User Experience](https://docs.syncai.network/motivation/user-experience.md): Consumer Experience in Web3
- [Overview](https://docs.syncai.network/features/overview.md)
- [SyncID](https://docs.syncai.network/features/syncid.md)
- [Technical Architecture](https://docs.syncai.network/features/syncid/technical-architecture.md)
- [Proof of Life](https://docs.syncai.network/features/syncid/proof-of-life.md)
- [Federated Matching Process](https://docs.syncai.network/features/syncid/federated-matching-process.md)
- [SyncNotify: On-Chain Notifications](https://docs.syncai.network/features/syncnotify-on-chain-notifications.md)
- [SyncEcho: Wallet to Wallet Interactions](https://docs.syncai.network/features/syncecho-wallet-to-wallet-interactions.md)
- [Chat](https://docs.syncai.network/features/syncecho-wallet-to-wallet-interactions/chat.md)
- [Payments](https://docs.syncai.network/features/syncecho-wallet-to-wallet-interactions/payments.md)
- [SyncEcho: Intent AI Inference](https://docs.syncai.network/features/syncecho-intent-ai-inference.md)
- [DeFi Intents](https://docs.syncai.network/features/syncecho-intent-ai-inference/defi-intents.md)
- [Cardano Explorer](https://docs.syncai.network/features/syncecho-intent-ai-inference/cardano-explorer.md)
- [Governance](https://docs.syncai.network/features/syncecho-intent-ai-inference/governance.md): A Three-Part Approach to Simplified DAO Interactions
- [Overview](https://docs.syncai.network/sync-node/overview.md)
- [Anchor Identity Layer](https://docs.syncai.network/sync-node/anchor-identity-layer.md)
- [Data Ingression Layer](https://docs.syncai.network/sync-node/data-ingression-layer.md)
- [Solver Network](https://docs.syncai.network/sync-node/solver-network.md)
- [Querying Layer](https://docs.syncai.network/sync-node/querying-layer.md)
- [Dispatch Layer](https://docs.syncai.network/sync-node/dispatch-layer.md)
- [Distribution and Vesting](https://docs.syncai.network/tokenomics/distribution-and-vesting.md)
- [Liquidity Management Strategy](https://docs.syncai.network/tokenomics/liquidity-management-strategy.md)
- [SyncAI Team and Liquidity Committee](https://docs.syncai.network/tokenomics/syncai-team-and-liquidity-committee.md)
- [Token Economy and Revenue Model](https://docs.syncai.network/tokenomics/token-economy-and-revenue-model.md)
- [Roadmap](https://docs.syncai.network/roadmap.md)
- [Incentivized Testnet](https://docs.syncai.network/testnet/incentivized-testnet.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.syncai.network/introduction.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.
