Choose the integration that fits your business model, from physical stores to automated AI agents.
Show a QR code at checkout. Customers pay in crypto, and you get paid in local currency like NGN, instantly.
Integrate our API into your website or app. Full control over the checkout flow and branding.
Accept payments from AI agents automatically. No human checkout, no card required.
Our developer-first API lets you create payment sessions and handle crypto transactions with just a few lines of code. No wallet management or blockchain node infrastructure required.
Transform your physical storefront into a global payment hub. Show a dynamic or static QR code at your checkout and let customers pay from any wallet in seconds.
Avoid volatility. We convert crypto to local currency immediately.
NGN goes directly to your Bank Account.
Works on any device. No setup, no maintenance.
The agent makes a request to your endpoint. Your server returns a 402 with payment details.
The agent signs a USDC or USDT authorization with its own key and sends the payload back.
Your server submits the signed payload. CoinCircuit settles on-chain and you receive funds.
AI agents are already buying things. They purchase API access, hire services, and execute transactions without a human in the loop. If you sell anything online, agents are becoming a real customer segment.
CoinCircuit lets agents pay you in USDC or USDT and settle to your account in seconds. No card required on their end, no new setup on yours.
No monthly retainers, no setup costs, just a simple transaction fee.
Join modern merchants who are already accepting global payments with CoinCircuit. No setup fees, no monthly costs.
"@coincircuit/sdk"
3const apiKey = process.env.KEY;
const apiKey = process.env.KEY;
coincircuit.createPayment(
8 currency: "USD",
currency: "USD",
9 chain: "base",
10 asset: "USDC",
"customer@example.com"
Select asset, then choose network
You pay network fee
Proceed to Payment
Settled Instantly
The Agentic Economy
Instant settlement
Bank-grade security
24/7 Priority support
Customer Pays₦10,000.00
Fee (1%)-₦100.00
₦9,900.00Settled Instantly
Get Started Free
Sign UpTypeScript1import { CoinCircuit } from "@coincircuit/sdk";23const apiKey = process.env.KEY;4const coincircuit = new CoinCircuit({ apiKey });56const session = await coincircuit.createPayment({7 amount: 100,8 currency: "USD",9 chain: "base",10 asset: "USDC",11 customer: { email: "customer@example.com" }12});
1import { CoinCircuit } from "@coincircuit/sdk";23const apiKey = process.env.KEY;4const coincircuit = new CoinCircuit({ apiKey });56const session = await coincircuit.createPayment({7 amount: 100,8 currency: "USD",9 chain: "base",10 asset: "USDC",11 customer: { email: "customer@example.com" }12});