Skip to main content

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.

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.

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.

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.

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.

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:

NetworkTypeStatus
Stellar SorobanNative smart contractsPrimary chain
EthereumEVMSupported
BaseEVM (L2)Supported
PolygonEVMSupported
ArbitrumEVM (L2)Supported

For the full list of networks, chain IDs, and RPC endpoints, see Supported Networks.

I want to...Go to
Understand the architectureArchitecture
Follow the RWA pipeline end-to-endPipeline
Create a distribution poolPools
Understand how distributions workDistributions
Trade shares on the marketplaceMarketplace
Integrate via APIAgent API
Review smart contractsSmart Contracts