> 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-crypto-market-guide.md).

# Custom Crypto Market Guide

The bot introduces a custom cryptocurrency market, enabling users to engage in simulated cryptocurrency trading. This feature allows users to buy, sell, and monitor the value of various virtual cryptocurrencies, providing a taste of the fast-paced world of crypto trading.

***

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

## Creating a crypto profile

Use <mark style="color:yellow;">/crypto profile create</mark> to create a crypto profile. You will have to set a password and if you'd like you can assign a custom username to your profile. Make sure to note down your login details after the final confirmation message. You do not require an email to create a profile.

After successfully creating your crypto profile you can log into it by using <mark style="color:yellow;">/crypto profile login</mark> with its UUID and [access key](#user-content-fn-1)[^1].

{% hint style="info" %}
You will automatically be logged out of your crypto profile 15 minutes after logging in.
{% endhint %}

## Viewing your crypto wallet

You can check your crypto wallet[^2] with <mark style="color:yellow;">/crypto profile wallet</mark>. It shows you your owned cryptocurrencies and your [wallet cash](#user-content-fn-3)[^3].

## Crypto Market

The custom crypto market provides a captivating virtual arena where users can buy and sell various cryptocurrencies while embracing the dynamic inflation mechanism that keeps the market's landscape constantly changing. This feature offers users an authentic taste of cryptocurrency trading within a controlled environment, encouraging them to refine their trading skills and explore the complexities of financial markets.

### Market Offers

By allowing users to list their owned cryptocurrencies for sale, the market fosters interactions between participants, enabling them to engage in negotiation and trade.

* Check the crypto market offers by using <mark style="color:yellow;">/crypto market sell-offers</mark> [<mark style="color:yellow;">(filter)</mark>](#user-content-fn-4)[^4].
* See cryptocurrency-values with <mark style="color:yellow;">/crypto market crypto-values</mark>.
* To list an offer on the market use <mark style="color:yellow;">/crypto market create-offer</mark> [<mark style="color:yellow;">\<crypto-currency></mark>](#user-content-fn-5)[^5] [<mark style="color:yellow;">\<amount></mark>](#user-content-fn-6)[^6].
* To buy something from the market, you will have to copy the offer's ID and use it in\ <mark style="color:yellow;">/crypto market buy-offer</mark> [<mark style="color:yellow;">\<offer-id></mark>](#user-content-fn-7)[^7].

Alternitavely you can transfer cryptocurrencies directly to someones wallet with <mark style="color:yellow;">/crypto transfer \<crypto-currency> \<amount></mark>. Just make sure to input the right crypto profile address in the modal. You can check your crypto profile address via <mark style="color:yellow;">/crypto info profile</mark>.

[^1]: In other words it's the password of your crypto profile.

[^2]: In other words the portfolio of your crypto profile.

[^3]: Wallet cash is obtained by someone buying your offers from the market or with <mark style="color:yellow;">/crypto transfer-cash bank-to-wallet \<amount></mark>.

[^4]: If you want you can add a filter to search the crypto market.

[^5]: The cryptocurrency you would like to list on the market (if you own some of it).

[^6]: The amount of your chosen cryptocurrency.

[^7]: The offer's ID you would like to buy.


---

# 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-crypto-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.
