> For the complete documentation index, see [llms.txt](https://docs.wallstreetgames.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wallstreetgames.net/platform/meta/hearts.md).

# Hearts

**What Are Hearts?**

Hearts have been introduced as an innovative feature to extend your gameplay in a single session. This means players can now use hearts to improve their scores, increase their chances of earning keys, and ultimately, boost their rewards!

#### How It Works

To utilize hearts, you must first possess them (refer to the "How to Acquire Hearts" section below for details). When you're in the midst of gameplay and make an error leading to a crash, a prompt will appear if you have any hearts remaining.

Selecting “Use Heart” will consume one heart, allowing you to resume your game from the point of interruption, along with a notification of your remaining tries.

![](/files/HX0oJnl6EyPiYeDbGqll)

Players are granted up to 3 attempts per session. A second crash brings up another prompt, and using a heart then will inform you that only one more try is available.

![](https://cdn-images-1.medium.com/max/640/1*-acs4MbbrTnsDqh4jQIBZg.png)

Should you crash a third time, a final prompt will indicate that using a heart this time is your last opportunity to achieve the highest score possible in that session.

![](https://cdn-images-1.medium.com/max/640/1*wV095wNjWLFNT1qme0ma_g.png)

#### How to Acquire Hearts

Hearts can be easily obtained by visiting <https://app.wallstreetgames.net/nfts>. Here, you can select the desired number of hearts to use in your gameplay.

Please note, that your account must be at least Rank 2 to purchase hearts.


---

# 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.wallstreetgames.net/platform/meta/hearts.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.
