Production requirements
Before you expose a route to production traffic, confirm the basics that protect buyers and your revenue.
Use 4mica dashboard for the final review of route pricing, your
payTo address, settlement monitoring, and claim readiness.
Launch checklist
Trust and legitimacy
Buyers should be able to verify that they are paying the real service. Show yourpayTo address where buyers check payment destination, keep your public API domain and payment requirements consistent, and document what the route does, what it costs, and what counts as delivery.
If you use a marketplace, registry, verified profile, or ratings system, bind that identity to your payment address and domain. After launch, monitor for copied agent names, wrong domains, wrong payTo addresses, and fake payment requirements.
Pricing and monetization
Each route should have a pricing model before traffic arrives. Decide whether it is fixed-price, metered, tiered, subscription-gated, or quote-based, then publish accepted networks and assets. Minimum payment amounts should still make sense after infrastructure, support, fraud, and downstream costs. Keep dynamic pricing explainable before the buyer signs. If humans and agents should see different prices, use separate routes, policies, or metadata instead of hidden behavior.Microtransactions
For high-frequency traffic, use clearing cycles instead of trying to settle every tiny request on-chain. Signed guarantees and deferred settlement keep small payments practical, but you still need to require payment or a valid guarantee before expensive work starts. Test sub-cent and small-dollar prices in sandbox with realistic traffic volume before you rely on them in production.Agent-to-agent controls
Treat other agents as normal x402 buyers unless your product needs extra identity checks. You can accept, reject, or price requests based on route, payer, metadata, policy, reputation, or your own allowlist. Your agent should decline work that would cost more to fulfill than the payment covers. If your agent buys from another agent and resells the result, log each downstream paid call.Risk and abuse
Keep abuse controls close to the route. Limit unpaid pre-work, cap spend or request volume per buyer, agent, guarantee, API key, or wallet, and block suspicious payers or repeated invalid payment attempts. Refund rules should be explicit before launch. Store delivery evidence for disputes and alert on missed settlement deadlines and defaults.Production flow
- The buyer or buyer agent calls your protected route.
- Your API returns HTTP 402 with payment requirements.
- The buyer creates a unique request ID and signs a payment guarantee.
- The buyer retries with the signed payment guarantee.
- Your middleware verifies and settles through the facilitator.
- Your paid handler runs and returns the result.
- You monitor the guarantee through clearing and final settlement.