DARKSOL SPEND HUB

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.

Human buyer or bridge user?

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.

Active routes
4
Gift cards
2,700+
Suggested rail
USDC/Base*
Holder fee
0%

// LIVE SPEND ROUTES

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.

💳
Live

cards.virtual

No-KYC virtual Visa/Mastercard order intake. Pay with crypto, receive activation details by email after provider settlement.

$10-$1,000Visa/MCApple/Google Pay
🎁
Live

giftcards.digital

Browse and order digital gift cards by product ID. Status and redeem details flow through the same trade endpoint.

2,700+ productsEmail delivery
🔗
Live

payments.anonpay

Create crypto checkout/payment links for agent services, client invoices, creator payments, gated workflows, and weird internet money things.

Payment linksAgent-nativeReceipts
🌉
Live

bridge.crosschain / AgentBridge

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.

Cross-chainProvider-routedAgentBridge
🔄
Live

exchange.crosschain / AgentXchange

AgentXchange is the programmable exchange surface for route discovery, normalized quotes, address validation, swap creation, and settlement tracking across supported assets.

ExchangeQuote → trade → statusBase USDC → BTC v1

// FEES + DARKSOL HOLDER PERK

Simple rule: DARKSOL can charge markup on supported card-style routes, and holders can waive our cut.

3%

Standard DARKSOL service fee

Applied to virtual card and gift-card orders via provider markup where supported.

0%

10M+ DARKSOL holders

Signed wallet proof drops DARKSOL service fee to zero. Provider fees and seller spreads still apply.

Live

Provider pricing

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.

// CATALOG SNAPSHOT

Live verification from the production router after the gift-card catalog API-key fix.

Adidas gift card
Ace Hardware gift card
Academy Sports + Outdoors gift card
Airbnb gift card
Allbirds gift card
Amazon gift card
AMC Theatres gift card
American Eagle gift card
Apple gift card
Applebee's gift card
Amtrak gift card
Bass Pro Shops gift card
Best Buy gift card
Blimpie gift card
Blaze Pizza gift card
Landry's gift card
Crate & Barrel gift card
CVS Pharmacy gift card
Dave & Buster's gift card
Del Frisco's Grille gift card
Disney gift card
Domino's gift card
EA gift card
eBay gift card
Etsy gift card
Fandango gift card
Five Guys gift card
Foot Locker gift card
GameStop gift card
Gap gift card
Gatorade gift card
GNC gift card
Golden Nugget gift card
Google Play gift card
Grubhub gift card
IHOP gift card
Hotels.com gift card
Hulu gift card
Jersey Mike's gift card
Adidas gift card
Ace Hardware gift card
Academy Sports + Outdoors gift card
Airbnb gift card
Allbirds gift card
Amazon gift card
AMC Theatres gift card
American Eagle gift card
Apple gift card
Applebee's gift card
Amtrak gift card
Bass Pro Shops gift card
Best Buy gift card
Blimpie gift card
Blaze Pizza gift card
Landry's gift card
Crate & Barrel gift card
CVS Pharmacy gift card
Dave & Buster's gift card
Del Frisco's Grille gift card
Disney gift card
Domino's gift card
EA gift card
eBay gift card
Etsy gift card
Fandango gift card
Five Guys gift card
Foot Locker gift card
GameStop gift card
Gap gift card
Gatorade gift card
GNC gift card
Golden Nugget gift card
Google Play gift card
Grubhub gift card
IHOP gift card
Hotels.com gift card
Hulu gift card
Jersey Mike's gift card

Gift cards

  • Global catalog2,728 products
  • United States600 results
  • Canada208 results
  • Brazil19 results

Example brands

  • RetailAmazon.ca, H&M, Lowe's, Sephora
  • FoodGrubHub, Instacart, Tim Hortons
  • TravelAirbnb, Marriott, HotelsGift
  • GamesPlayStation, Xbox, Nintendo eShop

// AGENTBRIDGE

AgentBridge is the bridge product inside SpendHub: same DARKSOL API contract, but for moving value between chains/assets instead of buying a spend instrument.

01
Quote

Send tickerFrom, networkFrom, tickerTo, networkTo, amount, and destination address to /api/spend/quote.

02
Create route

POST the same payload to /api/spend/order. DARKSOL returns a normalized orderId, provider ID, and funding instructions if the provider accepted the pair.

03
Fund + bridge

Send the exact quoted asset/amount to the returned provider address. The upstream route handles the bridge/swap path.

04
Track + receipt

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.

// FLOW

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.

01
Quote

Pick a route, amount, product/provider, and payment asset. Default is USDC on Base.

02
Order

Create the provider order or payment link. DARKSOL returns the provider ID and instructions.

03
Settle

User pays the provider checkout address/link. Card/gift-card delivery or bridge execution happens after settlement.

04
Verify

Check status and pull a DARKSOL receipt for agent accounting or customer support.

// API

Use the Spend Router endpoints for new builds. Legacy card endpoints remain available for backwards compatibility.

GET
/api/spend/catalog
GET
/api/spend/giftcards?country=US
POST
/api/spend/quote
POST
/api/spend/order
GET
/api/spend/status?orderId=<id>
GET
/api/spend/receipt?orderId=<id>
GIFT CARD ORDER
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"
  }'
AGENTBRIDGE ORDER
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"
  }'
DARKSOL Spend Router Skill

Install this skill to give agents prepaid card, gift-card, AnonPay, and AgentBridge routing capabilities.

Spend Router Skill AgentBridge Skill AgentXchange Skill