# Signing up

## Create an account

In order to start interacting with Proofi you need to first create an account. Visit the [Proofi app](https://app.proofi.com/) and create an account. An email will be sent for verification.&#x20;

\
After opening the link you will have to retype your password and choose between an individual or an organization account type.

If you want to create a project you have to select *<mark style="color:green;">**Organization**</mark>*<br>

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

Enter your company name and proceed to the dashboard.

## Add verification method

In order to be able to connect your Metamask address with Proofi you will need to add a verification method.\
\
To do so click on the *<mark style="color:green;">**Add Verification Method**</mark>* button in the did section of the dashboard

&#x20;

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

&#x20;You will be requested to sign a message using Metamask or in the future with the LTO Wallet

<figure><img src="/files/EsqmxJ1uWmxKrPFQ3wci" alt="" width="563"><figcaption></figcaption></figure>

Await until you are informed that the verification method has been successfully added

<figure><img src="/files/1RjM6UbG5mEbyRiRbrRy" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
To add a project, the Metamask address used to add a verification method must match the owner of the smart contract.
{% endhint %}

### Troubleshooting

Your Metamask address cannot be associated with more than one Proofi account.<br>

<div align="center"><figure><img src="/files/Kt6L9jL8w4tNy7RXlflJ" alt="" width="563"><figcaption></figcaption></figure></div>

If this screen appears it means that your current Metamask address has been already associated with a Proofi account. Change the Metamask account and try again.

{% hint style="info" %}
You are now ready to deploy your project on Testnet. To deploy on Mainnet follow these [additional instructions ](/going-live.md)
{% endhint %}


---

# 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://docs.proofi.com/signing-up.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.
