# OP\_WALLET

⚠️ **IMPORTANT ADDRESS REMINDER**⚠️

By default, upon creating your OP\_WALLET, you will use a taproot address (tb1....).

tBTC transfers NEED to use this address.

For OP\_20 tokens (Anything other than tBTC), you can use your public key **or** your normal (taproot) address.

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

### Wallet setup and installation

To get started, head over to the link below to download the wallet from the Chrome extension store:

{% embed url="<https://chromewebstore.google.com/detail/opwallet/pmbjpcmaaladnfpacpmhmnfmpklgbdjb>" %}

Alternatively, you can download the extension directly from the Github Repo:

{% embed url="<https://github.com/btc-vision/opwallet/releases/latest>" %}

More instructions on how to install it manually here:

{% embed url="<https://github.com/btc-vision/opwallet>" %}

Once installed, open it and follow the instructions.

<figure><img src="/files/GKmkOYJ63B6DacSz7BAR" alt="" width="350"><figcaption></figcaption></figure>

Once completed, you will be able to see the features of the wallet.

Remember to select Testnet 3 as the network (top right Bitcoin logo).

Reminder: To receive tBTC, you **MUST** use your taproot address (tb1...). All other tokens can use either your public key or your taproot address.

<figure><img src="/files/OUYHlaMTDNqVFLe4y5Mv" alt="" width="352"><figcaption></figcaption></figure>

### Sending and receiving tBTC

To send tBTC, you can click the "Send" button in the home section of your wallet.&#x20;

This will take you to the "Send" menu, where you can input the recipient address, transfer amount, and priority fee. Once these are filled, you can click "Next" and sign the transaction to send.

<figure><img src="/files/CxHYXRKPXbeZbPRLttsW" alt="" width="354"><figcaption></figcaption></figure>

To receive tBTC, just copy your **Taproot Address** from the main section above your balance.

### Sending and receiving OP\_20 tokens

To send OP\_20 tokens, navigate to the bottom portion of the wallet for any tokens you've imported and click on the token you wish to send.

<figure><img src="/files/ryKxXSZ1quO887FSC0cp" alt="" width="355"><figcaption></figcaption></figure>

Then click send, and follow the instructions similar to sending tBTC, where you need to input the address, amount, and priority fee of the transaction.

<figure><img src="/files/fjdPYmecFHLNrzknRTVn" alt="" width="357"><figcaption></figcaption></figure>

To receive OP\_20 tokens, you can use your taproot address OR your public key, visible at the top of the main menu of the wallet.

<figure><img src="/files/t8BnjuOd5fhwU9J54DnU" alt="" width="352"><figcaption></figcaption></figure>


---

# 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://opnet-testnet.gitbook.io/start/op_wallet.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.
