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

# Changelog

{% updates format="full" %}
{% update date="2026-07-02" %}

## Product update

#### Feature update

<table><thead><tr><th width="172.69921875">Feature</th><th>Description</th></tr></thead><tbody><tr><td>Sort by 24h volume</td><td>Discover markets more easily now that they are surfaced based on the most recent 24h volume </td></tr><tr><td>Featured category link preview</td><td>Meme category now has a preview image </td></tr></tbody></table>

<table><thead><tr><th width="172.69921875">Bug fixes</th><th>Description</th></tr></thead><tbody><tr><td>Show 2 decimals for player stats</td><td>Player stats now show 2 decimals for more precision, aligns with the resolution rule data</td></tr><tr><td>Keep discover list ordering stable</td><td>Scrolling up and down the discover list doesn't reset it to a random ordered list anymore </td></tr><tr><td>Timeframe label wrapping</td><td>Timeframe setting component on chart now adjusts to accommodate the length of different translated text</td></tr><tr><td>Chart X-axis fix</td><td>X-axis timeline renders properly now</td></tr><tr><td>Outcome names in outcome list cut off</td><td>Applied a popover to show the full outcome name on truncated outcome names</td></tr></tbody></table>

{% endupdate %}

{% update date="2026-06-30" %}

## Product update

#### Feature update

<table><thead><tr><th width="170.859375">Feature</th><th>Description</th></tr></thead><tbody><tr><td>Player stats</td><td>Added player stats to the star of stars market for better reference during trading</td></tr><tr><td>Boosted tooltip</td><td>Added information to explain what <code>Boosted</code> markets mean</td></tr></tbody></table>

#### Bug fixes

<table><thead><tr><th width="171.60546875">Bug fixes</th><th>Description</th></tr></thead><tbody><tr><td>Bad readability</td><td>Fixed the dimmed out text for <code>Vol</code> and <code>TMC</code> on the market cards</td></tr><tr><td>Messy styling</td><td>Removed extra borders on the outcome images</td></tr><tr><td>Missing total value</td><td>Settled positions now show the total amount spent and total PnL amongst all outcomes</td></tr><tr><td>Words are cut off</td><td>Added functionality to display full sentence when it's truncated on the UI </td></tr><tr><td>Extra long twitter share links</td><td>Shortened the share links</td></tr></tbody></table>

{% endupdate %}

{% update date="2026-06-16" %}

## Product update

#### Introducing a Tickets Reward System

We're launching a new rewards mechanic — **Tickets**. When you trade on designated markets, you automatically earn Tickets based on your activity: trading volume, streaks, daily participation, referrals, and more. &#x20;

Markets with special Ticket multipliers are now highlighted with a **Boosted** tag, making it easier to spot higher-reward opportunities

<div><figure><img src="/files/wpY6HZwfgsMvbqAbJy7w" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bI1EPxHHQAp0Bk7i00Kx" alt=""><figcaption></figcaption></figure></div>

#### Clearer timeline and phase for soccer scoregrid markets

We've added a visual timeline to Soccer Scoregrid markets, giving you a clearer picture of exactly where you are in the market lifecycle at any point. The timeline shows when the market opens, when the spread surges as the match approaches, when the game kicks off and ends, and when the market resolves in one glance.

<figure><img src="/files/w0840z20jwbG9veVcVfA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/g3SFwipcHnwfVzXnoLF3" alt=""><figcaption></figcaption></figure>

#### High exit spread warning

We added a visual aid for when there's a high exit spread

<figure><img src="/files/5S4ASKeYOoOjyAK0vaHr" alt=""><figcaption></figcaption></figure>

#### Bug Fixes

* Fixed a misleading display issue on Soccer Scoregrid markets where the trade summary displayed '0' in the sell state when no positions were selected
* Refined divider line colours for a cleaner, more polished look
* Prevent negative numbers from being entered in trade inputs
  {% endupdate %}
  {% endupdates %}

{% updates format="short" %}
{% update date="2026-06-11" tags="feature,improvement,fix" %}

## Product update

### Improved trading page layout

* The chart lives on the left so you always have context. Outcomes are listed beside it. And the trading window sits on the right. Everything where you need it
* **See what traders are actually doing.** The activity tabs got a refresh. Cleaner and easier to scan. Spot what other traders are buying across all outcomes at a glance
* New "Related Markets" section at the bottom of every page helps you find connected markets, and stay in the flow

<div align="center"><figure><img src="/files/zyja9KS2Pw0MvHRtzFZz" alt=""><figcaption></figcaption></figure></div>

### **Trade in your language**

We added language support so more people can trade with confidence

<figure><img src="/files/nSLoNVNkAY1wrXUUmpN9" alt=""><figcaption></figcaption></figure>

### New to 42?

We added a mechanics explainer so anyone can understand how it all works

<figure><img src="/files/zGFIi6syBt4DtDp63D9P" alt=""><figcaption></figcaption></figure>

### **Know before you buy**

A confirmation step before every purchase so you can stay in control

<figure><img src="/files/4UXEwDNe69doO40WDjsk" alt=""><figcaption></figcaption></figure>

<a href="/pages/NS8K2uanRK2FKhpTBlsl" class="button primary">Read full update</a><a href="https://gitbook.com/" class="button secondary">Documentation</a>
{% endupdate %}
{% endupdates %}


---

# 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.42.space/changelog/readme.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.
