# Wraith Protocol ## Docs - [API Endpoints](https://docs.usewraith.xyz/api-reference/endpoints.md): Full HTTP API reference for the managed platform - [TypeScript Types](https://docs.usewraith.xyz/api-reference/types.md): Type definitions and interfaces - [Chain Connectors](https://docs.usewraith.xyz/architecture/chain-connectors.md): ChainConnector interface and adding new chains - [Architecture](https://docs.usewraith.xyz/architecture/overview.md): System overview and how components fit together - [TEE Security](https://docs.usewraith.xyz/architecture/tee.md): Trusted Execution Environment and key derivation - [CKB Contracts](https://docs.usewraith.xyz/contracts/ckb.md): Lock script specs and the Cell model for stealth addresses on Nervos CKB - [EVM Contracts](https://docs.usewraith.xyz/contracts/evm.md): Solidity contract specs and deployment - [Solana Contracts](https://docs.usewraith.xyz/contracts/solana.md): Anchor program specs and deployment - [Stellar Contracts](https://docs.usewraith.xyz/contracts/stellar.md): Soroban contract specs and deployment - [Getting Started](https://docs.usewraith.xyz/getting-started.md): Install the SDK, create your first agent, and send a private payment - [Bring Your Own Model](https://docs.usewraith.xyz/guides/bring-your-own-model.md): Use OpenAI, Claude, or other AI providers - [Multichain Agent](https://docs.usewraith.xyz/guides/multichain-agent.md): Create an agent across multiple chains - [Privacy Best Practices](https://docs.usewraith.xyz/guides/privacy-best-practices.md): Scoring, timing patterns, and address hygiene - [Single-Chain Agent](https://docs.usewraith.xyz/guides/single-chain-agent.md): Create an agent on one blockchain - [How Stealth Payments Work](https://docs.usewraith.xyz/guides/stealth-payments.md): Visual guide to stealth address cryptography - [Introduction](https://docs.usewraith.xyz/introduction.md): Multichain stealth address platform for private payments - [Roadmap](https://docs.usewraith.xyz/roadmap.md): Development phases and upcoming features - [Agent Client](https://docs.usewraith.xyz/sdk/agent-client.md): Wraith and WraithAgent classes for the managed platform - [CKB Primitives](https://docs.usewraith.xyz/sdk/chains/ckb.md): Stealth address crypto for Nervos CKB using secp256k1 and the Cell model - [EVM Primitives](https://docs.usewraith.xyz/sdk/chains/evm.md): Stealth address crypto for EVM chains using secp256k1 - [Solana Primitives](https://docs.usewraith.xyz/sdk/chains/solana.md): Stealth address crypto for Solana using ed25519 - [Stellar Primitives](https://docs.usewraith.xyz/sdk/chains/stellar.md): Stealth address crypto for Stellar using ed25519 - [SDK Overview](https://docs.usewraith.xyz/sdk/overview.md): Package structure, entry points, and Chain enum ## OpenAPI Specs - [openapi](https://docs.usewraith.xyz/api-reference/openapi.json)