These guides walk through common integration patterns end-to-end. Every example targetsDocumentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
@paxoslabs/amplify-sdk@1.0.0.
Project setup
Install the package, construct the client, and call it safely from a server.
Concepts
Vaults, share tokens, deposit + withdraw flows, decimals.
Deposits
End-to-end deposit flow covering the permit, approval, and already-approved paths.
Withdrawals
Submit, preview fees, list pending, and cancel orders.
Smart Wallets
Patterns for ERC-4337 accounts, embedded wallets (Privy, Dynamic), and session keys.
Multi-Chain
Discover supported chains at runtime and route writes to the correct network.
Suggested order
- Project setup — install, construct, and call from a server.
- Concepts — vaults, share tokens, deposit + withdraw flows, decimals.
- Deposits — implement your first deposit flow.
- Withdrawals — let users redeem shares.
- Smart Wallets — wire the SDK output through an AA wallet.
- Multi-Chain — fan out to additional chains.