The backend powering the Vectr trading platform on TAO EVM. Token launches, AI-driven agent terminals, custodial wallets, and on-chain order execution — all in one place.
All protected endpoints require a JWT issued after Twitter OAuth 2.0 login via POST /auth/twitter/callback.
Include it as a HttpOnly cookie (token) or pass Authorization: Bearer <token>.
API keys can be created at POST /api-keys for programmatic access.
Twitter OAuth 2.0 login flow. Generates JWT sessions for all protected routes.
AES-256-GCM encrypted custodial wallets. Server-side transaction signing and submission via /wallet/sign-and-submit.
Natural language → on-chain actions. Claude-powered agent interprets commands and executes trades, launches, and swaps.
Token list, live prices, trade history, and metadata for all assets on TAO EVM.
Create and manage token launches via the oracle. Bonding curves, presale configuration, and launch parameters.
Limit, stop-loss, TWAP, and DCA order management. Automated execution when price conditions are met.
AI-generated mini-apps with KV storage and server-side scripts. Render HTML dashboards and run scheduled jobs.
Project metadata and configuration for deployed AI agents. Manage names, descriptions, and social links.
Create and revoke API keys for programmatic access. Scoped permissions per key.
Proxied LLM access with USDC credit billing. Route requests to Claude with usage metering and rate limits.
Presale indexing and participation tracking. Real-time contribution totals and allocation data.
Fee recipient claiming for Twitter-linked accounts. Distribute protocol fees to content creators.
Spend limits, token allowlists, and wallet guard configuration. Protect wallets from runaway scripts.
File upload and download for agent-generated assets, app images, and token media.
Free and Pro tier management. Feature gating based on active subscription status.
Community-contributed agent skills. Register, discover, and invoke reusable on-chain actions.