# Connecting Your Web3 Wallet

{% hint style="info" %}

### **Supported Wallets**

Choose your preferred option:

* **MetaMask** (Desktop/Mobile)
* **WalletConnect** (Trust, Rainbow, Argent, etc.)
* **Coinbase Wallet** (Extension/Mobile)
  {% endhint %}

{% hint style="success" %}
*Mobile users: Scan QR code via WalletConnect*
{% endhint %}

***

### **How to Connect**

### **1. Click "Connect Wallet"**

(Top-right corner of any page)

#### **2. Select Your Wallet Provider**

* **MetaMask**: Opens extension popup
* **WalletConnect**: Displays QR code for mobile
* **Coinbase Wallet**: Triggers connection flow

### **3. Approve Connection**

✔ Verify you're connecting to **smarttools.io**\
✔ Confirm in your wallet app

### **4. Start Using Smart Tools**

Your truncated address (e.g., `0x7F3...1a4B`) will appear when connected

***

### **Security First**

* We **never** access private keys
* All transactions require manual wallet approval
* Revoke access anytime via wallet settings

***

{% hint style="info" %}

### **Troubleshooting**

If connection fails:\
1️⃣ Refresh the page\
2️⃣ Update wallet extension/app\
3️⃣ Try different browser (Chrome/Brave recommended)\
4️⃣ Check network compatibility (Ethereum, Base, etc.)
{% endhint %}

***

> ### **Pro Security Tips**
>
> * **Use hardware wallets** (Ledger/Trezor with MetaMask)
> * **Bookmark our site** to avoid phishing
> * **Disconnect after sessions** via wallet interface


---

# 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://smart-tools.gitbook.io/smart-tools-docs/assistance-and-support/connecting-your-web3-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.
