TypeScript SDK for the 0xFOX predictive cross-chain bridge, AI agents, and copy-trading vaults.
npm install @0xfox-org/sdkimport { FoxClient } from '@0xfox-org/sdk'
const fox = new FoxClient({ apiKey: 'your-api-key' })
// Get a bridge quote
const quote = await fox.getQuote({
fromChain: 'ethereum',
toChain: 'avalanche',
fromToken: 'USDC',
toToken: 'USDC',
amount: '1000000000' // 1000 USDC
})
// Execute the swap
const swap = await fox.executeSwap(quote.id)- FoxSwap — Predictive cross-chain bridge with AI-optimized routing
- FoxClaw — Deploy and manage autonomous AI trading agents
- SGX — Governance staking and copy-trading vault subscriptions
- FoxFAI — Natural language DeFi execution
Full documentation at 0xfox.org/docs
AGPL-3.0