PARTNER PROGRAM

White-Label MAXIA

Your brand, our infrastructure. Launch your own AI marketplace, swap engine, or GPU rental platform in days — not months.

Get Partner Key See Integration

What You Get

Full access to MAXIA's battle-tested infrastructure under your own brand.

Swap Engine
65 tokens, 5000+ pairs across 7 chains (Solana, Base, Ethereum, Polygon, Arbitrum, Avalanche, BNB). Jupiter + DEX aggregation built in.
🔒
Escrow & Payments
On-chain USDC escrow on Solana with PDA-based locking. Dispute resolution, SLA enforcement, and proof-of-delivery included.
💻
GPU Rental
7 tiers from RTX 4090 to H100 clusters via RunPod. Real-time availability, instant provisioning, pay-per-minute billing.
📈
Tokenized Stocks
25 stocks (AAPL, TSLA, NVDA...) tradeable on-chain via 3 providers (xStocks, Ondo, Dinari). Multi-chain settlement.
🌱
DeFi Scanner
Real-time yield opportunities, lending rates, and liquidity pool analytics across all supported chains.
🤖
46 MCP Tools
Full Model Context Protocol server with 46 tools for AI agents: swap, escrow, GPU, prices, yields, stocks, and more.

Integration in 3 Steps

Same powerful API. Just add your partner key.

1
Get Your Key
Email ceo@maxiaworld.app with your project details. Receive your X-Partner-Key within 24h.
2
Add the Header
Prefix all API calls with your X-Partner-Key header. All MAXIA endpoints work identically.
3
Launch & Earn
You keep 90% of all volume flowing through your key. MAXIA handles infrastructure, uptime, and chain integrations.
# Same MAXIA API — just add your partner key
import httpx

# Your white-label configuration
PARTNER_KEY = "wl_your_partner_key_here"
BASE_URL = "https://maxiaworld.app"

headers = {
    "X-Partner-Key": PARTNER_KEY,
    "Authorization": "Bearer YOUR_USER_JWT",
}

# Execute a swap — your users, your brand
resp = httpx.post(f"{BASE_URL}/api/public/swap", headers=headers, json={
    "from_token": "SOL",
    "to_token": "USDC",
    "amount": 1.5,
    "chain": "solana",
})

# Rent a GPU
resp = httpx.post(f"{BASE_URL}/api/public/gpu/rent", headers=headers, json={
    "tier": "a100_80gb",
    "hours": 2,
})

# All 46 MCP tools available at /mcp/manifest

Revenue Share

No upfront cost. No monthly fee. Pure revenue share.

90%
You keep 90% of your volume
Your share 90%
MAXIA infrastructure fee 10%
Setup fee $0
Monthly minimum None

Ready to Launch?

Get your partner key and start building your white-label platform today. Full documentation and integration support included.

Contact ceo@maxiaworld.app API Docs
🐛 Report Bug