# How to Connect Wallet

IMP Money is a non-custodial DeFi protocol. You'll need a Web3 wallet to interact with the platform.

## Supported Wallets

| Wallet          | Platform         | Recommended        |
| --------------- | ---------------- | ------------------ |
| MetaMask        | Desktop & Mobile | ⭐ Most Popular     |
| Trust Wallet    | Mobile           | ⭐ Great for Mobile |
| WalletConnect   | Any              | Compatible wallets |
| Coinbase Wallet | Desktop & Mobile | ✅                  |
| Rabby           | Desktop          | ✅                  |

## Step 1: Install a Wallet

### MetaMask (Recommended)

1. Visit [metamask.io](https://metamask.io)
2. Download for your browser or mobile device
3. Create a new wallet and **securely backup your seed phrase**

### Trust Wallet (Mobile)

1. Download from App Store or Google Play
2. Create a new wallet
3. **Write down your seed phrase** - never share it!

## Step 2: Add BNB Smart Chain

IMP Money runs on BNB Smart Chain (BSC). Add the network to your wallet:

### Network Settings

| Setting        | Value                              |
| -------------- | ---------------------------------- |
| Network Name   | BNB Smart Chain                    |
| RPC URL        | <https://bsc-dataseed.binance.org> |
| Chain ID       | 56                                 |
| Symbol         | BNB                                |
| Block Explorer | <https://bscscan.com>              |

### Quick Add

Most wallets auto-detect BSC. When connecting to imp.money, you'll be prompted to switch/add the network automatically.

## Step 3: Get BNB for Gas

You need a small amount of BNB (\~$2-5) for transaction fees:

1. Buy BNB on an exchange (Binance, Coinbase, etc.)
2. Withdraw to your wallet address
3. Make sure you select **BNB Smart Chain (BEP20)** network

## Step 4: Get USDT

You'll deposit USDT into IMP Money:

1. Buy USDT on an exchange
2. Withdraw to your wallet on **BNB Smart Chain (BEP20)**
3. USDT contract on BSC: `0x55d398326f99059fF775485246999027B3197955`

## Step 5: Connect to IMP Money

1. Go to [imp.money](https://imp.money)
2. Click **"Connect Wallet"** in the top right
3. Select your wallet from the list
4. Approve the connection in your wallet
5. Make sure you're on **BNB Smart Chain**

## Security Tips

{% hint style="danger" %}
**Never share your seed phrase!** IMP Money will never ask for it.
{% endhint %}

* ✅ Only connect to the official site: **imp.money**
* ✅ Verify you're on the correct URL
* ✅ Use a hardware wallet for large amounts
* ✅ Revoke approvals you no longer need
* ❌ Don't connect to unknown dApps
* ❌ Don't click suspicious links

## Troubleshooting

### "Wrong Network" Error

Switch to BNB Smart Chain in your wallet settings.

### Wallet Not Connecting

1. Refresh the page
2. Clear browser cache
3. Try a different browser
4. Ensure wallet extension is up to date

### Can't See USDT Balance

Add USDT token manually:

* Contract: `0x55d398326f99059fF775485246999027B3197955`

***

→ Next: [Making Your First Deposit](https://docs.imp.money/getting-started/first-deposit)


---

# 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://docs.imp.money/getting-started/connect-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.
