FluxA Agent Wallet
MCP server cho thanh toán AI agent — nạp ví, đặt giới hạn chi tiêu, phát hành AgentCards, và tự động thanh toán vi mô x402.
Tài liệu
Return to top
Copy page
FluxA Wallet Overview
FluxA lets users fund a wallet, delegate spend to AI agents under guardrails, and settle paid API calls without manual key handling. Here’s the concise view.
What users can do
- Top up USDC (fiat on‑ramp or on‑chain) and view balance.
- Transfer USDC out to a Base Mainnet address you control.
- Create, authorize, and revoke AI agents.
- Set spend controls: per‑agent monthly limit and host‑scoped automatic policies.
- Review and approve payment requests; view payout requests and history.
- Inspect transactions and agent activity.
What AI agents can do
- Register & authenticate — obtain an Agent ID with credentials (
agent_id,token,jwt) and refresh JWTs when they expire. - Log in to third-party services — mint a short-lived Verifiable Credential to prove the Agent ID to an external service (SSO, account linking) without exposing the login JWT.
- Pay for APIs (x402) — detect HTTP 402 responses and authorize payments automatically. V3 with intent mandates enables fully autonomous spending within a user‑approved budget.
- Create & manage mandates — propose a spending mandate (budget, time window, host scope) for the user to sign, then spend against it without per‑transaction approval.
- Send payouts — transfer USDC to any external Base address (withdrawals, revenue splits, rewards) and track status until settlement.
- Create payment links — generate shareable collection links to receive USDC payments, optionally delivering digital content after payment.
- Query state — list mandates, check eligible mandates for a payment, view payout status, and monitor payment link revenue.
What developers can do
- Integrate via MCP (local or remote) to expose FluxA tools to agents.
- Integrate via HTTP API for full control over registration, payments, mandates, payouts, and payment links.
- Enforce guardrails with per‑agent monthly limits, host‑scoped policies, and mandate budgets; rely on built‑in risk controls.
Quick links
- User Guide: Top‑ups, Transfers Out, Managing Agents, Spend Limit, Automatic Policies, Payment Requests
- AI Agent Guide: Agent ID, Log in to Third-Party, X402 Payment, Payout, Payment Link
- Agent ID Integration: Verify Fluxa Agent ID
- API Reference: Overview, Registration, VC, X402 V1, X402 V3, Mandates, Payouts, Payment Links
- Integration: Local MCP, Remote MCP
- First run: Quick Start