|
| 1 | +--- |
| 2 | +title: Omnichain Fungible Token (OFT) |
| 3 | +tags: [intermediate, fassets] |
| 4 | +description: FXRP is an Omnichain Fungible Token (OFT) enabling cross-chain transfers via LayerZero |
| 5 | +keywords: [fassets, flare-network, fxrp, layerzero, oft, omnichain, cross-chain] |
| 6 | +--- |
| 7 | + |
| 8 | +import CopyButton from "@site/src/components/CopyButton"; |
| 9 | +import DocCardList from "@theme/DocCardList"; |
| 10 | + |
| 11 | +## Overview |
| 12 | + |
| 13 | +FXRP token is deployed as an [Omnichain Fungible Token (OFT)](https://docs.layerzero.network/v2/home/token-standards/oft-standard) using the [LayerZero](https://layerzero.network/) protocol. |
| 14 | +This enables FXRP to be transferred across multiple blockchain networks while maintaining fungibility and a unified total supply. |
| 15 | + |
| 16 | +The OFT standard allows tokens to be natively transferred between chains without the need for wrapped versions or liquidity pools, providing a seamless cross-chain experience for FXRP holders. |
| 17 | + |
| 18 | +## How It Works |
| 19 | + |
| 20 | +On Flare, FXRP uses an **OFT Adapter** contract that locks tokens when bridging to other chains. |
| 21 | +On destination chains, native OFT contracts mint and burn tokens as they are transferred in and out. |
| 22 | + |
| 23 | +For more details on the OFT standard and how it works, see the [LayerZero OFT documentation](https://docs.layerzero.network/v2/home/token-standards/oft-standard). |
| 24 | + |
| 25 | +## Bridge FXRP |
| 26 | + |
| 27 | +You can bridge FXRP between supported chains using [Stargate Finance](https://stargate.finance/?srcChain=flare&srcToken=0xAd552A648C74D49E10027AB8a618A3ad4901c5bE) protocol. |
| 28 | + |
| 29 | +## Deployments |
| 30 | + |
| 31 | +The following table lists the FXRP OFT contract addresses across supported chains: |
| 32 | + |
| 33 | +| Chain | Contract Type | Address | |
| 34 | +| ---------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 35 | +| Flare | OFT Adapter | [`0xd70659a6396285BF7214d7Ea9673184e7C72E07E`](https://flare-explorer.flare.network/address/0xd70659a6396285BF7214d7Ea9673184e7C72E07E) <CopyButton textToCopy="0xd70659a6396285BF7214d7Ea9673184e7C72E07E" /> | |
| 36 | +| HyperEVM | OFT | [`0xd70659a6396285BF7214d7Ea9673184e7C72E07E`](https://hyperevmscan.io/address/0xd70659a6396285BF7214d7Ea9673184e7C72E07E) <CopyButton textToCopy="0xd70659a6396285BF7214d7Ea9673184e7C72E07E" /> | |
| 37 | +| HyperCore | OFT | [`0x200000000000000000000000000000000000016f`](https://app.hyperliquid.xyz/explorer/address/0x200000000000000000000000000000000000016f) <CopyButton textToCopy="0x200000000000000000000000000000000000016f" /> | |
| 38 | +| Ethereum Mainnet | OFT | [`0xce6170ea245dc8d1f275a710a062b70f125f0110`](https://etherscan.io/address/0xce6170ea245dc8d1f275a710a062b70f125f0110) <CopyButton textToCopy="0xce6170ea245dc8d1f275a710a062b70f125f0110" /> | |
| 39 | + |
| 40 | +## Guides |
| 41 | + |
| 42 | +Learn how to bridge FXRP across chains using LayerZero's OFT standard, including automatic redemption to native XRP and cross-chain minting. |
| 43 | + |
| 44 | +<DocCardList |
| 45 | + items={[ |
| 46 | + { |
| 47 | + type: "link", |
| 48 | + label: "FAsset Auto-Redemption", |
| 49 | + href: "/fxrp/oft/fxrp-autoredeem", |
| 50 | + docId: "fxrp/oft/fassets-autoredeem", |
| 51 | + }, |
| 52 | + { |
| 53 | + type: "link", |
| 54 | + label: "Auto Minting and Bridging FXRP", |
| 55 | + href: "/fxrp/oft/fxrp-automint", |
| 56 | + docId: "fxrp/oft/fassets-automint", |
| 57 | + }, |
| 58 | + ]} |
| 59 | +/> |
| 60 | + |
| 61 | +:::tip[What's next] |
| 62 | + |
| 63 | +Learn more about FAssets and how to use the OFT with the FXRP token: |
| 64 | + |
| 65 | +- [FAssets Overview](/fassets/overview) |
| 66 | + |
| 67 | +::: |
0 commit comments