For the complete documentation index, see llms.txt. This page is also available as Markdown.

14.1 Bridging Architecture

The FreCx bridging mechanism is designed to maintain a strict one-to-one correspondence between tokens on different chains. When tokens move from FreCx to Polygon, they are not transferred directly. Instead, they are locked on the source chain and represented on the destination chain through a native token.

The process involves two key operations:

  • locking tokens on FreCx and minting FreCx on Polygon

  • burning FreCx on Polygon and releasing FreCx on the main network

This ensures that the total circulating supply across chains remains consistent at all times.

Last updated