> For the complete documentation index, see [llms.txt](https://rangersprotocol.gitbook.io/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rangersprotocol.gitbook.io/technical-documentation/wallet/wallets.md).

# Wallets

## Getting Started

Rangers Protocol is fully compatible with Ethereum’s applications, services, and middleware. That is, it provides an access mechanism compatible with Ethereum at the level of establishing node connections.

The integration of wallets with Rangers Protocol allows for simple and easy access to private keys and signing transactions.

Here is a list of wallets that support Rangers Protocol.&#x20;

## A list of supported wallets&#x20;

* MetaMask&#x20;
* The Rangers Protocol **light wallet**, a convenient Web3 on-ramp tool, is upcoming soon. It will help users enter the Web3 world through Web2 login methods, free from the complex Web3 process with recovery phrases.

## How the transaction is finalized&#x20;

Rangers Protocol miners confirm each transaction and get commissions from it. After the sender sends the assets and the restorers receive the assets, twelve blocks of verification and recording are required to avoid loss caused by double spending, and the final transaction is basically tamperable. Each block takes one second to confirm, so it takes at least twelve seconds to finally confirm a transaction.

Additionally, the majority of transactions based on Rangers Mainnet are confirmed simultaneously as well as return the result quickly which provides great facilities to dapp developers in operability.


---

# 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://rangersprotocol.gitbook.io/technical-documentation/wallet/wallets.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.
