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

# Update History

## 2024/12/27

* Profit & Loss Sharing&#x20;

Now you can share your trading success with ease! Simply click the Share button in the Profit and Loss section to generate a chart showcasing your token performance and earnings. Plus, the share includes your invite code to bring your friends into the AlphaOS experience.

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

## 2024/12/25

* Transaction History&#x20;

With a simple click on the wallet info menu, you can now access your entire transaction history seamlessly. This feature helps you manage your assets effortlessly and make smarter, data-driven decisions.

<figure><img src="/files/2edCDtc8G7zfKJYfd2JK" alt=""><figcaption></figcaption></figure>

## 2024/11/21

* Candlestick Chart Trading

Dive into our Meme Recommendation and Trading sections to access integrated candlestick charts and essential market data.

* Asset Display

Get a detailed view of your wallet’s assets with just one click, making portfolio management simpler than ever.

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

## 2024/11/11

* Trading Management（PC and plugin）

Instantly track realized and unrealized profits for every trade, keeping you on top of your P\&L.\
Comprehensive analysis of total profit, profit rate, and performance metrics to optimize your investments.

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

## 2024/10/24

* Token candlestick chart display（PC and plugin）

When you inquire about Token-related information in AI conversations or are about to make a transaction, the candlestick charts of key tokens will automatically be displayed, helping you conveniently track the price changes and trends of each token.

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


---

# 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.alphaos.net/whitepaper/alphaos/update-history.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.
