Skip to main content
Join the Telegram community for updates

Define
Settlement Flows.
An Hour. Brief to Settled.

$ encrypt · verify · settle> ./reineira _

Programmable settlement infrastructure for humans and agents — encrypted, underwritten, permissionless.

Built with
EthereumArbitrumFhenixLayerZeroZeroDev

The Operating System

Three layers. One stack.

Encrypted flows

Every flow is a confidential conditional settlement — lock funds, verify conditions, release on proof.

Underwritten outcomes

An open marketplace of underwriters prices the risk and backs the outcome — coverage that pays out.

Permissionless orchestration

A permissionless operator network relays, enforces and settles across chains — staked and slashable.

Developer Experience

Describe it. Ship it.

Describe a condition in plain English. Your AI editor writes the resolver, the CLI ships it, Atlas scaffolds the venture.

Compatibility

Drops into every editor

VS CodeCursorClaude CodeJetBrainsZed
reineira-code — AI editor
1// DeliveryConditionResolver.sol · reineira-code
2//
3// describe:
4// "release the escrow when the courier
5// confirms delivery at the address"
6//
7// ─── reineira-code generated below ───
8
9import { ReclaimConditionBase } from "./ReclaimConditionBase.sol";
10
11contract DeliveryConditionResolver is ReclaimConditionBase {
12 // courier scan attested via Reclaim zkTLS
13 mapping(uint256 => bool) private _delivered;
14
15 function isConditionMet(uint256 id)
16 external view override returns (bool)
17 {
18 return _delivered[id];
19 }
20}
Open Economy

Earn from the protocol

Open infrastructure with distinct earning roles — build Gates, fund insurance pools, or run the operator network.

Rates show the activation schedule. During unaudited chaos-net, fees are zero — operators earn a cUSDC subsidy. No REINEIRA token yet.

deploy-plugin.sh
1 
2 
3 
4 
5 
6 
7 

Build plugins. Earn per settlement.

Gates verify conditions. Policies price risk. Both are plugins — one interface, deploy once, earn every time the protocol settles.

2 functions

Plugin surface

10 min

Time to deploy

Show more

0.25%

Escrow fee

Per settlement

Earn model

Build a plugin
stake.sh
1 
2 
3 
4 
5 
6 
7 

Stake in pools. Resolve disputes.

Deposit liquidity into insurance pools and earn yield from premiums. When disputes arise, accurate verdicts earn rewards.

Per policy

Premium

Net premiums

Yield

Show more

Policy-based

Dispute resolution

Automated

Payout

Add insurance
operator.sh
1 
2 
3 
4 
5 
6 
7 

Run operators. Connect the network.

Operators relay cross-chain settlements and enforce conditions. Coordinators distribute tasks. Both earn fees per operation.

0.35%

Relay fee

60s

Exclusive window

Show more

600s

Permissionless

7 days

Unbonding

Run an operator
Philosophy

Design
Constraints

Funds held by code. Sealed by math. Released by proof.

Non-custodial

Smart contracts hold funds. Not us. Not operators. Not anyone.

Confidential

Amounts encrypted by default — not by opt-in, not by mixing, not by obscurity.

Conditional

Funds release when Gates verify. Not when a platform decides. Not on a schedule. When conditions are met.

Open

Build a Gate. Fund an insurance pool. Run an operator. Contribute to the protocol — don’t just use it.

Read the litepaper

Start building on ReineiraOS.

Encrypted settlement. Open infrastructure. Your rules.