# Getting Started

### Step-by-Step Flow

**1. Create Account**

* Visit the Predium Finance website <https://predium.finance/>&#x20;
* Click Connect&#x20;
* You can create an account on Predium with your web3 wallet or login via email. We use [Privy](https://www.privy.io/) for the users’ authentication. This solution is widely used on multiple worldwide known platforms
* In case you chose a connection via a web3 wallet - approve the connection request. Your wallet address is now linked to your account
* In case you chose authorization via Email - follow the steps described by Privy in the authentication window&#x20;

**2. Deposit Funds**

* Navigate to Wallet section
* Choose the Deposit section
* Select your preferred blockchain: BNB Chain, Ethereum
* Choose your deposit token
* Enter amount (minimum $1). Please note: sending any amount below the minimum will result in a loss of funds that will not be refunded. Deposits are not cumulative (E.g. you cannot make two deposits of $0.5+$0.5. Only $1 and more will be credited to your balance)
* Approve the token transfer/send the funds to the displayed wallet contract/scan the QR code
* Wait for blockchain confirmation (typically 30 seconds - 2 minutes)
* Funds appear in your Predium Finance balance

**3. Place Your First Prediction**

* Select an asset (e.g., BTC-USDT)
* Enter amount ($1 - $100)
* Select duration (1 min - 6 hours)
* Click UP or DOWN to place your prediction
* Your position is now live

**4. Monitor Position**

* Watch live price movement in real-time chart
* Position automatically closes at expiration
* Settlement occurs instantly

**5. Withdraw Earnings**

* Navigate to Wallet
* Choose token & chain
* Select withdrawal amount (minimum $1)
* Confirm transaction
* Transaction is sent to your wallet
* Funds arrive in 30 seconds - 2 minutes

**6. Trading History**

* Navigate to Trading History&#x20;
* Here you can see the details (result, trade ID, quotes, time, duration, trade details, and etc) of your Active Trades and all the previous ones

**7. Account Statistic**

* Click the human icon in the top right corner of the website
* Here you can find your account’s statistic for any time period (detailed analytics of trades, volume, profit, etc)


---

# 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://predium-finance.gitbook.io/predium.docs/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.
