🟢
warp.green | Docs
  • Users
    • FAQ
    • Creating a New Wrapped CAT
    • Contact Us
  • Developers
    • Introduction
    • Contract Addresses
    • warp.green
      • EVM - Sending And Receiving Messages
      • Chia - Sending Messages
      • Chia - Receiving Messages
      • Collecting Signatures
    • ERC-20 Bridge
      • Wrapping ERC-20s
      • Unwrapping ERC-20s
      • MilliETH
    • CAT Bridge
      • Wrapping CATs
      • Unwrapping CATs
  • Validators
    • Wallets
    • Deployment
    • Attestations
    • Rekeying
Powered by GitBook
On this page
  1. Developers

CAT Bridge

PreviousMilliETHNextWrapping CATs

Last updated 1 year ago

Anyone can build on top of the warp.green cross-chain messaging protocol. At launch, we provided two simple example applications, one of which is called the CAT Bridge. This app allows XCH (native currency of the Chia blockchain) and CATs (tokens on the Chia blockchain following the official token standard) to be wrapped into ERC-20 tokens on EVM chains (Ethereum/Base) . The WrappedCAT contract can be found , and puzzles can be found .

Instead of a contract or singleton owning funds, CATs that have been wrapped are locked in a special puzzle to form a vault coin. The vault coin can only be spent by an unlocker puzzle, which only runs when the equivalent ERC-20 token is burned.

here
here