> For the complete documentation index, see [llms.txt](https://smart-tools.gitbook.io/smart-tools-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smart-tools.gitbook.io/smart-tools-docs/assistance-and-support/connecting-your-web3-wallet.md).

# Connecting Your Web3 Wallet

Securely connect your wallet to unlock the full power of Smart Tools' blockchain development suite.

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