> For the complete documentation index, see [llms.txt](https://fmtlol.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fmtlol.gitbook.io/docs/registration.md).

# Registration

Once you have installed your wallet, now you can create an account and login

Click on the "<mark style="color:blue;">sign with web3</mark>" button on the top right &#x20;

<figure><img src="/files/uzIg5fbM5TUjCR27XnXg" alt=""><figcaption></figcaption></figure>

A pop-up will appear asking you to Choose your login method

Choose your favorite wallet or scan QR wallet Code from your mobile&#x20;

<div><figure><img src="/files/WKtpAmLYAdPowUB0u6Iu" alt=""><figcaption></figcaption></figure> <figure><img src="/files/v4Gbd9LHVHcAQxGCJNJ6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rRVtU4fNHNQMuvH0xbWf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/O9inMjjrNysOEKLGOow1" alt=""><figcaption></figcaption></figure></div>

Note!! There will only be two popups&#x20;

The first one asks you for permission to read your wallet&#x20;

<div><figure><img src="/files/yCtLDGwFIe55aSAdB1tD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/naq1nYEgn6YWHim8v7VC" alt=""><figcaption></figcaption></figure></div>

The second is to log in

<figure><img src="/files/FSV14C0Mbm25eevFYzAd" alt=""><figcaption></figcaption></figure>

### Your permission must be:&#x20;

<mark style="color:green;">Allow this site to: (See address, account balance, and activity and suggest transactions to approve).</mark>

**Be careful about which dapps you connect to, and what permissions you give them.**&#x20;

[Learn more](https://metamask.zendesk.com/hc/en-us/articles/4405506066331-User-guide-Dapps)

Protecting your wallet keys is your responsibility, you should know it before you use Web3


---

# 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://fmtlol.gitbook.io/docs/registration.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.
