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

# Get Started Now

get started on rekto.fun in few simple steps

{% stepper %}
{% step %}

### Create Your Account

To authenticate yourself (the easy way!) on RektoFun, you can use **Google**, Apple or Phantom or any other solana supported wallet.

We are using [Reown](https://reown.com/), one of the most secure wallet infrastructure!

Click **Sign Up** on the top-right corner of the [homepage](https://rekto.fun/) to create your account.

After creating an account you can edit your profile, find the edit profile option from your profile drop down or on your profile page.

<figure><img src="https://1578544012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXEl9sgGatMbdaeK58l8%2Fuploads%2FGrz6VF7tkCBQPHodyi0r%2Fimage.png?alt=media&amp;token=a4af25cc-3484-4788-a013-b6cc7630a660" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Deposit Funds (IMPORTANT)

**If you have logged in using phantom or any other Solana supported wallet, you don't need to deposit funds from our platform, you can manage your assets directly from your connect wallet.**

**But if you have login via social google or apple** then to start trading you need to deposit funds, click on deposit icon / balance to view your **deposit address**.

Using the wallet of your choosing, copy and paste the deposit address or scan the QR code:

* Only deposit $USDC or $REKTO token on solana blockchain.

It can take a few minutes for the funds to appear in your account..
{% endstep %}

{% step %}

### Ready To Rock And Roll

Now you are ready to create and accept challenges on rekto.fun

Explore various challenges in the [challenges](https://rekto.fun/challenges) page.

To create a challenge click on create challenge and fill the challenge details according to you.
{% endstep %}
{% endstepper %}


---

# 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://rektofun.gitbook.io/rektofun/get-started-now.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.
