Verify, tokenize, distribute, and trade real-world assets on-chain. DobProtocol Docs unifies the entire RWA lifecycle behind one cohesive set of products and APIs.
Pick where you want to start. Every path links into the same connected pipeline.
From zero to a verified, tokenized asset on-chain in under 10 minutes — using Token Studio, the Validator, and the SDK.
Read the guide For AI AgentsA REST API for autonomous agents to discover, evaluate, and invest in real-world assets — with scoped keys and HMAC webhooks.
Read the guide For ResearchersSoroban v2, EVM Validator, and DEX hooks — review the audited contracts powering the protocol end-to-end.
Read the guideEvery component is documented end-to-end. Drop in at any layer or use the full stack.
AI-powered verification of physical hardware via the TRUFA scoring model — issues on-chain certificates.
Create and operate distribution pools for verified assets — ERC-20 / Soroban tokens with configurable shares.
A node-based, RWA-native DEX with LP-priced exits, dynamic discounts, and slippage protection.
Embeddable widget for direct investment from any partner site — no redirect, full white-label support.
Programmatic access for AI agents — pool discovery, prepared trades, portfolios, and webhook events.
Soroban v2, EVM validator, and the custom-accounting DEX hook architecture — fully open-source.
Discover income-producing assets, prepare and submit trades, and listen to webhook events — all from a single REST API.
# Discover featured income-producing pools
import requests
headers = {"X-API-Key": "dob_ak_…"}
pools = requests.get(
"https://home.dobprotocol.com/api/agent/pools/featured",
headers=headers
).json()
# Prepare a buy on the marketplace
tx = requests.post(
"…/api/agent/marketplace/prepare-buy",
headers=headers,
json={"sale_address": "SALE_…"}
).json()Native Soroban smart contracts and full EVM support. Pick the network that fits your asset.
Read the docs, request an API key, or talk to the team. We help builders go from idea to launch fast.