Taraxa Project
WebsiteExplorerCommunity Site
  • 👋Welcome!
  • 💵Wallet
    • Metamask
    • Ledger
    • Taraxa's Network Connection Details
  • 🌱Become a Validator
    • ⚙️Set up validator node
    • 🖥️Consensus node hardware requirements
    • 🚩Register node via community site
    • ⛓️Register node directly on-chain
    • 📣Solicit delegation
    • 🛠️Node upgrade & reset
  • 💰Staking
    • 💧Liquid Staking
    • 🚩Staking via community site
    • ⛓️Staking directly on-chain
  • 🌉Ficus Root Bridge
    • ↔️Bridge usage guide
    • 📜On-chain contracts
    • 🔎Audit Report
  • 💥Taraxa Grant Program
  • Develop on Taraxa
    • 🚀Start building on Taraxa!
    • 🔗Connecting to Taraxa
    • 📓Smart Contracts
      • Remix
    • ⚒️Common frameworks & Examples
    • 💧Testnet faucet
    • 🔩Taraxa RPC Specs
  • Node Operations
    • ⚙️Deploy A Node
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
    • 🪶Lite Consensus Node (beta)
    • ⏺️Upgrade a Node
      • ⬆️Upgrade Node
      • 🔁Reset Node
    • 🔀Syncing From Snapshot
    • 📬Node's Public Address
    • 🗝️Node's VRF Key
    • 📒Node Proof of Ownership
    • ❓Node Operations FAQ
    • 🔢Node Release Notes
    • ⚙️Install A Local Node
      • Windows
      • Mac
      • Linux
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
  • FAQ
    • 1️Layer-1 Tech
    • 🪙TARA Token
    • 🌱Mainnet
    • 🔁Exchange Integration
  • Whitepaper
    • Abstract
    • Intro: Scaling the World
    • Taraxa Architecture
    • Economic Model
    • Governance
    • Further Reading
  • NATIVE TOKEN CONVERSION
    • 💡Introduction
    • 🗓️Conversion Status
    • ❓Conversion FAQ
    • ⚗️Mock Conversion
    • 📋Exchange Submission
  • Governance
    • ℹ️Introduction
    • ⚡Voting Guide
Powered by GitBook
On this page
  • Bridge infrastructure contracts
  • Asset contracts deployed by the core dev team

Was this helpful?

  1. Ficus Root Bridge

On-chain contracts

List of critical on-chain bridge-related contracts and addresses.

PreviousBridge usage guideNextAudit Report

Last updated 8 months ago

Was this helpful?

The dev team is publishing all on-chain contracts critical to the operation of the bridge to maximize transparency as well as to minimize risk of fraud.

Bridge infrastructure contracts

These contracts are part of the core infrastructure. They are upgradable so from time to time the code they point to may change, but these addresses will stay the same.

On the Ethereum network,

  • ETH_bridge: 0x359CF536b1fd6248ebAd1449E1B3727caB33A01d

  • TARA_client: 0xcDF14446F78ea7EBCaa62Fdb0584e4D2e536B999

On the Taraxa network,

  • TARA_bridge: 0xe126E0BaeAE904b8Cfd619Be1A8667A173b763a1

  • ETH_client: 0x7157233800c3c1f2ac8b12Cefe2cBE796C04446B

  • BeaconLightClient: 0x97Eb8E024bE036eCdb25aDf842C5D6241189FB53

Asset contracts deployed by the core dev team

The Ficus Root Bridge is fully permissionless, which means anyone can deploy asset connector contracts and register them with the bridge contracts. But since these deployments are completely permissionless and anonymous, there is no way for anyone to know if the asset connectors are fraudulent.

Here we publish a list of asset connector contracts that are deployed by the core Taraxa development team for maximum transparency. This list will grow over time as the core development team deploy more.

On the Ethereum network,

  • TARA token on ETH: 0x2F42b7d686ca3EffC69778B6ED8493A7787b4d6E

On the Taraxa network,

  • ETH token on TARA: 0x39b1fC930C43606af5C353e90a55db10bCaF4087

  • USDT (Tether) token on TARA: 0x69D411CbF6dBaD54Bfe36f81d0a39922625bC78c

🌉
📜
Ficus Root Bridge