# 1️⃣ Setup your Deployer EOA

## 1. Create a Kinto Account

Developers, as all other users in the network, need to setup their Kinto Wallet in order to deploy and interact with contracts on Kinto. For this, you will need to complete either our [<mark style="color:purple;">KYC</mark>](/kinto-the-modular-exchange/user-guides/kyc-walkthrough-1.md) or [<mark style="color:purple;">KYB</mark>](/kinto-the-modular-exchange/user-guides/kyb-process.md) process.

You can get started here:  [<mark style="color:purple;">https://engen.kinto.xyz/developers</mark>](https://engen.kinto.xyz/developers)

## 2. Register your deployer EOA

Once you completed the onboarding and have a Kinto Wallet, fund it with a bit of WETH to get started.\
\
[<mark style="color:purple;">https://engen.kinto.xyz/explore/WETH</mark>](https://engen.kinto.xyz/explore/WETH)\
\
After getting a bit of WETH, open the menu on the top right of the screen, click on your wallet and select '**Dev portal**'.

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

You will be prompted with the following screen, introduce your developer address EOA (this should be a wallet you have private keys / ability to sign with your favourite developer tool).

<figure><img src="/files/4bAmyWpOCv5lyX3Lgkfo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/akUhhSfNUmZowaVUIgXR" alt=""><figcaption><p>You will need to sign this with your Kinto Wallet when you click on "Confirm transaction"</p></figcaption></figure>

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

If the operation was succesful you should now see the developer portal:

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

## Now, setup your environment

Head to the next step to prepare your [<mark style="color:purple;">development environment</mark>](/kinto-the-modular-exchange/building-on-kinto/development-setup/environment-setup.md).


---

# 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.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/development-setup/setup-your-deployer-eoa.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.
