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

# Getting started

The current deployment uses hTEST. You need access to the pilot application, a wallet on Robinhood mainnet, pilot hTEST allocated to your wallet, and ETH for gas. hTEST has no monetary value. This deployment has no public hTEST faucet.

All six series were paused at the latest documentation check. The steps below describe trading when a round is open and liquidity is available.

## Connect and fund your trading balance

Open [Helio](https://helio.bet) and connect your wallet. The application may first show its preview access page.

Use **Wallet → Add / withdraw funds**, or open the funds panel from the balance beside the order controls. Check that the token is hTEST and the network is Robinhood mainnet before approving and depositing.

Your wallet balance and trading balance are separate. An approval permits the exchange to transfer collateral; the deposit moves it into the contract and credits your account. Confirm the receipt before relying on the new balance.

## Buy or place a limit order

Select a market and check its round, opening reference, countdown, and available orders.

**Quick buy** takes available offers within a maximum price limit. It can fill partially. The unfilled reservation is released.

**Limit / Sell** lets you choose the outcome, buy or sell, price, quantity, expiry, and execution type. Clicking a visible book price opens a ticket for review. A buy requires enough free collateral, including the applicable fee reservation. A sell requires shares you already hold in the exchange.

A submitted transaction is not a confirmed fill. Check the receipt, position, and open-order remainder.

## Close or cancel

Sell held shares before cutoff to reduce a position. A close needs matching buy interest and may fill partially or fail to fill.

Cancel an open order to release its unfilled reservation. Cancellation takes effect when confirmed. It does not reverse completed fills, and another transaction may fill an order before your cancellation reaches the chain.

## Collect and withdraw

After settlement, **Collect** redeems free exchange-held outcome shares into your trading balance. It does not send collateral to your wallet.

Cancel remaining orders that reserve shares. If you moved outcomes to your wallet as ERC1155 tokens, deposit them back into the exchange before collecting.

Withdraw free collateral from the funds panel to your connected wallet. Reserved collateral must first be released. Gas is paid in ETH.

## Common questions

**Why is there no current round?** A paused series cannot open new rounds. An unpaused series also needs a transaction during its opening window and valid historical evidence.

**Why is my balance unavailable?** Some collateral or shares may be reserved in open orders. Check the unfilled remainder.

**Why does the chart move differently from the result?** Chart samples are informational. Settlement compares the fixed historical windows at the round's scheduled boundaries.

**Does the pilot auto-collect?** Use manual collection on the public network. The source includes a local-demo auto-collection feature; public-network automatic collection remains unvalidated.

See [Fees and balances](/fees-and-balances.md) and [Rounds and settlement](/rounds-and-settlement.md).


---

# 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://docs.helio.bet/getting-started.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.
