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

# Connect a wallet

gage runs on **Robinhood Chain** (chain id 4663).

## Wallets

* **Robinhood Wallet** is the primary connection. It is how Stock Tokens reach people, and it holds USDG and ETH on the chain.
* **WalletConnect** works with any wallet that supports it.

Open the app, choose Connect wallet, and pick one. Nothing is signed until you act.

## What you need

| To                | You need in the wallet                                                                    |
| ----------------- | ----------------------------------------------------------------------------------------- |
| Borrow            | The collateral (Stock Tokens, a meme, or a Uniswap v4 position), and a little ETH for gas |
| Lend              | USDG for the asking price, or ETH to swap on the way in, and ETH for gas                  |
| Reclaim           | The full cap in USDG. A reclaim cannot be part-funded.                                    |
| Provide liquidity | sGAGE and GAGE to pair, or sGAGE and ETH or USDG to buy the GAGE                          |

Gas on Robinhood Chain is paid in ETH.

## Before your first deal

On first connect, the app shows three things to know and asks you to confirm you have read them. They are in [Before your first deal](/start-here/before-your-first-deal.md).

## Balances you withdraw

Anything the contracts owe you, USDG or collateral, is credited to an internal balance and withdrawn by you with one button on Portfolio. Nothing is pushed to your wallet. This is what lets a frozen or paused token delay only its own holder and never a counterparty's settlement.


---

# 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://docs.gage.cash/start-here/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.
