Documentation Index
Whitepaper
Quick Start
If you want to...
Start here
Documentation Structure
docs/
├── whitepaper/ # Official whitepaper
│ └── main.tex # LaTeX source (PDF at shyield.finance/whitepaper.pdf)
│
├── protocol/ # Token & smart contract documentation
│ ├── SHIELD_TOKENOMICS.md # Token economics & distribution
│ ├── SHIELD_DEPLOYMENT.md # Contract deployment guide
│ ├── SHIELD_SECURITY_CHECKLIST.md # Pre-deployment security
│ ├── STAKING_BOOST_SPEC.md # SHIELD staking for APY boost
│ └── REVENUE_SYSTEM_SPEC.md # BuybackBurn & RevenueRouter
│
├── integration/ # External service integrations
│ ├── FASSETS_GUIDE.md # XRP → FXRP bridging (canonical)
│ ├── FIRELIGHT_INTEGRATION.md # Yield generation + testnet simulation
│ └── LP_LOCKING_GUIDE.md # Liquidity pool locking
│
├── partners/ # Partner-facing documentation
│ └── FIRELIGHT_PARTNER_GUIDE.md # Firelight team integration guide
│
├── platform/ # Application architecture
│ ├── AIRDROP_CLAIM_GUIDE.md # Airdrop eligibility & claiming
│ ├── SMART_ACCOUNTS_SPEC.md # ERC-4337 specification
│ ├── swap.md # Multi-asset swap feature
│ ├── wallet-integration.md # Wallet connection guide
│ ├── transaction-signing.md # Signing flows
│ └── xaman-integration.md # Xaman wallet details
│
├── api/ # API documentation
│ └── README.md
│
└── operations/ # Operational guides (future)Protocol Documentation
Dashboard Features
Dashboard Enhancements (v2.2.0)
Integration Documentation
Partner Documentation
Platform Documentation
Root-Level Documentation
Documentation by Use Case
For Research Teams / Auditors
For Smart Contract Developers
For Integration Engineers
For Frontend Developers
Scripts Reference
Script
Purpose
Last updated