> For the complete documentation index, see [llms.txt](https://docs.silverbackdefi.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silverbackdefi.app/getting-started/connect-wallet.md).

# Connect Your Wallet

Get connected to Silverback DEX in under 2 minutes.

***

## Base Network

Silverback DEX supports all major Web3 wallets on Base:

* **MetaMask**
* **Coinbase Wallet**
* **WalletConnect** (supports 300+ wallets)
* **Rainbow**
* **And more...**

### Steps

1. Visit [silverbackdefi.app](https://silverbackdefi.app)
2. Click **"Connect Wallet"** in the top right corner
3. Select your wallet provider from the list
4. Approve the connection request in your wallet
5. You're connected!

### Adding Base Network to MetaMask

If Base isn't already in your wallet:

| Setting         | Value                      |
| --------------- | -------------------------- |
| Network Name    | Base                       |
| RPC URL         | `https://mainnet.base.org` |
| Chain ID        | 8453                       |
| Currency Symbol | ETH                        |
| Block Explorer  | `https://basescan.org`     |

> **Tip:** Most wallets will automatically prompt you to add Base when you connect to Silverback.

***

## Keeta Network

Keeta uses the **Keythings** wallet extension.

### Install Keythings

1. Download from [keythings.xyz](https://keythings.xyz)
2. Install the browser extension
3. Create a new wallet or import existing

### Connect to Silverback

1. Access the DEX&#x20;
2. Keythings will automatically detect and connect
3. Approve the connection if prompted

***

## Troubleshooting

**Wallet not connecting?**

* Refresh the page
* Make sure you're on the correct network
* Check if your wallet is locked

**MetaMask stuck?**

* Try disconnecting and reconnecting
* Clear your MetaMask activity data (Settings → Advanced → Clear Activity)

**Keythings not detected?**

* Check the extension is enabled
* Try refreshing the page

See our full [Troubleshooting](/support/troubleshooting.md) guide for more help.


---

# 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:

```
GET https://docs.silverbackdefi.app/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.
