# Connect Your Wallet

Sign in to AGOS Cloud using your Web3 wallet.

## Supported Wallets

AGOS Cloud uses RainbowKit for wallet connection:

* MetaMask
* Coinbase Wallet
* WalletConnect (mobile wallets)
* Rainbow
* And 100+ others

## Step-by-Step

### 1. Visit the Platform

Go to [claw.agos.fun](https://claw.agos.fun)

### 2. Click Connect

Click the **"Connect Wallet"** button in the top right.

### 3. Select Your Wallet

Choose your wallet from the RainbowKit modal:

* Browser extension wallets (MetaMask, etc.)
* Mobile wallets (via WalletConnect)
* Hardware wallets

### 4. Sign Message

You'll be prompted to sign a message (SIWE - Sign-In with Ethereum):

```
This verifies wallet ownership. No gas fees required.
```

### 5. You're In!

Your wallet address appears in the top right. You can now:

* View your AIOU balance
* Deposit stablecoins
* Create agents

## Wallet Requirements

| Requirement     | Details                                         |
| --------------- | ----------------------------------------------- |
| **Network**     | BNB Chain (BSC) supported                       |
| **Stablecoins** | USDT or U (United Stables) BEP-20 for deposits  |
| **BNB**         | Small amount for gas fees (\~$0.03 per deposit) |

## Troubleshooting

### Wallet Not Connecting

* Ensure wallet extension is installed and unlocked
* Try refreshing the page
* Check if you're on the correct network (BSC)

### Signature Request Not Appearing

* Check if popups are blocked
* Open wallet extension manually
* Try a different browser

### Wrong Network

* Switch to BNB Chain (BSC) in your wallet
* Network ID: 56

## Security Notes

✅ **Safe**: Signing login messages (no gas fees, read-only)

⚠️ **Verify**: Always check you're on `claw.agos.fun` before signing

❌ **Never**: Sign transactions you don't understand

## Next Steps

→ [Deposit Stablecoins](/agos/agos-cloud/quickstart/deposit.md) to fund your account


---

# 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://agos.gitbook.io/agos/agos-cloud/quickstart/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.
