> For the complete documentation index, see [llms.txt](https://guide.celeris.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.celeris.exchange/welcome/introduction/getting-started.md).

# Getting Started

Welcome to Celeris! This section helps you get started and navigate the Celeris platform if you are new to the space.

## How do I onboard to Celeris?

To begin trading on Celeris, you can either use an email login or a DeFi wallet.

{% stepper %}
{% step %}
Click "Deposit" and choose either the DeFi wallet or email login option.
{% endstep %}

{% step %}
Approve the wallet connection and sign the T\&C acknowledgement message.
{% endstep %}

{% step %}
Deposit USD or tokens for trading or earning.
{% endstep %}

{% step %}
Activate your account (to allow for EVM functionalities).
{% endstep %}

{% step %}
(Optional) Activate One-Click Trading for a faster transaction experience.
{% endstep %}

{% step %}
Start trading
{% endstep %}

{% step %}
(Optional) Refer your friends to earn more points.
{% endstep %}
{% endstepper %}

## How do I trade perps on Celeris? <a href="#h_19fce366f8" id="h_19fce366f8"></a>

With perpetual contracts, you use USD as collateral to long or short the token.

{% stepper %}
{% step %}
Using the token selector, choose a token that you want to open a position in.
{% endstep %}

{% step %}
Decide if you want to long or short that token. If you expect the token price to go up, you want to go long. If you expect the token price to go down, you want to go short.
{% endstep %}

{% step %}
Use the slider or type in the size of your position. Position size = your leverage amount \* your collateral
{% endstep %}

{% step %}
Lastly, click Place Order. Click Confirm in the modal that appears. You can check the “Don’t show this again” box so you don’t have to confirm each order in the future.
{% endstep %}
{% endstepper %}

## How do I fund my Celeris account? <a href="#h_19fce366f8" id="h_19fce366f8"></a>

On your [deposit ](/welcome/introduction/getting-started/depositing.md)page, select USD or the token you wish to deposit, the chain you are depositing from,  and the amount you would like to deposit.&#x20;

## How do I withdraw from Celeris?

On your [withdrawal ](/welcome/introduction/getting-started/withdrawing.md)page, select the token you would like to withdraw, enter the address and amount you would like to withdraw.


---

# 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:

```
GET https://guide.celeris.exchange/welcome/introduction/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.
