> For the complete documentation index, see [llms.txt](https://help.multisig.ledger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.multisig.ledger.com/supported-networks.md).

# Supported Networks

## Supported Networks

Ledger Enterprise Multisig is designed to provide a unified, secure management layer across the most active digital asset ecosystems. Currently, our platform fully supports the major EVM-compatible chains, ensuring you can secure your treasury and administer smart contracts where the majority of DeFi activity occurs.

#### Currently Supported Networks

You can deploy, import, and manage Safe Accounts on the following Mainnet networks:

| Supported Network          | Chain ID  |
| -------------------------- | --------- |
| Ethereum Mainnet           | 1n        |
| Base                       | 8453n     |
| Arbitrum                   | 42161n    |
| Polygon                    | 137n      |
| Optimism                   | 10n       |
| Ethereum Sepolia (testnet) | 11155111n |

#### Upcoming Network Support

As part of our vision to be the go-to multisig solution for EVMs, we are adding new EVM networks every month.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.multisig.ledger.com/supported-networks.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.
