Look up any address, asset or contract.
Search the network and read back blocks, transfers, holders and contract state, decoded from the Bitcoin transactions that carry them.















A committee holds it.
On a pegged sidechain, your bitcoin is locked in a multisig run by a fixed set of functionaries. Getting it back means that group agreeing to sign.
A bridge holds it.
The asset moves into a bridge contract and stays there. Its safety rests on covenant changes Bitcoin has not adopted, or on assumptions still being proven.
Another chain holds it.
Issue on Ethereum or Tron and you leave Bitcoin altogether, for a chain with its own validators and its own fee token, and whatever guarantees come with them.
Orobit doesn't move your bitcoin. It never needs to.
Orobit divides the work the way the internet does. Each layer does one job well, and none of them asks you to trust something new.
A contract language written from scratch, compiled to deterministic bytecode. The same source produces byte-identical output on every machine.
A stack-based virtual machine for consensus work. The base tier is bounded at 100k instructions per call, 1024 stack depth and 64 KB of storage per contract; staked tiers raise the ceiling to 1M instructions and 4 MiB.
A peer-to-peer node in Rust that reads Bitcoin through Esplora and syncs state between peers in seconds. No local Bitcoin node required.
An asset-aware fork of rust-lightning, built on LDK, carrying SCL context through channel funding and standard BOLT11 payment paths.
XRB meters computation, not payments. A plain transfer fits inside the free instruction envelope every call gets, so moving money never touches the meter. What pays is heavier compute: contracts stake and burn XRB for the instructions and storage they consume, and validators earn it for verifying every execution against Bitcoin. It is not the asset you issue, and not something your users ever have to hold.
Burned for compute, earned by validators. Never held by the people using what you build.
A transfer costs your users
0XRB, permanently
Supply can never fall below
300MXRB
Emission pool
40Mleft in 2026
A call is committed by writing its bytecode hash into a Bitcoin transaction, so the chain itself carries the record. Nodes read that commitment back out and replay the call against it, which means finality is not something Orobit grants. It is inherited from the block the transaction landed in.
Every deployment, mint and transfer is carried by a Bitcoin transaction, and is final when Bitcoin is final.
Settlement and validationThe same chain in produces the same state out on every node, with each call metered against a fixed instruction budget.
Inside the VMAssets ride ordinary BOLT11 payments through existing channels, settling atomically with the payment itself.
SCL on LightningIssue an asset, move it over Lightning, settle it on the base chain, with a compiler, an explorer and a wallet that already exist. Nothing in this section is a roadmap item.
Search the network and read back blocks, transfers, holders and contract state, decoded from the Bitcoin transactions that carry them.
Write the contract in SCL, compile it in the browser, and deploy to testnet in one sitting. The same source compiles to the same bytes on every machine, so anyone can verify what you shipped.
Assets ride ordinary Lightning payments, so transfers clear instantly and cost nothing to move. Keys never leave the device, and balances restore from a seed phrase alone.
Custody, treasury and settlement for funds, exchanges and corporates, with governance and compliance controls set in the contract rather than promised in a policy document.
The contract language, the built-ins, the interface standards, and everything needed to run a validating node of your own. No part of it is a black box.
One contract layer, and every transaction settling on Bitcoin.
Custody, treasury and settlement, with the compliance controls written into the contract and enforced on every transfer.
Issue a fully backed token and move it at merchant speed, with every transfer verifiable by anyone with a copy of the chain.
Assets ride ordinary Lightning payments, so transfers clear in seconds and cost nothing to move between users.
Currency and items for Unity and Unreal, issued as real assets the player holds outright and settled on the Bitcoin base chain.
Releases, research and ecosystem news, straight from the team.
The docs cover the full protocol, from the contract language to running a node, and the source is public. Everything you need is a link away.