Ventra Bond documentation

Build with facts first.

Ventra Bond is an independent interface and reference architecture focused on real-world assets and digital fixed income on Robinhood Chain. The current website has live public-data integrations. It does not claim that Ventra has already issued a regulated bond, owns Robinhood Stock Tokens, or has a commercial partnership with Robinhood or pons.

What is live

The public product implements three verifiable functions: it reads Robinhood Stock Token metadata, loads Robinhood quotes on request, and checks Robinhood Chain through the public mainnet RPC. The project-token page also verifies that a configured contract address contains bytecode before presenting it as onchain.

Robinhood Stock Token data

Ventra uses Robinhood's documented read-only REST interface under https://api.robinhood.com/rhj/. Browser calls are proxied through same-origin serverless routes.

GET /api/rwa?limit=5
GET /api/quote?symbol=AAPL
GET /api/network
GET /api/token?address=0x...

Robinhood Chain

Robinhood Chain is an Ethereum-compatible Layer 2. The official chain ID is 4663, ETH is the native gas asset, and the public mainnet RPC is https://rpc.mainnet.chain.robinhood.com.

Digital bond architecture

A future Ventra bond series should be published only after the offchain legal rights and onchain token record are tied together. Real collateral, a legal issuer, investor rules, payment logic, and risk disclosures all need to be in place.

Digital bond buy engine

The /buy/ page contains a non-custodial execution adapter for a configured IVentraBondOfferingV1 contract. The browser checks Robinhood Chain, subscription status, investor eligibility, quote, available units, minimum units, wallet balance and ERC-20 allowance before asking the user to approve and submit a purchase from their own wallet.

offerings.json -> live series only
isEligible(wallet)
quote(units)
availableUnits()
minimumUnits()
ERC-20 balance + allowance
approve(cost), if required
purchase(units, recipient)

No bond is enabled by default. This prevents an unissued or legally incomplete product from appearing as a live investment. The included offerings.template.json documents the fields required when a real offering is ready.

$VENTRA

The Ventra protocol token page is intentionally separate from the digital-bond architecture. A pons-launched Ventra token is not automatically a bond, security, RWA, collateral claim, or revenue share.

pons

Ventra generates its outbound pons URL from one configured contract address. If no address has been configured, the site links to the pons home page rather than displaying an invented contract.

Risk information

Digital assets can be volatile and can lose substantial or all value. Smart contracts, wallets, bridges, RPC providers, and external interfaces can fail. Nothing on Ventra Bond should be presented as investment advice, a guarantee of yield, or an offer of a security unless a specific legally compliant offering says so.