Skip to main content
Signet
An Ethereum Rollup

Same Block

Cross-chain settlement in the same Ethereum block.
No proofs. No waiting. Just a rollup.

Read Documentation
Thesis

We stripped away a decade of accumulated complexity. No proving systems. No state roots. Signet is just a rollup.

i.

Market-based transfers

Assets swap between chains rather than being proven. Lower overhead, higher throughput, lower fees.

ii.

Conditional transactions

Same-block cross-chain transfers. Your transaction completes entirely or reverts entirely.

iii.

Fair block production

Round-robin assignment prevents auction dynamics. A diversified set. Predictable inclusion.

Synchronous

Signet is Ethereum.

Signet ~12 seconds
0 entries
Other Rollups ~5 minutes
0 entries
Deploy

Your toolchain, unchanged.

Deploy existing Solidity contracts without modification. Foundry, ethers.js, viem—everything works exactly as expected.

import { createPublicClient, http } from 'viem'
import { signet } from 'viem/chains'

const client = createPublicClient({
  chain: signet,
  transport: http()
})
Built for Speed

For those who move fast.

For Users

Instant liquidity

Move assets between L1 and L2 in the same block. No lockups. No withdrawal delays. Unified cross-chain balances.

For Applications

Real-time composability

React to L1 events within the same block. Cross-chain oracle updates, asset issuance, top-ups, liquidations, and swaps.

For Solvers

Atomic execution

Cross-chain strategies exactly as you expect. No partial fills. No wasted gas. Rebalance yield opportunities instantly in the same block.

ESC

Start typing to search documentation...

Navigate Select ⌘K Open