> For the complete documentation index, see [llms.txt](https://docs.brine.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brine.fi/for-users/user-docuguide/web-app/sign-up-through-metamask.md).

# Sign up through Metamask

1. Visit [testnet.brine.finance](https://testnet.brine.finance/) website from your browser and click on the ‘Connect Wallet’ button on the right side.<br>

<figure><img src="https://lh3.googleusercontent.com/F0CtejPn9Q7MkTuKaPpHO0X-mgIFcjNe4Iw9y49pKoroHpWJpC11oC73gOAiIYI5IiiYH0wC1aSaA893rO2XYXmorjg_Dpd7TzC3UtWd3HIz20HUJ1vXX4MUAB7C2RRbkCGJy1jrgjY6fLrSnvVk7Ps" alt=""><figcaption></figcaption></figure>

2. Click on ‘Metamask’ from the wallet list.

<figure><img src="https://lh5.googleusercontent.com/T8WmRfPOi7BKNgkZsGccJevY6t06Wqj06aMbOHxQMloEf3sFurxl04oKuKBtFbvEbmtl_w8dhihMCb3XAqKxWYQGFlBmFqt0t381aWGsortHNdtR70FipUFeOKzT78lJB4uk4T2_mDlpaIuEJ4_6kjE" alt=""><figcaption></figcaption></figure>

3. Click the toggle button to verify you're a human. Make sure you have already installed the Metamask extension in your browser. If you don’t have a Metamask account then you can watch this [video](https://youtu.be/vHFNXHHUA9M) for further help. <br>

<figure><img src="https://lh6.googleusercontent.com/1_IcqpQAqLzSJ7VYZU2PfrSssGNZZ27Ycu5Z3DGb0YkqmG12OY7JW4WabRPyufSZapg2satOWOXluaECq3dvgGHIrcTwTlvOSNLA0lDFe9m3T8-HNqxY1svKGjbfBERHxaV0EDkUsstRMfSVAIrchA0" alt=""><figcaption></figcaption></figure>

4. Once you click on the toggle button, you have to enter your Metamask password to proceed.&#x20;

<figure><img src="https://lh6.googleusercontent.com/FkvetqALQK0OjcWr0aNswQWuFuNrghrKUvzlsQPZycQ3IDSUBFI9km2OCMZJ9VgJfjBd5yYyNvE70xxNS_ZMkBwYkDQ6kLPSNScW8rlM0vA21wE4DrEyZDI6XX-5KZo3vDoTERH7tm_umSSgRCk4NHY" alt=""><figcaption></figcaption></figure>

<br>

5. Once you enter your Metamask password, you have to click on the ‘Sign button’ twice.

<figure><img src="https://lh4.googleusercontent.com/rSHmnjj6qBadN0sPDw_7nUdmyt5gQzMDCSYVeX_oFwQ8PdMtG1hlcYKS9_0hOaeLtjSC0wj1oztC_TfyvAOa7eRRvQj7lg7SwEfYGZqGAXujVpBl0N3UrZ-jaJVcAmwvFaOQuu8fKX0oe_g9ftXlUIc" alt=""><figcaption></figcaption></figure>

6. Congratulations! Now, you are ready to explore the Brine platform.

<figure><img src="https://lh4.googleusercontent.com/2E0x9dZ-PPJIWPrFgaOO4jweR-Zaqv-OjZWs0TnDNLfVSXE3PhMJ5qg7g0q0ZZG9hMgWVc7kG0fMaW1LIJLpoY2wG7XT7i0tXqJpVP6E29XpyGS-q8VJws8ISdSpF3EHstthjXzc9WFgATdEe5bhFFQ" alt=""><figcaption></figcaption></figure>


---

# 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.brine.fi/for-users/user-docuguide/web-app/sign-up-through-metamask.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.
