> ## Documentation Index
> Fetch the complete documentation index at: https://podium.build/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Podium

> Commerce infrastructure for trusted agents and intelligent applications

Podium gives developers and agents the building blocks to create personal, proactive shopping agents and applications; ones that capture what users genuinely want, execute purchases autonomously, and settle rewards transparently. Intent profiles, enrichment pipelines, escrow, settlement, and a full commerce API: everything an agent needs to create deep trust, act on a user's behalf and prove what it did.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/docs/quickstart">
    Create an account, get an API key, and make your first call in under 5 minutes
  </Card>

  <Card title="Developer Portal" icon="key" href="https://app.podium.build/onboarding">
    Sign up, manage API keys, configure x402 payments, and upgrade your plan
  </Card>

  <Card title="Architecture" icon="sitemap" href="/docs/platform/architecture">
    Multi-tenant design, middleware chain, and how the platform fits together
  </Card>

  <Card title="API Playground" icon="play" href="https://api.podium.build/docs">
    Interactive endpoint explorer with live request/response testing
  </Card>
</CardGroup>

## What Podium Provides

<CardGroup cols={2}>
  <Card title="Commerce Primitives" icon="cart-shopping" href="/docs/api-reference/products">
    Products, orders, checkout (Stripe + USDC via x402), creator storefronts, Shopify sync, and shipping
  </Card>

  <Card title="Agentic Intelligence" icon="brain" href="/docs/agentic/overview">
    Enrichment pipeline, intent profiles, transparent provenance scoring, and an agent-native product feed
  </Card>

  <Card title="Engagement & Loyalty" icon="star" href="/docs/api-reference/points">
    Programmable points ledger, campaign mechanics (swipe, vote, survey, UGC), and on-chain rewards
  </Card>

  <Card title="On-Chain Settlement" icon="link" href="/docs/contracts/overview">
    Task Pool V2 with USDC escrow, solver reputation, pluggable verification, and multi-tenant beacon proxies on Base
  </Card>

  <Card title="Memory & Intelligence" icon="brain" href="/docs/agentic/memory-intelligence">
    Structured memory that evolves through conversation — domain taxonomy, reason tags, and ML scoring
  </Card>

  <Card title="Subscriptions" icon="credit-card" href="/docs/platform/subscriptions">
    Built-in monetization with Stripe billing, usage gating, and memory-as-premium
  </Card>
</CardGroup>

## Three Layers, One Platform

Podium combines three layers that work together:

<Steps>
  <Step title="Intelligence Layer">
    The enrichment pipeline ingests market data from structured APIs, web scraping, and community sources. It extracts product attributes via LLM and rule-based extraction, resolves entities against your catalog, and computes scored baselines. Agents consuming the product feed receive every signal with explicit provenance — they always know whether data came from user declarations or market analysis.
  </Step>

  <Step title="Commerce Layer">
    A full-stack commerce API: product catalog with configurable attributes, multi-payment checkout (Stripe, x402 USDC, embedded wallets), creator storefronts with Stripe Connect payouts, order lifecycle management, and shipping integration via Shippo. Everything is multi-tenant with PostgreSQL Row-Level Security.
  </Step>

  <Step title="Settlement Layer">
    On-chain smart contracts on Base handle the trust-critical operations. The Task Pool V2 system provides per-tenant USDC escrow, task lifecycle management, solver reputation tracking, and a pluggable verification engine (oracle, AI evaluation, or consensus). Rewards are settled on-chain with a transparent fee structure.
  </Step>
</Steps>

## For Developers Building Agents

If you're building an AI agent that needs to discover products, understand user preferences, or execute commerce transactions, start here:

<CardGroup cols={2}>
  <Card title="Agentic Commerce Overview" icon="robot" href="/docs/agentic/overview">
    The architecture behind trusted agent commerce — enrichment, intent profiles, provenance, and x402 payments
  </Card>

  <Card title="Beauty Companion Tutorial" icon="wand-magic-sparkles" href="/docs/agentic/beauty-companion">
    A complete reference implementation: building a personal shopping agent on Podium with Telegram, AI recommendations, and Privy wallets
  </Card>

  <Card title="Memory Intelligence" icon="brain" href="/docs/agentic/memory-intelligence">
    How agents build structured memory from conversations — domain taxonomy, preference extraction, and scoring
  </Card>

  <Card title="Subscription Monetization" icon="credit-card" href="/docs/platform/subscriptions">
    Add freemium tiers to your agent with Stripe billing, usage gating, and memory-powered premium features
  </Card>
</CardGroup>
