Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt

Use this file to discover all available pages before exploring further.

These guides walk through common integration patterns end-to-end. Every example targets @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

  1. Project setup — install, construct, and call from a server.
  2. Concepts — vaults, share tokens, deposit + withdraw flows, decimals.
  3. Deposits — implement your first deposit flow.
  4. Withdrawals — let users redeem shares.
  5. Smart Wallets — wire the SDK output through an AA wallet.
  6. Multi-Chain — fan out to additional chains.

Not using JavaScript?

If you integrate from Python, Go, Swift, Kotlin, Flutter, or any other language, see the Direct Contract or API Calldata guides — they cover the same deposit, withdrawal, and cancellation workflows without the SDK.