# Ledger Multisig

## API Reference

- [Ledger Enterprise Multisig API Overview](https://help.multisig.ledger.com/ledger-enterprise-multisig-api-overview.md)
- [Supported Networks](https://help.multisig.ledger.com/supported-networks.md)
- [Guides](https://help.multisig.ledger.com/guides.md): Practical, end-to-end tutorials for integrating with the Ledger Multisig Transaction Service
- [Transactions with off-chain signatures](https://help.multisig.ledger.com/guides/transactions-with-off-chain-signatures.md)
- [API Guides](https://help.multisig.ledger.com/guides/api-guides.md)
- [1. Querying Safe Data](https://help.multisig.ledger.com/guides/api-guides/1.-querying-safe-data.md): Read Safe configuration, balances, transaction history, delegates, and nonce from the Ledger Enterprise Multisig API. No private keys required.
- [2. Transaction Lifecycle (including off-chain signatures)](https://help.multisig.ledger.com/guides/api-guides/2.-transaction-lifecycle-including-off-chain-signatures.md): Create, sign, propose, execute, and verify a Safe transaction end-to-end using the Ledger Enterprise Multisig API.
- [3. Batch Transactions](https://help.multisig.ledger.com/guides/api-guides/3.-batch-transactions.md): Bundle multiple operations into a single atomic Safe transaction using the MultiSend contract.
- [4. Delegate Management](https://help.multisig.ledger.com/guides/api-guides/4.-delegate-management.md): Add, list, and remove delegates. Delegates are addresses that can propose transactions on behalf of Safe owners without being owners themselves.
- [5. ERC20 Token Transfers](https://help.multisig.ledger.com/guides/api-guides/5.-erc20-token-transfers.md): Encode ERC-20 function calls and propose them as Safe transactions through the Ledger Multisig API.
- [6. Multi Signature Flow](https://help.multisig.ledger.com/guides/api-guides/6.-multi-signature-flow.md): Walk through the full lifecycle of a multi-owner Safe: add an owner, change the threshold, propose with one signer, confirm with another, and execute once the threshold is met.
- [7. Troubleshooting](https://help.multisig.ledger.com/guides/api-guides/7.-troubleshooting.md)
- [CLI Guides](https://help.multisig.ledger.com/guides/cli-guides.md)
- [CLI Overview](https://help.multisig.ledger.com/guides/cli-guides/cli-overview.md)
- [Installation](https://help.multisig.ledger.com/guides/cli-guides/installation.md): Install the Ledger Enterprise Multisig CLI from npm.
- [Quickstart](https://help.multisig.ledger.com/guides/cli-guides/quickstart.md): End-to-end: connect a Ledger, find a Safe you own, propose an ETH transfer, collect a co-owner signature, and execute on-chain, all from the shell.
- [Configuring a signer](https://help.multisig.ledger.com/guides/cli-guides/configuring-a-signer.md)
- [Querying Safe data](https://help.multisig.ledger.com/guides/cli-guides/querying-safe-data.md)
- [Proposing, signing and executing](https://help.multisig.ledger.com/guides/cli-guides/proposing-signing-and-executing.md)
- [Command reference](https://help.multisig.ledger.com/guides/cli-guides/command-reference.md): Exhaustive flag, environment-variable, and exit-code reference for every \`lem\` command. For task-oriented walkthroughs, see Querying Safe data and Proposing, signing & executing.
- [Building agent workflows](https://help.multisig.ledger.com/guides/cli-guides/building-agent-workflows.md): \`lem\` works well for AI agents. This page covers why it fits tool use and how to wire it into Bash, Python, and MCP workflows.
- [Reference](https://help.multisig.ledger.com/reference.md)
- [Delegates](https://help.multisig.ledger.com/reference/delegates.md)
- [Transactions](https://help.multisig.ledger.com/reference/transactions.md)
- [Safes](https://help.multisig.ledger.com/reference/safes.md)
- [Modules](https://help.multisig.ledger.com/reference/modules.md)
- [Owners](https://help.multisig.ledger.com/reference/owners.md)
- [4337](https://help.multisig.ledger.com/reference/4337.md)
- [Models](https://help.multisig.ledger.com/reference/models.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.multisig.ledger.com/ledger-enterprise-multisig-api-overview.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.
