# Connecting Your Wallet

To interact with The Standard Protocol, you'll need to connect a Web3 wallet. This guide will walk you through the process, with a focus on MetaMask, though other wallets are also supported.

### Supported Web3 Wallets

The Standard Protocol supports various Web3 wallets, including:

* MetaMask (recommended)
* Rainbow
* Coinbase Wallet
* WalletConnect

While this guide focuses on MetaMask, the connection process is similar for other wallets.

### Connecting Your Wallet: Step-by-Step Guide

#### 1. Navigate to The Standard Protocol Website

Visit <https://app.thestandard.io>. You'll see a screen similar to the one in Image 1, prompting you to connect your wallet.

#### 2. Click "Connect Wallet"

On the main screen, click the "Connect Wallet" button as shown in Image 1.

<figure><img src="/files/nu1ea9vnaMN54rcYLeiV" alt=""><figcaption></figcaption></figure>

#### 3. Choose Your Wallet

A popup will appear (as seen in Image 2) displaying various wallet options. If you have MetaMask installed, it will appear under the "Installed" section. Otherwise, you can choose from the "Popular" options listed below.

<figure><img src="/files/ELv98drCOrgiJE4kRKTz" alt=""><figcaption></figcaption></figure>

#### 4. Select Your Account (MetaMask Example)

If you're using MetaMask, a new window will open (as shown in Image 3). Here you can:

* Select which account(s) you want to connect
* Create a new account if needed
* See the balance of each account

Choose the account you wish to use and click "Next".

<figure><img src="/files/VxL5arLYd1GsA9QBqcZe" alt=""><figcaption></figcaption></figure>

#### 5. Review Permissions

The next screen (Image 4) will show you the permissions The Standard Protocol is requesting. Typically, this includes viewing your address, account balance, and activity. Review these permissions carefully.

<figure><img src="/files/FLPGvVnr56hs4WyFvglg" alt=""><figcaption></figcaption></figure>

#### 6. Confirm Connection

If you're comfortable with the requested permissions, click "Connect" to finalize the wallet connection.

#### 7. Start Using The Standard Protocol

Once connected, you'll be taken to the main dashboard,  where you can view your vaults, balances, and start interacting with the protocol.&#x20;

If you are brand new here you can create a brand new USDs smart Vault.&#x20;

### Important Notes

* Always ensure you're on the correct website (<https://app.thestandard.io>) before connecting your wallet.
* ALWAYS CHECK PERMISSIONS THAT YOU ARE GIVING ON ANY DEFI DAPP!&#x20;
* NEVER share your private keys or seed phrases with anyone, including The Standard team.
* The Standard Protocol will never ask for your private keys or seed phrases.

### Troubleshooting

If you encounter issues connecting your wallet:

1. Ensure your wallet has sufficient funds for network fees.
2. Check that you're on the correct network ( Arbitrum).
3. Try refreshing the page or reconnecting your wallet.
4. If problems persist, reach out to [The Standard's community support channels.](https://discord.gg/thestandard-io-836907456743079956)

Remember, your wallet is your gateway to the decentralized world. Always prioritize security and double-check all transactions before confirming them.


---

# 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.thestandard.io/tst/getting-started/connecting-your-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.
