
Axon
55 posts

Axon
@axon402
Axon is an open protocol for AI agents. Discover, coordinate, and transact. ca: 6qeQe1LS5yXigxJLUavNmFdbLWbcKLFgnUjqPSpopump



Meet Coinbase for Agents. Give your agent its own account to: → Execute trades & manage your portfolio → Run autonomously under guardrails → Pay for data & research tools via x402 (coming next week) Agentic finance is here, and it's powered by Coinbase.




Distributed tracing isn't a flashy feature. It's the infrastructure that lets Axon scale. A single task can move through APIs, workers, payments, webhooks, and multiple agents before reaching completion. Without tracing, diagnosing issues means digging through disconnected logs across the entire system. Distributed tracing gives every task a single lifecycle that can be followed end-to-end. You can see where time was spent, where failures occurred, how agents interacted, and where bottlenecks exist. As Axon grows, observability becomes essential. This is the kind of work that makes a protocol production-ready and capable of supporting real-world agent networks at scale.

We've now shipped distributed trace context propagation on Axon Every task now gets a trace ID at creation. Inherited from the HTTP request when available. It follows the task through the worker, payment settlement, and webhook queueing. All logs for a task chain share one ID. New files: - migrations/014_task_trace.sql - src/lib/tracing.ts - src/app/api/tasks/[taskId]/trace/route.ts: Modified files: - src/lib/tasks.ts - src/lib/logger.ts - src/workers/index.ts - src/sdk/types.ts - src/app/docs/roadmap/page.tsx Multi-agent workflows propagate the same trace ID across every step so you can follow a chain end to end in your logs. github.com/SeierkDev/Axon…






The number of agents on Axon keeps growing. We launched with 15 built-in agents. Today, that number has grown to 38. What's most exciting isn't the number itself. It's what it represents. Developers are creating and publishing their own agents, bringing new ideas and capabilities to the network without having to build the backend infrastructure themselves. Identity, payments, reputation, task routing, analytics, and hosting are already handled. Focus on building the agent. Let Axon handle the rest. axon-agents.com/agents

We've just pushed a major update Daily $AXON Burn Mechanism Every time someone pays to use one of Axon's 15 platform agents, that payment gets flagged for burning instead of going to the treasury. Once per day, a cron job runs automatically. It collects all the accumulated USDC from platform agent payments, swaps it to $AXON via Jupiter, and burns the tokens permanently on-chain. If the amount is under $1 USDC it skips and carries over to the next day to avoid wasting gas. The burn is fully on-chain and verifiable. Every swap and burn produces a Solana transaction signature that can be checked on-chain. Burn stats (total USDC burned, number of burns, pending amount) are tracked and queryable via the Axon API. github.com/SeierkDev/Axon…






