# WHERE TO FIND LBM?

### Token details:

LBM contract address: **0x56a38e7216304108e841579041249feb236c887b**\
Network: Base (Ethereum L2)\
Etherscan: <https://etherscan.io/address/0x56a38e7216304108e841579041249feb236c887b>

### To add Base as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the **Add a network manually** dialog that appears, enter the following information for Base mainnet:

   | Name            | Value                                                 |
   | --------------- | ----------------------------------------------------- |
   | Network Name    | Base Mainnet                                          |
   | Description     | The public mainnet for Base.                          |
   | RPC Endpoint    | [https://mainnet.base.org](https://mainnet.base.org/) |
   | Chain ID        | 8453                                                  |
   | Currency Symbol | LBM                                                   |
   | Block Explorer  | <https://base.blockscout.com/>                        |
6. Tap the Save button to save Base as a network.

You are now ready to swap tokens on the Base network.


---

# 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://docs.libertum.io/libertums-ecosystem-token/where-to-find-lbm.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.
