# DobProtocol > Infrastructure layer for tokenized real-world assets (RWA). Fractional physical asset ownership — verified on-chain. - Full API reference: https://dobprotocol.com/llms-full.txt - OpenAPI spec: https://dobprotocol.com/.well-known/openapi.json - MCP manifest: https://dobprotocol.com/.well-known/mcp.json ## Overview DobProtocol turns real physical assets (EV chargers, solar panels, data centers) into investable tokens. Operators get capital, investors get yield — all verified on-chain across Stellar, Ethereum, Base, Polygon, and Arbitrum. ## Agent API Base URL: `https://home.dobprotocol.com/api/agent` Auth: `X-API-Key: dob_ak_...` (scopes: read, trade) Rate limit: 60 req/min ### Endpoints **Pools** (read scope) - `GET /pools` — Search and filter RWA pools (network, APR, access type) - `GET /pools/featured` — Curated featured pools - `GET /pools/crowdfunding` — Active crowdfunding campaigns - `GET /pools/{address}` — Pool details with distribution config - `GET /pools/{address}/members` — Member share allocations - `GET /pools/{address}/distributions` — Distribution history - `GET /pools/{address}/events` — On-chain event log **Marketplace** (read + trade scopes) - `GET /marketplace/listings` — Browse active RWA token listings - `GET /marketplace/listings/{pool}` — Pool-specific listings - `GET /marketplace/stats/{pool}` — Volume, floor price, sales data - `POST /marketplace/prepare-buy` → `POST /marketplace/submit-buy` — Buy shares - `POST /marketplace/prepare-list` → `POST /marketplace/submit-list` — List shares for sale - `POST /marketplace/prepare-cancel` → `POST /marketplace/submit-cancel` — Cancel listing **Webhooks** (read scope) - `POST /webhooks` — Register (max 5, HMAC-SHA256 verified) - `GET /webhooks` — List all - `PUT /webhooks/{id}` — Update - `DELETE /webhooks/{id}` — Delete - Events: distribution_created, claim_available, shares_transferred, pool_created, marketplace_listing_created, marketplace_sale_completed, crowdfunding_finalized, crowdfunding_failed ## Core Products - **Token Studio**: Create distribution pools, manage investor access, configure share structures. https://home.dobprotocol.com - **DobValidator**: AI-powered asset verification using TRUFA scoring model. https://validator.dobprotocol.com - **DobDex**: Zero-slippage DEX using node-based liquidity for RWA tokens. https://dex.dobprotocol.com - **DobLink**: Embeddable investment widget for asset owner websites. https://link.dobprotocol.com ## Supported Networks | Network | ID | |--------------------|-------| | Stellar Mainnet | 10 | | Stellar Testnet | 9 | | Ethereum Mainnet | 1 | | Base Mainnet | 8453 | | Polygon Mainnet | 137 | | Arbitrum | 42161 | ## Pipeline Verify → Tokenize → Distribute → Trade ## Links - Website: https://dobprotocol.com - Documentation: https://docs.dobprotocol.com - Agent API Reference: https://docs.dobprotocol.com/agent-api - Blog: https://dobprotocol.com/blog - Twitter: https://twitter.com/dobprotocol - GitHub: https://github.com/DOBProtocol ## Categories DeFi, tokenization, RWA, trading, DePIN, fractional ownership, yield