Skip to main content
Version: 0.15 (unstable)

Bridging

Bridging docs cover testnet bridge tooling and interoperability workflows for builders integrating Miden with external networks and intent systems.

The first guide in this section is the mock NEAR Intents 1Click-style bridge sandbox for Sepolia native ETH and public Miden testnet. Future bridge docs can be added beside it, including AggLayer bridging and Epoch bridging, without making any single guide the canonical production bridge path.

Start here

Current scope

AreaStatusNotes
Mock NEAR Intents 1Click bridge sandboxAvailableTestnet-only local service for app integration testing.
AggLayer bridgingPlannedAdd as a sibling guide when the developer-facing flow is stable.
Epoch bridgingPlannedAdd as a sibling guide when the developer-facing flow is stable.

When to use this section

Use these docs when you need to:

  • point an app at a local mock Bridge API;
  • test bridge-like quote, deposit, status, and claim flows against public testnets;
  • understand how public Miden notes can represent bridge deposits or payouts;
  • collect evidence with Sepolia transaction hashes and Miden transaction IDs.

For core account, note, and transaction concepts, start with the Smart Contracts section instead. For testnet RPC, explorer, faucet, and remote prover endpoints, see Network.