DEV Community

RileyCraig14
RileyCraig14

Posted on

NEXUS works with Amazon Bedrock AgentCore Payments — live crypto data via x402

NEXUS + AgentCore Payments

Amazon just launched AgentCore Payments (May 7, 2026) built on x402. NEXUS is already x402 compatible.

Any AgentCore agent can now call NEXUS automatically:

from bedrock_agentcore.payments import AgentCorePaymentsPlugin
# Agent calls nexus-agent-xa12.onrender.com
# x402 handles payment automatically
# $0.02 per crypto price call
Enter fullscreen mode Exit fullscreen mode

NEXUS tools available:

  • crypto_prices ($0.02)
  • reddit_sentiment ($0.05)
  • fear_greed_index ($0.02)
  • whale_alert ($0.05)
  • defi_tvl ($0.02)

Agent Card: https://nexus-agent-xa12.onrender.com/.well-known/agent.json

GitHub: https://github.com/RileyCraig14/nexus-agent

Top comments (0)