> For the complete documentation index, see [llms.txt](https://docs.tomo.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomo.inc/tomo-wallet/extension-wallet/developer-manual.md).

# Developer Manual

[Tomo Extension Wallet ](https://chromewebstore.google.com/detail/tomo-wallet/pfccjkejcgoppjnllalolplgogenfojk)is a multi-chain social wallet for the BTC ecosystem. It enhances your decentralized trading experience and supports numerous chains, emphasizing the Bitcoin ecosystem, including Bitcoin PoW and Bitcoin L2s. The wallet also supports Ethereum, Base, Linea, Optimism, Arbitrum, BNB, and Cosmos chains, with more coming soon. Designed for both beginners and experienced users, it features an intuitive user interface and robust security, ensuring your assets are always protected. With Tomo Wallet, you can manage assets across multiple chains. Users can easily log in using your email, thanks to the easy social login feature. The wallet utilizes Multi-Party Computation (MPC) technology to encrypt seed phrases, storing them in a sharded manner across multiple points, including your local environment and cloud storage. The interface is simple and intuitive for all users, making it user-friendly.

Currently Tomo extension wallet support the following chains:

* EVM chains, such as Ethereum, Linea, Arbitrum, Base, Optimism, and BNB Smart chain. Users can add any EVM compatible chain into the wallet easily.
* Bitcoin chains, it supports Bitcoin mainnet, signet and testnet, and Bitcoin assets such as BRC20 tokens.
* Cosmos chains
* And more to come soon...

This document shows how dApps integrates with Tomo extension wallet.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tomo.inc/tomo-wallet/extension-wallet/developer-manual.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
