cards.virtual
No-KYC virtual Visa/Mastercard order intake. Pay with crypto, receive activation details by email after provider settlement.
Crypto → prepaid cards, gift cards, payment links, and AgentBridge routes.
One agent-native router for turning onchain value into real-world utility. Today: card, gift-card, AnonPay, and AgentBridge rails for humans who move fast and agents that need clean APIs, receipts, and predictable route logic.
Use the assisted order form. Buy a prepaid card, grab a gift card, or create a human-friendly AgentBridge route with payment instructions and route details in one place. If a card provider rejects your payment asset/network combo, the form will tell you instead of pretending the route is guaranteed.
Cards were the first route. Gift cards bring the hub into everyday retail, food, travel, and gaming spend. AnonPay adds payment links. AgentBridge adds cross-network routing. AgentXchange adds programmable exchange rails with quotes, swap creation, and normalized settlement tracking.
No-KYC virtual Visa/Mastercard order intake. Pay with crypto, receive activation details by email after provider settlement.
Browse and order digital gift cards by product ID. Status and redeem details flow through the same trade endpoint.
Create crypto checkout/payment links for agent services, client invoices, creator payments, gated workflows, and weird internet money things.
AgentBridge creates a provider-backed cross-chain route between source and destination assets/networks with the same quote/order/status flow as the rest of SpendHub.
AgentXchange is the programmable exchange surface for route discovery, normalized quotes, address validation, swap creation, and settlement tracking across supported assets.
Simple rule: DARKSOL can charge markup on supported card-style routes, and holders can waive our cut.
Applied to virtual card and gift-card orders via provider markup where supported.
Signed wallet proof drops DARKSOL service fee to zero. Provider fees and seller spreads still apply.
Cards estimate provider issuance fees. Gift cards reflect live provider/seller quote behavior.
Proof message: DARKSOL spend holder fee waiver. Send x-darksol-wallet + x-darksol-signature, or trusted server header for DARKSOL apps.
Live verification from the production router after the gift-card catalog API-key fix.














































































AgentBridge is the bridge product inside SpendHub: same DARKSOL API contract, but for moving value between chains/assets instead of buying a spend instrument.
Send tickerFrom, networkFrom, tickerTo, networkTo, amount, and destination address to /api/spend/quote.
POST the same payload to /api/spend/order. DARKSOL returns a normalized orderId, provider ID, and funding instructions if the provider accepted the pair.
Send the exact quoted asset/amount to the returned provider address. The upstream route handles the bridge/swap path.
Use /api/spend/status and /api/spend/receipt for accounting, support, or agent memory.
Current position: AgentBridge is live as a routed provider bridge surface. DARKSOL is normalizing the API and receipt layer; final route availability, timing, and fees are still pair-dependent upstream.
Same operating model across spend routes: quote, order, settle, receipt. AgentBridge uses the same contract, just with source/destination assets and networks. Then EarnHub closes the loop with revenue routes.
* USDC on Base is the default suggested rail, not a guaranteed provider-accepted combo for every card provider/card type.
Pick a route, amount, product/provider, and payment asset. Default is USDC on Base.
Create the provider order or payment link. DARKSOL returns the provider ID and instructions.
User pays the provider checkout address/link. Card/gift-card delivery or bridge execution happens after settlement.
Check status and pull a DARKSOL receipt for agent accounting or customer support.
Use the Spend Router endpoints for new builds. Legacy card endpoints remain available for backwards compatibility.
curl -X POST https://acp.darksol.net/api/spend/order \
-H "Content-Type: application/json" \
-d '{
"route": "giftcards.digital",
"productId": "8767",
"amount": 25,
"email": "agent@example.com",
"tickerFrom": "usdc",
"networkFrom": "base"
}'
curl -X POST https://acp.darksol.net/api/spend/order \
-H "Content-Type: application/json" \
-d '{
"route": "bridge.crosschain",
"tickerFrom": "usdc",
"networkFrom": "base",
"tickerTo": "usdt",
"networkTo": "tron",
"amount": 100,
"address": "TYourDestinationAddress"
}'
Install this skill to give agents prepaid card, gift-card, AnonPay, and AgentBridge routing capabilities.
Choose a prepaid debit/credit card, a gift card, or an AgentBridge route. This form creates the provider order and returns payment instructions. Cards/gift cards deliver after settlement; bridge routes return funding details and a trackable order ID.