# Getting Started

{% embed url="<https://youtu.be/6ZzX_NMZsAc>" %}

## What is it?

Definest is a service for finding profitable crypto wallets and a copy trading bot for automatically replicating the trades of these wallets.

## Registration

To register on Definest, you will need to enter:

* Email
* Password
* [Invitation code](https://docs.definest.ai/welcome/invitation-codes)

Then, an email will be sent to the address you provided. Click the link in the email to confirm your account.

## How to Find Successful Wallets?

1. Go to the [Wallets](https://definest.ai/wallets) page.
2. Click on Wallet filter.
3. Choose one of the Standard filters or create your own filter and apply it.
4. Next, go to the wallet pages and select successful wallets based on the parameters of the Original wallet and the Followed wallet (bottom row).
5. If the parameters are satisfactory for you, save the wallet address.

## **How to automatically copy trades from successful wallets?**

1. Go to the Copy [CopyTrading bot](https://definest.ai/trading/bot) page.
2. Click Add trading wallet to create a new wallet from which trading will be conducted.
3. Enter a name for the wallet.
4. Paste the Private key to import your wallet and click Import wallet, or click Generate a new wallet to create a new wallet.
5. In the Wallet to follow block, specify the address of the wallet to replicate trades.
6. Adjust all parameters according to your requirements. For more details on[ bot settings](https://docs.definest.ai/copy-trading-bot/bot-settings.).
7. Fund the wallet with a minimum of 0.1 ETH.


---

# 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.definest.ai/welcome/getting-started.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.
