Podium is a suite of modular primitives to orchestrate orders, drive intent, unify rewards, and settle payments across applications and brand properties. Agentic optimized, Innovator driven.
Composable primitives to orchestrate orders, attribute value, and settle payments across apps.
POST https://api.podiumcommerce.xyz/v1/orders
{
"customer_id": "podium_123",
"items": [
{ "sku": "TEE-BLACK-S", "qty": 1 },
{ "sku": "VIP-PASS", "qty": 1, "token_gate": { "token": "$AURA", "min_balance": 1 } }
],
"incentives": {
"on_purchase": [
{ "type": "reward", "token": "$PODIUM", "amount": 5 },
{ "type": "referral", "percent": 5, "attribution_id": "link_9fz" }
]
},
"webhook_url": "https://yourapp.com/fulfillment"
}POST https://api.podiumcommerce.xyz/v1/payments/intent
{
"order_id": "ord_8x1",
"currency": "USDC",
"payouts": [
{ "to": "creator_wallet", "amount": 42 },
{ "to": "referrer_wallet", "percent": 5 }
],
"treasury": { "fee_percent": 2, "lock": { "duration_days": 7 } }
}Jump into quickstarts and example recipes, or head straight to the API docs.
Podium plugs into your existing architecture. Use stablecoins for settlement, connect fiat ramps, index on‑chain events, and ship with audited tools.
Exclusive launches and access passes powered by Brand Tokens.
Trackable, rewardable creator referrals that scale distribution natively.
Dynamic stores and campaigns where every transaction can trigger rewards or burns.
Explore our comprehensive API documentation and start building the future of commerce today.