Caduceus mark — alchemical illustration of a winged caduceus with Arweave and Ouronet as twin pillars on the upper coil, a 12-point burst star behind, and thirteen foreign-chain logos arranged in seven tier levels around the star

Caduceus

An Ouronet bridge


Autonomic bridge between the Ouronet virtual blockchain and fourteen external chains. Caduceus holds custody on the foreign side, listens for deposits, and mirrors value onto Ouronet as DPTF tokens. The reverse leg — burn on Ouronet, release on the foreign chain — runs on the same rails.

Phase 0 · Foundational Design

What Caduceus is

The name is intentional. The caduceus — two serpents intertwined around a winged staff — is the classical symbol of mediation between worlds. That is what the bridge does: it speaks the foreign chain's native transaction language on one side, and Pact on the other.

Caduceus is developed and operated under the AncientHoldings.eu hub and runs as a Docker service on hub-controlled infrastructure. Value moves across the boundary between Ouronet — a Pact-based virtual chain running on StoaChain™ — and foreign L1s through a small, modular adapter per chain. Modules are added in strict tier order: ship the cornerstone first, then expand outward.

Modules — Seven Tiers

Caduceus is built modularly. Each module bridges Ouronet to exactly one foreign chain. Arweave forms the Foundation — its bridged AR anchors sSTOA liquidity. The other thirteen target chains are organised into seven tiers around it by strategic importance; build order follows tier order.

I
Cornerstone
The permanent-storage chain whose native asset anchors sSTOA liquidity. Bridged AR seeds the DEX and gives the ecosystem its first external-value backing.

Arweave

AR
Module 1 · MVP · In Design
II
Absolute Leaders
Bitcoin and Ethereum. The two chains that carry the majority of global crypto attention. Bitcoin as store-of-value, Ethereum as smart-contract root — the twin doorways every user knows.

Bitcoin

BTC
Module 2 · Planned
Ξ

Ethereum

ETH
Module 3 · Planned
III
Second-Tier Heavyweights + EVM
Bitcoin Cash reuses the BTC adapter for near-free extension; BNB Chain shares the EVM adapter with Ethereum. Ships four stablecoin cents at once — the stable pool launches here.
Ƀ

Bitcoin Cash

BCH
Module 4 · Planned

BNB Chain

BNB
Module 5 · Planned
IV
High-Throughput Execution
Tron carries the largest single USDT concentration in crypto; Solana brings USDC.sol and a high-throughput non-EVM VM. Both add cents to the stable pool.

Tron

TRX
Module 6 · Planned

Solana

SOL
Module 7 · Planned
V
Privacy
Two privacy models, two regulatory profiles. Monero is mandatory-privacy after FCMP++; Zcash offers optional shielding on top of a KYC-able transparent layer.
ɱ

Monero

XMR
Module 8 · Planned

Zcash

ZEC
Module 9 · Planned
VI
Federated Payment Rails
Ten years of continuous operation each. XRP is Ripple's interbank rail; Stellar is the SDF-nonprofit, regulation- friendly open counterpart with native USDC and MoneyGram integration.

XRP Ledger

XRP
Module 10 · Planned

Stellar

XLM
Module 11 · Planned
VII
Specialist + Frontier
Novel consensus and emerging categories. Kaspa's BlockDAG PoW, Cosmos's IBC gateway to a whole ecosystem, and Bittensor's AI-compute economy — three chains that don't overlap with anything above.

Kaspa

KAS
Module 12 · Planned

Cosmos

ATOM
Module 13 · Planned
τ

Bittensor

TAO
Module 14 · Aspirational

How it works — three transactions

Every bridging operation — deposit or withdrawal — is exactly three signed transactions. The first and third land on Ouronet (Pact); the middle one lands on the foreign chain. A two-phase commit on an on-chain bridge-ledger table means the operation either completes (FINALIZED) or unwinds (VOIDED) — it never gets silently stuck in between.

Deposit · foreign → Ouronet
1
Pact · Ouronet

Notarize

User submits notarize-deposit declaring the foreign chain, the destination Ouronet account, and the expected amount. Bridge-ledger records status NOTARIZED and returns a bridge-id. The $50 USD minimum is checked here against the oracle price.

2
Foreign chain

Deposit

User sends the native asset to the single shared bridge custody address for that chain — not a per-user address — embedding the bridge-id in the transaction (Arweave tag, Bitcoin OP_RETURN, Ethereum calldata, Solana memo, etc.). One address serves every user; the binding registry plus the embedded id disambiguate who sent what.

3
Pact · Ouronet

Finalize

After N confirmations Caduceus's sniffer submits finalize-deposit. The ledger flips to FINALIZED and the per-source DPTF-<asset>.<chain> cent mints to the recipient, minus the 1‰ bridge fee. If the on-chain deposit doesn't match the notarization, void-deposit sets VOIDED instead — funds are recoverable, no mint.

Withdrawal · Ouronet → foreign
1
Pact · Ouronet

Notarize

User submits notarize-withdrawal with their foreign destination address and amount. The DPTF is escrowed (locked, not yet burned). Status NOTARIZED; bridge-id returned.

2
Foreign chain

Release

Caduceus's releaser builds the foreign-chain transaction, signs it with the operator key (HSM-held), and broadcasts from the shared custody address to the user's destination — with the bridge-id in the memo. Bridge pays foreign-chain gas out of its per-chain reserve.

3
Pact · Ouronet

Finalize

Once the release confirms, Caduceus submits finalize-withdrawal: the escrowed DPTF is burned and the ledger entry becomes FINALIZED. If the release failed, void-withdrawal sets VOIDED and the escrow is released back to the user.

Single shared custody
One bridge address per chain — not per user. Cleaner reserves, no address-grinding cost, and proof-of-reserves is a single public balance per chain.
$50 USD minimum
A USD-denominated floor enforced at notarization (oracle-priced), so dust deposits and griefing-spam never enter the queue.
Gas economics
Bridge pays Ouronet gas (notarize + finalize). User pays foreign-chain gas on their own deposit. Bridge pays foreign-chain gas on every release, from the per-chain native reserve.
On-chain bridge ledger
Every state transition (NOTARIZED, FINALIZED, VOIDED) is a Pact event on StoaChain — replicated, auditable, and the basis for proof-of-reserves.

Ecosystem

Caduceus is one service inside a wider ecosystem built on StoaChain™ and operated by AncientHoldings.