# Solana Unchained Whitepaper

## Docs

- [Overview](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/overview.md)
- [Market Context and Opportunity](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/market-context-and-opportunity.md)
- [Core Thesis](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/core-thesis.md)
- [Real World Services](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/real-world-services.md)
- [Commerce Protocol](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/real-world-services/commerce-protocol.md)
- [Social Recovery Protocol](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/real-world-services/social-recovery-protocol.md)
- [Inheritance Protocol](https://solana-unchained.gitbook.io/whitepaper/why-this-exists/real-world-services/inheritance-protocol.md)
- [AI Tool Hub](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/ai-tool-hub.md)
- [Solana Unchained Vault](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/solana-unchained-vault.md): The staking process
- [Token Gated Access](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/token-gated-access.md)
- [Unchained Wallet](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet.md): Consumer Product
- [Core Wallet Features](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet/core-wallet-features.md)
- [Built in Commerce Tab](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet/built-in-commerce-tab.md)
- [Built in Social Recovery](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet/built-in-social-recovery.md)
- [Built in Inheritance](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet/built-in-inheritance.md)
- [How the Wallet Relates to the B2B Protocols](https://solana-unchained.gitbook.io/whitepaper/core-ecosystem/unchained-wallet/how-the-wallet-relates-to-the-b2b-protocols.md)
- [Yield Account](https://solana-unchained.gitbook.io/whitepaper/apr-boost/yield-account.md)
- [Boosted Promotion](https://solana-unchained.gitbook.io/whitepaper/apr-boost/boosted-promotion.md): Boosted APR during Presale up to 150%
- [Post Launch Permanent Rate](https://solana-unchained.gitbook.io/whitepaper/apr-boost/post-launch-permanent-rate.md): 7% APR, paid monthly
- [Funding the Yield](https://solana-unchained.gitbook.io/whitepaper/apr-boost/funding-the-yield.md)
- [Tokenomics](https://solana-unchained.gitbook.io/whitepaper/token-details/tokenomics.md)
- [Contracts](https://solana-unchained.gitbook.io/whitepaper/token-details/contracts.md)
- [Security & Audits](https://solana-unchained.gitbook.io/whitepaper/token-details/security-and-audits.md)
- [Presale Phases](https://solana-unchained.gitbook.io/whitepaper/token-details/presale-phases.md)
- [Vesting and Supply Control](https://solana-unchained.gitbook.io/whitepaper/token-details/vesting-and-supply-control.md)
- [Liquidity Strategy](https://solana-unchained.gitbook.io/whitepaper/token-details/liquidity-strategy.md)
- [Economic Balance](https://solana-unchained.gitbook.io/whitepaper/token-details/economic-balance.md)
- [Consensus Finality & Epoch-Anchored State Settlement](https://solana-unchained.gitbook.io/whitepaper/technical-specifications/consensus-finality-and-epoch-anchored-state-settlement.md)
- [Crypto-Agility & Post-Quantum Readiness](https://solana-unchained.gitbook.io/whitepaper/technical-specifications/crypto-agility-and-post-quantum-readiness.md)
- [Smart Contract Architecture](https://solana-unchained.gitbook.io/whitepaper/technical-specifications/smart-contract-architecture.md)
- [Security Architecture](https://solana-unchained.gitbook.io/whitepaper/technical-specifications/security-architecture.md)
- [Developer & Integration Architecture](https://solana-unchained.gitbook.io/whitepaper/technical-specifications/developer-and-integration-architecture.md)
- [Roadmap](https://solana-unchained.gitbook.io/whitepaper/roadmap.md)
- [Vision](https://solana-unchained.gitbook.io/whitepaper/vision.md)
- [Conclusion](https://solana-unchained.gitbook.io/whitepaper/conclusion.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://solana-unchained.gitbook.io/whitepaper/why-this-exists/overview.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.
