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

# Connect to Pinto

Interacting with Pinto requires a wallet on the [Base network](https://www.base.org/) with an Ethereum (ETH) balance. If you don't have a wallet yet, learn how to [Fund a Wallet on Base](/resources/how-to-guides/getting-started/fund-a-wallet-on-base.md).

Pinto works with many Base-compatible wallets. Here's how to connect using Rabby as an example, though the process is similar for other wallets.

### **Connect to Pinto with the Rabby Browser Extension** <a href="#connect-to-pinto-with-rabby" id="connect-to-pinto-with-rabby"></a>

1. Visit <https://pinto.money/>.
2. Select 'Connect' in the top right of the page.
3. Click the Rabby Wallet icon in the wallet selector.
4. Select 'Connect'.
5. You are now connected to Pinto. Double check that the wallet address in the top right of <https://pinto.money/> is the same as your wallet address.

   <br>


---

# 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.pinto.money/resources/how-to-guides/getting-started/connect-to-pinto.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.
