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 (1)

Collapse
 
godspeed2077 profile image
Randy Rockwell

Saw your NEXUS + AgentCore Payments integration post. AgentCore going live May 7 is a real moment — the rails are starting to consolidate.

I'm running the same shape but for a different domain — forgepointsignal.com, regulatory data parsed by Claude, x402 on Base mainnet, $0.10/call. Sounds like we may be hitting the same wall: Glama shows ~zero usage on mine 30 days in, the build wasn't the hard part, agent-side discovery is.

Curious — has AgentCore integration moved the needle on actual paid calls yet, or is the discovery problem the same regardless of payment substrate? Want to compare notes once either of us has real volume data.

— Randy