# Deployments and liquidity lock

### Deployments

The original contract of the LFG token is deployed on Ethereum Mainnet, while on Base, Unichain, Arbitrum, and BSC the token is a wrapped version via Wormhole token bridge.

You can transfer it via the **Wormhole Token Bridge** between chains: <https://portalbridge.com/>

This are the deployment addresses for the LFG token:

**Ethereum**: [0x362eAF2F166B5dED89a83147eD3b75CEf5685d3E](https://etherscan.io/token/0x362eAF2F166B5dED89a83147eD3b75CEf5685d3E)

**Base**: [0x8AA64575630eD9FAFFEc9251c8D3BEE1CAA6681B](https://basescan.org/token/0x8AA64575630eD9FAFFEc9251c8D3BEE1CAA6681B) (Bridged)

**Arbitrum**: [0x52Dbc179BD0C1A91d677851e2A9f51A53EFF82d8](https://arbiscan.io/token/0x52dbc179bd0c1a91d677851e2a9f51a53eff82d8) (Bridged)

**Unichain**: [0xD0e4cbc0CEFF322eB5540B6156036E101Bc5Cb3f](https://uniscan.xyz/token/0xd0e4cbc0ceff322eb5540b6156036e101bc5cb3f) (Bridged)

**BSC**: [0x3D07Ce790E5ED27c7764E0357858c2AF222b77e5](https://bscscan.com/token/0x3d07ce790e5ed27c7764e0357858c2af222b77e5) (Bridged)

### Liquidity Lock

The feeOwner contract will hold the Uniswap/Pancakeswap v3 NFT ID of the minted liquidity. Liquidity is permanently locked as the feeOwner contract has no NFT mechanics implemented (like transfer etc.).

Only the claiming of fees has been implemented in the feeOwner contract.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lfg-club.gitbook.io/lfgclub/deployments-and-liquidity-lock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
