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

# How to Earn

Four ways, with genuinely different risk. They are not the same bet.

|                 | Risk     | Return                     | Horizon |
| --------------- | -------- | -------------------------- | ------- |
| Spin            | High     | −9% expected               | Instant |
| Hold a won card | Market   | Whatever the stock does    | Any     |
| Consign         | Low      | 2% pro-rata + face on draw | Days    |
| Bankroll        | Moderate | \~6.5% of volume           | Days+   |

***

### 1. Spin

The straightforward one.

What makes it different from a slot machine is where you land when you lose: holding real equity. A common pull returns 70% of your stake  but as shares of SPY or NVIDIA that keep moving with the market. Lose the spin, still own the stock.

{% hint style="warning" %}
The 91% return is a long-run average over thousands of spins. Over ten, variance swamps it completely.
{% endhint %}

### 2. Hold, or exit on your terms

A won card is yours. Keep the exposure, unwrap it for the raw token, or take the house's instant buyback at face within 2 days.

### 3. Consign

Lend a card back to the machine. It earns **2% of every spin** pro-rated by its share of the rack whether or not it is the one drawn and pays you its face value if someone wins it.

The quiet one: you already own the card, fees accrue passively, and the downside is bounded by the stock's own price rather than by the game.

### 4. Provide bankroll

Deposit USDT and take the house side. You earn the 6.5% edge on volume, and you carry the variance and the equity exposure of racked inventory.

Not a yield product. A position in a game.


---

# 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.stoxa.app/how-to-earn.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.
