# Contract Addresses

In this section you will find useful contract addresses you may need while developing on Mode.\
\
L1/L2 Contracts are the main contacts from the L1 (Ethereum) and the L2 (Mode) such as the SFS contract, L1Standard Bridge, and more.

Token Addresses has all the official tokens deployed by Mode team, please be careful with other tokens not listed here as they may not be legitimate.

If you would like us to add any other contracts or tokens please let us know in our [Discord](https://discord.gg/modenetworkofficial).


---

# 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.mode.network/user-guides/mainnet-contract-addresses.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.
