Skip to main content
Live on Mainnet · Soroban + EVM

The infrastructure layer for tokenized real-world assets

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.

One pipeline. Six surfaces.

Every component is documented end-to-end. Drop in at any layer or use the full stack.

V

DobValidator

Live

AI-powered verification of physical hardware via the TRUFA scoring model — issues on-chain certificates.

T

Token Studio

Live

Create and operate distribution pools for verified assets — ERC-20 / Soroban tokens with configurable shares.

D

DobDex

Live

A node-based, RWA-native DEX with LP-priced exits, dynamic discounts, and slippage protection.

L

DobLink

Live

Embeddable widget for direct investment from any partner site — no redirect, full white-label support.

A

Agent API

Live

Programmatic access for AI agents — pool discovery, prepared trades, portfolios, and webhook events.

C

Contracts

Live

Soroban v2, EVM validator, and the custom-accounting DEX hook architecture — fully open-source.

Programmable real-world assets

Discover income-producing assets, prepare and submit trades, and listen to webhook events — all from a single REST API.

  • 24+ endpointsPools, marketplace, crowdfunding, portfolios, webhooks.
  • Scoped API keysSHA-256 hashed, with read / trade scopes and per-key rate limits.
  • HMAC-signed webhooksReal-time events for distributions, sales, and pool changes.
Read the API docs
agent.py
# 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()

Built across the chains that matter

Native Soroban smart contracts and full EVM support. Pick the network that fits your asset.

Stellar Soroban
Ethereum
Base
Polygon
Arbitrum

Ready to ship on DOB Protocol?

Read the docs, request an API key, or talk to the team. We help builders go from idea to launch fast.