> For the complete documentation index, see [llms.txt](https://reverse-inc.gitbook.io/reverse-economy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reverse-inc.gitbook.io/reverse-economy/guides/custom-stock-market-guide.md).

# Custom Stock Market Guide

Within Reverse Economy, there exists a custom stock market where users can simulate stock trading. This feature provides users with the opportunity to invest in virtual stocks, track market trends, and make strategic decisions to optimize their virtual portfolios.

***

{% hint style="info" %}
For this guide you must own the Hodle app. You can buy it from the app shop using <mark style="color:yellow;">/shop apps buy</mark>.
{% endhint %}

## Stock Market

The custom stock market offers users an immersive and educational experience in simulated stock trading. By allowing users to buy multiple shares of custom stocks with price multiplication, this feature adds depth, strategy, and excitement to the virtual trading environment. It encourages users to make calculated decisions, manage their investments wisely, and explore the dynamics of the stock market within a controlled and engaging setting.

{% hint style="info" %}
Your portfolio is connected to your connected bank account. Your bank account stores all of your bought shares.
{% endhint %}

* You can check your networth[^1] with <mark style="color:yellow;">/hodle networth</mark>. It will list the amount of your owned shares of stocks and your networth (Total shares + Bank Account Balance).
* To check the current available stocks on the market use <mark style="color:yellow;">/hodle stock-market</mark>.
* To see more details about a stock use <mark style="color:yellow;">/hodle view</mark> [<mark style="color:yellow;">\<stock-id></mark>](#user-content-fn-2)[^2].

The tradeprice of a stock is decided by the [stock owner](#user-content-fn-3)[^3].

[^1]: In other words portfolio.

[^2]: The target stock's ID.

[^3]: The stock owner is set when creating a stock.


---

# 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://reverse-inc.gitbook.io/reverse-economy/guides/custom-stock-market-guide.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.
