Search

Search for projects by name or address

Across logo
Across

About

Intent framework specialised on popular chains and assets, speed and security.


    Last 24h volume
    $28.09 M
    Last 24h transfer count
    22.50 K
    Last 24h top path
    arbitrumethereum$11.06 M

    Last 24h avg. transfer time
    12s
    Last 24h avg. transfer value
    $1.24 K
    Tokens by volume
    WETHUSDCUSDG
    +16

    Transfer size
    Under $100
    $100-$1K
    $1K-$10K
    $10K-$100K
    Over $100K

    Transfer type distribution
    Non-minting

    About

    Intent framework specialised on popular chains and assets, speed and security.

    Top token

    Volume
    $16.47 M
    Transaction count
    11.32 K

    Intent framework specialised on popular chains and assets, speed and security.

    Crosschain transfer flow

    The user initiates a transfer (sometimes called an intent) by depositing into the local chain “SpokePool” contract. The deposit specifies the recipient, the destination chain, the amount, the input token, the output token, a fill deadline by which the destination chain transfer must complete, and an optional exclusivity window during which only a chosen relayer can fill. User funds remain in the SpokePool; the deposit’s parameters are not persisted in contract storage but only captured in a FundsDeposited event log, which relayers index offchain to learn about deposits.

    Relayers fill a crosschain request by calling the destination chain’s SpokePool. During the exclusivity window only the chosen relayer can fill; after it expires anyone can. No fill is accepted past the fill deadline. Funds go to the user and the relay hash is marked Filled in the SpokePool’s fillStatuses mapping to prevent double-fills.

    Relayer repayments

    When a crosschain transfer is fulfilled, the relayer specifies on which chain and to which address they want to be repaid. A whitelisted proposer periodically posts a “root bundle” to the HubPool containing how much the protocol owes to each relayer (relayer refunds) and the pool rebalances needed so that there is enough liquidity on each chain for the refunds to be paid. The correctness of these roots is crucial; otherwise relayers could lie about filling a transfer and capture user funds.

    Root bundles settle in two levels:

    1. Optimistic (Across-native): the proposer bonds 0.45 ABT (a simple ETH wrapper, not to be confused with the ACX governance token) and the root sits in a challenge period of 30m. If unchallenged, the bundle executes; UMA is not involved in this happy path.
    2. Dispute escalation (UMA): anyone can call disputeRootBundle() within the challenge period by posting an equal counter-bond. The disputed bundle is discarded immediately so a new proposal can be submitted, while the dispute itself is escalated to UMA’s optimistic oracle, which resolves via UMA token voting; the losing party loses their bond.

    For chains with a canonical L1 to L2 messenger, tokens and admin / refund messages move from the HubPool to each SpokePool through that chain’s canonical bridge via a per-chain adapter. For chains without one (BNB Smart Chain, HyperEVM, Plasma, Tempo, Tron, …), Across uses universal adapters: the HubPool writes the message calldata into the HubPoolStore on Ethereum, and the destination chain reads it by verifying a storage proof against Ethereum’s state through a light client contract on the destination. Tokens travel via LayerZero OFT, or via Circle CCTP for USDC.

    LPs can provide single-token liquidity to the HubPool to front relayer refunds across chains, earning yield from an LP fee captured on every transfer.

    Symbol
    Last 24h Volume
    Last 24h transfer count
    Last 24h avg. transfer time
    Last 24h avg. transfer value
    From
    To
    Timestamp
    Tokens
    Value
    Transfer time
    Chains

    Ethereum

    Actors:

    OptimisticGovernor0x8692…8991

    Optimistic Governance module allowing for proposals by anyone with a bond of 2 WETH. They become executable if not challenged within 2d. The rules for proposals can be read directly from the contract values.

    • Can upgrade with 2d delay
      • Ethereum_SpokePool
      • Optimism_SpokePool
    • Can interact with AcrossConfigStore
      • update configuration values with 2d delay
    • Can interact with AdapterStore
      • set the token-to-messenger mappings that adapters use to route OFT cross-chain transfers with 2d delay
    • Can interact with Ethereum_SpokePool
      • relay and delete root bundles, pause the contract, manage routes, set the withdrawal recipient (crosschain rebalancing target) with 2d delay
    • Can interact with OptimisticGovernor
      • set guard, avatar, target, delay, identifier, escalationManager, bond token and amount with 2d delay
    • Can interact with HubPool
      • pause the system, manage all fees, bonds and security parameters, manage tokens and chain support, and critical emergency actions like admin functions on remote SpokePools or deleting proposals (can steal funds) with 2d delay
    • Can interact with AcrossBondToken (ABT)
      • manage the proposer role with 2d delay
    • Can interact with Optimism_SpokePool
      • relay and delete root bundles, pause the contract, manage routes, set the withdrawal recipient (crosschain rebalancing target) with 2d delay
    Across Multisig0xB524…3715

    A Multisig with 3/5 threshold. It uses the following modules: OptimisticGovernor (Optimistic Governance module allowing for proposals by anyone with a bond of 2 WETH. They become executable if not challenged within 2d. The rules for proposals can be read directly from the contract values).

    • Can upgrade with no delay
      • Ethereum_SpokePool
      • Optimism_SpokePool
    • Can interact with AcrossConfigStore
      • update configuration values
    • Can interact with AdapterStore
      • set the token-to-messenger mappings that adapters use to route OFT cross-chain transfers
    • Can interact with Ethereum_SpokePool
      • relay and delete root bundles, pause the contract, manage routes, set the withdrawal recipient (crosschain rebalancing target)
    • Can interact with OptimisticGovernor
      • set guard, avatar, target, delay, identifier, escalationManager, bond token and amount
    • Can interact with HubPool
      • pause the system, manage all fees, bonds and security parameters, manage tokens and chain support, and critical emergency actions like admin functions on remote SpokePools or deleting proposals (can steal funds)
    • Can interact with AcrossBondToken (ABT)
    • Can interact with Optimism_SpokePool
      • relay and delete root bundles, pause the contract, manage routes, set the withdrawal recipient (crosschain rebalancing target)
    GovernorV20x7b29…3fa8

    Central UMA governance contract. It executes administrative proposals that have been passed by UMA token holder votes.

    • Can interact with VotingV2
      • set critical administrative parameters like migrating to a new contract and requesting governance actions (requestPrice()) directly
    • Can interact with Registry
      • manage registered contracts
    • Can interact with Finder
      • manage address mappings
    • Can interact with ProposerV2
      • set the bond amount
    • Can interact with Store
      • set fees for disputes and manage all roles in the contract
    • Can interact with GovernorV2
      • manage all roles in the contract
    • Can interact with EmergencyProposer
      • remove and slash proposals, set the bond amount and the expiry time, manage the executor address
    • Can interact with IdentifierWhitelist
      • manage the whitelist
    • Can interact with AddressWhitelist
      • manage the addresses on the whitelist
    • Can interact with OptimisticOracleV3
      • set critical administrative parameters like default bonds, bond token, fees
    ProposerV20x50ef…E7cC

    Token governance contract allowing anyone to create a UMA governance proposal for a bond of 5,000 UMA tokens.

    • Can interact with GovernorV2
      • propose governance actions
    UMA Multisig0x8180…A44a

    A Multisig with 2/4 threshold.

    • Can interact with EmergencyProposer
      • remove proposals, execute emergency proposals
    EmergencyProposer0x91F1…6748

    Token governance contract allowing anyone to create a UMA governance proposal for a bond of 5,000,000 UMA tokens. This circumvents the UMA optimistic oracle but can only be executed or removed after 10d, and only by UMA Multisig.

    • Can interact with GovernorV2
      • can bypass the voting system and execute proposals immediately
    • Can interact with AcrossBondToken (ABT)
      • propose new root bundles to the HubPool by posting an ABT bond. Proposals settle optimistically; only disputes (via disputeRootBundle()) escalate to UMA token voting
    • Can interact with Store
      • withdraw fees

    OP Mainnet

    Actors:

    • Can upgrade with no delay
      • Optimism_SpokePool
    A diagram of the smart contract architecture
    A diagram of the smart contract architecture

    Ethereum

    HubPoolStore0x1Ace…0E61

    Simple data store used by the Universal_Adapter to store message calldata hashes. The content of this calldata can be proven by Ethereum zk light clients on remote chains and then executed to relay root bundles or arbitrary messages.

    AcrossConfigStore0x3B03…43f5

    Simple, owner-controlled contract for storing protocol-wide, token-specific configuration data.

    • Roles:
      • owner: Across Multisig; ultimately OptimisticGovernor
    AdapterStore0x42df…D63b

    A helper contract for chain adapters on the hub chain that support OFT messaging. Handles token -> messenger mapping.

    • Roles:
      • owner: Across Multisig; ultimately OptimisticGovernor

    The user-facing contract on each connected chain where funds are deposited to initiate a bridge transfer. It also receives settlement data from the HubPool to process refunds for the relayers who fulfilled those transfers.

    • Roles:
      • crossDomainAdmin: HubPool; ultimately Across Multisig, OptimisticGovernor

    The central L1 contract (hub) that manages liquidity from LPs and coordinates cross-chain settlements. It receives and secures settlement proposals (root bundles) using the UMA Optimistic Oracle, with a challenge period of 30m and a bond amount of 0.45 ABT.

    • Roles:
      • owner: Across Multisig; ultimately OptimisticGovernor
    AcrossBondToken (ABT)0xee1D…02ea

    A bond token wrapping ETH for usage in the Across protocol. Implements modified ERC20 logic to only allow permissioned proposers to use it as a bond for root bundle proposals.

    • Roles:
      • owner: Across Multisig; ultimately OptimisticGovernor
      • proposers: EOA 1

    Core smart contract for UMA’s Data Verification Mechanism (DVM), serving as source of truth for disputed claims. UMA token holders collectively resolve price requests and earn rewards for correct participation. Commit- and reveal phases for the voting take 1d each.

    • Roles:
      • owner: GovernorV2

    Registry for contracts that are allowed to call requestPrice() in the UMA voting contracts (ie. request dispute resolution by the UMA DVM).

    • Roles:
      • owner: GovernorV2

    Maps interface names to contract addresses (UMA protocol contracts).

    • Roles:
      • owner: GovernorV2

    UMA protocol contract responsible for calculating and collecting regular and final fees for using the DVM.

    • Roles:
      • owner: GovernorV2
      • withdrawer: EOA 3
    FixedSlashSlashingLibrary0x9a40…e5cd

    Stores slashing parameters and calculates slashing amounts based on that (UMA protocol).

    IdentifierWhitelist0xcF64…e570

    Keeps a list of whitelisted identifiers that are accepted by the UMA v3 protocol. Across uses the identifier ACROSS-V2 for its disputes.

    • Roles:
      • owner: GovernorV2
    AddressWhitelist0xdBF9…58c7

    A simple address whitelist for tokens that can be used as bonds and/or fees. This whitelist is checked and enforced by various smart contracts in the UMA ecosystem.

    • Roles:
      • owner: GovernorV2
    SkinnyOptimisticOracle0xeE3A…7c24

    Validates bridge messages by allowing proposers to make bonded assertions about crosschain events. It enforces a challenge period during which any invalid claims can be disputed and escalated to UMA’s Data Verification Mechanism (DVM) for resolution.

    OptimisticOracleV30xfb55…C0dE

    Standard UMA optimistic oracle contract that allows anyone to make an arbitrary claim by posting a bond. The claim is considered true unless it is successfully disputed within a challenge window, with UMA’s DVM acting as the final arbiter for disputes.

    • Roles:
      • owner: GovernorV2
    Zora_Adapter0x024F…169b

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Soneium_Adapter0x0c9d…5FD2

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    HyperEVM_Adapter0x0ec7…4D2B

    This adapter can be used to send messages / root bundles to HyperEVM. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    Redstone_Adapter0x188F…73fA

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Avalance_Adapter0x1af6…1838

    This adapter can be used to send messages / root bundles to chains that do not have a canonical adapter. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    Scroll_Adapter0x2DA7…60d8

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Boba_Adapter0x33B0…5Af3

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Optimism_Adapter0x3562…ebE5

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Tempo_Adapter0x4577…A57c

    This adapter can be used to send messages / root bundles to Tempo. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    Ethereum_Adapter0x527E…5084

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Polygon_Adapter0x537a…E655

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Ink_Adapter0x545E…70B5

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Linea_Adapter0x5A44…2787

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Lens_Adapter0x5e0B…24Cf

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    BNBSmartChain_Adapter0x6f1C…084b

    This adapter can be used to send messages / root bundles to Binance Smart Chain. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero.

    Alephzero_Adapter0x6F40…15Af

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Base_Adapter0x799B…897f

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Unichain_Adapter0x8956…A0D1

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    WorldChain_Adapter0x8bbd…58D1

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Solana_Adapter0x9F78…D7B3

    Adapter for Solana. Uses CCTP v1 AMB to relay root bundles to the Solana spokepool.

    Tron_Adapter0xA1da…c3Db

    This adapter can be used to send messages / root bundles to Tron. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    ZkSyncEra_Adapter0xA374…724f

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Plasma_Adapter0xb47f…2363

    This adapter can be used to send messages / root bundles to Plasma Mainnet. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero.

    Universal_Adapter0xbc5E…c678

    This adapter can be used to send messages / root bundles to chains that do not have a canonical adapter. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    Arbitrum_Adapter0xc0b6…79B3

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Monad_Adapter0xC29a…8452

    This adapter can be used to send messages / root bundles to chains that do not have a canonical adapter. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    Universal_Adapter0xCA5f…7eBD

    This adapter can be used to send messages / root bundles to chains that do not have a canonical adapter. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero and USDC via CCTP.

    MegaETH_Adapter0xE1f0…78Ac

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Lisk_Adapter0xF039…c73b

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Mode_Adapter0xf1B5…16d0

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    Blast_Adapter0xF2bE…dD81

    Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.

    OP Mainnet

    The user-facing contract on each connected chain where funds are deposited to initiate a bridge transfer. It also receives settlement data from the HubPool to process refunds for the relayers who fulfilled those transfers.

    • Roles:
      • admin: EOA 2
      • crossDomainAdmin: HubPool; ultimately Across Multisig, OptimisticGovernor