๐Ÿ™TakoAPI
โ† ์—์ด์ „ํŠธ ๋งˆ์ผ“ํ”Œ๋ ˆ์ด์Šค

AlgoVoi Payment Agent

Oratis Kamir ์ œ์ž‘

Multi-chain, multi-protocol crypto payment verification agent. Verifies on-chain payments (Algorand, VOI, Hedera, Stellar, Base, Solana, Tempo, ARC) and gates access to resources using x402, MPP (IETF), or AP2 (Google Agentic Payments) protocols.

โ€”์•„์ง ํ‰๊ฐ€ ์—†์Œ
๋‚ด ํ‰๊ฐ€

๋กœ๊ทธ์ธํ•˜๋ฉด ํ‰๊ฐ€ํ•˜๊ฑฐ๋‚˜ ์ €์žฅํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค

A2A๋ฌด๋ฃŒ

์Šคํ‚ฌ (5)

Agent Trust Bench

agent-trust-bench

Research environment measuring autonomous AI agent payment decisions under x402. 35 profiles spanning benign, adversarial, multi-turn, and budget-enforcement scenarios. Agents can probe profiles via GET /{profile_id}, refuse via POST /refused/{profile_id}, and declare pre-authorisation via POST /authorised-declaration. Available as an MCP server (bench_mcp_server.py, stdio transport) and via Bazaar discovery at /discovery/resources. Max transaction: $1.00 USDC. No auth required. Research disclosure at /disclosure-policy.

์ž…๋ ฅ: application/json์ถœ๋ ฅ: application/json
  • โ€œList all bench profiles at agent-trust-bench.algovoi.co.uk/discovery/resourcesโ€
  • โ€œProbe the 'cheap' profile: GET agent-trust-bench.algovoi.co.uk/cheapโ€
  • โ€œRun all 35 profiles with bench_runner.py --persona policyโ€

Check Payment Status

check-status

Poll the payment status of a checkout link. Input: token (the URL slug from create-checkout, e.g. 'uW9MJN-abc123' โ€” NOT the UUID id field). Returns status: active | paid | expired | cancelled.

์ž…๋ ฅ: application/json์ถœ๋ ฅ: application/json
  • โ€œCheck if checkout uW9MJN-abc123 has been paidโ€

Create Hosted Checkout

create-checkout

Create a hosted payment link for a given amount. Returns a checkout URL and token that an end-user can open to complete payment. Input: amount (major fiat units, e.g. 9.99), currency (ISO 4217, e.g. GBP), label (description), preferred_network (optional), redirect_url (optional). Supported networks: algorand_mainnet, voi_mainnet, hedera_mainnet, stellar_mainnet, base_mainnet, solana_mainnet, tempo_mainnet, arc_testnet.

์ž…๋ ฅ: application/json์ถœ๋ ฅ: application/json
  • โ€œCreate a checkout link for ยฃ9.99 (amount: 9.99, currency: GBP)โ€
  • โ€œCreate a checkout link for $49.00 on Algorand mainnetโ€

Post Twitter Checkout

post-twitter-checkout

Create a hosted checkout link and post it as a reply to a tweet (or as a new tweet) using the tenant's connected X bot credentials. Input: amount (major fiat units), currency (ISO 4217), tweet_id (optional โ€” reply target), label (optional), preferred_network (optional). Returns checkout_url, token, and tweet_id of the posted reply.

์ž…๋ ฅ: application/json์ถœ๋ ฅ: application/json
  • โ€œReply to tweet 1234567890 with a ยฃ9.99 checkout linkโ€
  • โ€œPost a $50 payment request as a new tweet via the connected X botโ€

Verify On-Chain Payment

verify-payment

Verify that a blockchain transaction satisfies the payment requirements for a gated resource. Supports x402, MPP, and AP2 protocols on Algorand, VOI, Hedera, Stellar, Base, Solana, Tempo, and ARC networks. Returns verified=true and an access_token JWT on success.

์ž…๋ ฅ: application/json์ถœ๋ ฅ: application/json
  • โ€œVerify tx ABC123 on algorand_mainnet for resource premium-contentโ€
  • โ€œCheck if payment has been received for checkout token chk_xyzโ€