What is DobProtocol?
DobProtocol is the infrastructure layer for tokenized real-world assets (RWA). It provides a complete pipeline to verify physical assets, represent them as on-chain tokens, distribute ownership shares to investors, and enable secondary trading -- all without requiring deep blockchain expertise.
The protocol operates across Stellar Soroban and multiple EVM-compatible chains (Ethereum, Base, Polygon, Arbitrum), giving asset owners and investors flexibility in where and how they interact with tokenized assets.
The Problem
Bringing real-world assets on-chain today involves stitching together fragmented tools: separate platforms for verification, tokenization, distribution, and trading. Each step introduces friction, trust assumptions, and integration overhead.
The Solution
DobProtocol unifies the entire RWA lifecycle into a single, auditable pipeline:
Verify --> Tokenize --> Distribute --> Trade
Every stage is connected. A device verified through DobValidator flows directly into Token Studio for tokenization, shares are distributed to investors through smart contracts, and those shares can be traded on the integrated marketplace or exited through DobDex.
Products
DobValidator
The AI-powered verification layer. Asset owners submit devices (IoT hardware, energy infrastructure, computing nodes) for automated assessment. DobValidator uses the TRUFA scoring model to evaluate hardware specifications, firmware integrity, and operational readiness, then issues on-chain verification certificates.
- Live at: validator.dobprotocol.com
- Learn more: DobValidator Overview
Token Studio
The main platform for creating and managing distribution pools. Asset owners tokenize verified assets into pools with configurable share structures, access controls, and distribution schedules. Investors purchase or receive shares and claim distributions as revenue flows in.
- Live at: home.dobprotocol.com
- Learn more: Token Studio Overview
DobDex
A zero-slippage decentralized exchange designed specifically for RWA tokens. Unlike AMM-based DEXs where large trades move the price, DobDex uses a node-based liquidity model that guarantees the quoted price is the execution price.
- Live at: dex.dobprotocol.com
- Learn more: DobDex Overview
DobLink
An embeddable investment widget that asset owners can place on their own websites. DobLink allows end users to invest in tokenized assets without leaving the asset owner's domain, reducing friction and improving conversion.
- Learn more: DobLink Overview
Agent API
Programmatic access to the DobProtocol ecosystem. The Agent API lets developers and AI agents create pools, manage distributions, query portfolios, and interact with the marketplace through a RESTful interface. Designed for integration into automated workflows and third-party applications.
- Learn more: Agent API Reference
How It All Fits Together
+------------------+
| DobValidator |
| (AI Verification)|
+--------+---------+
|
Certificate issued
|
+--------v---------+
| Token Studio |
| (Pools & Shares) |
+--------+---------+
|
+-------------+-------------+
| |
+--------v---------+ +--------v---------+
| Marketplace | | DobDex |
| (Secondary Trade)| | (Zero-Slippage) |
+------------------+ +------------------+
| |
+-------------+-------------+
|
+--------v---------+
| DobLink |
| (Embed Widget) |
+------------------+
|
+--------v---------+
| Agent API |
| (Programmatic) |
+------------------+
Supported Blockchains
DobProtocol is multi-chain by design:
| Network | Type | Status |
|---|---|---|
| Stellar Soroban | Native smart contracts | Primary chain |
| Ethereum | EVM | Supported |
| Base | EVM (L2) | Supported |
| Polygon | EVM | Supported |
| Arbitrum | EVM (L2) | Supported |
For the full list of networks, chain IDs, and RPC endpoints, see Supported Networks.
Quick Links
| I want to... | Go to |
|---|---|
| Understand the architecture | Architecture |
| Follow the RWA pipeline end-to-end | Pipeline |
| Create a distribution pool | Pools |
| Understand how distributions work | Distributions |
| Trade shares on the marketplace | Marketplace |
| Integrate via API | Agent API |
| Review smart contracts | Smart Contracts |