Search

Search for projects by name or address

Butter Network logo
Butter Network

About

Liquidity bridge and messaging protocol using the MAP relay chain (an alt-L1) and its light-client network to verify cross-chain messages.


    Last 24h volume
    $652.71 K
    Last 24h transfer count
    523
    Last 24h top path
    polygonposbsc$248.08 K

    Last 24h avg. transfer time
    2m 3s
    Last 24h avg. transfer value
    $1.24 K
    Tokens by volume
    USDTUSDCETH

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

    Transfer type distribution
    Non-minting

    About

    Liquidity bridge and messaging protocol using the MAP relay chain (an alt-L1) and its light-client network to verify cross-chain messages.

    Top token

    Volume
    $645.32 K
    Transaction count
    518
    Symbol
    Last 24h Volume
    Last 24h transfer count
    Last 24h avg. transfer time
    Last 24h avg. transfer value
    From
    To
    Timestamp
    Tokens
    Value
    Bridge
    Transfer time
    Chains

    Base Chain

    Actors:

    A Multisig with 3/5 threshold.

    • Can interact with Butter AuthorityManager
      • change AuthorityManager permissions and execute restricted Bridge and FeeService management operations

    A Multisig with 2/3 threshold.

    • Can interact with Butter AuthorityManager
      • change AuthorityManager permissions and execute restricted Bridge and FeeService management operations
    • Can upgrade with no delay
      • Butter MAP LightNode
    • Can interact with Butter MAP LightNode
      • change the pending LightNode administrator or the VerifyTool used by proof verification

    Base Chain

    Butter AuthorityManager0xACC3…9CCA

    OpenZeppelin AccessManager-derived authority for Butter’s restricted Bridge and FeeService functions. Its role configuration controls who can change bridge validation dependencies, relay and token settings, fee parameters, pause state, and implementation upgrades.

    • Roles:
      • adminRole: SafeL2

    Butter’s Base bridge endpoint. Outbound transfers lock or burn assets and emit messages for the MAP relay chain; inbound transfers execute only after a LightNode-validated receipt proof for the configured MAP relay contract. The bridge can mint configured mintable tokens, release escrowed assets, and invoke receiver callbacks, so compromise of validation, relay configuration, or management authority can lead to loss of bridged funds.

    • Roles:
      • authority: Butter AuthorityManager

    Upgradeable MAP relay-chain light client used by Butter bridges. It verifies relay-chain headers with the stored BLS validator set and verifies receipt Merkle proofs against accepted headers. It is the destination-chain validation boundary for bridged messages.

    • Roles:
      • admin: EOA 1
    Can be upgraded by:
    Butter VerifyTool0xc339…471f

    Cryptographic and RLP/Merkle-proof helper contract called by the Butter MAP LightNode to validate relay-chain headers and transaction receipts.

    Butter FeeService0xfeE3…69a6

    Fee configuration contract used by Butter Bridge to calculate cross-chain message fees and select the fee recipient.

    • Roles:
      • authority: Butter AuthorityManager

    The current deployment carries some associated risks:

    • Funds can be stolen if a contract receives a malicious code upgrade. There is no delay on code upgrades (CRITICAL).