> For the complete documentation index, see [llms.txt](https://serenity-research.gitbook.io/serenity-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serenity-research.gitbook.io/serenity-research/readme/portfolio.md).

# Portfolio

The portfolio is under the address: [0xddd001fccf2f3a7225cf67ef302d2de040f2f358](https://debank.com/profile/0xddd001fccf2f3a7225cf67ef302d2de040f2f358). You can click this link and see the value, breakdowns and transaction records on Debank.&#x20;

## The Performance Chart and Cumulative APY

The Demo Fund tracked a period of performance below, for demo and educational purpose, from  13 Oct 2024 to 14 Jun 2025, the performance of which is as follows. This is the complementary course material of our course on [Udemy: Build Your Own Bank with Stablecoins](https://www.udemy.com/course/build-your-own-bank-with-stablecoins/).&#x20;

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

## AUM and Current APY

We are not actively updating the AUM and APY after the course period. The investment can still be tracked by the debank link in the above link: [0xddd001fccf2f3a7225cf67ef302d2de040f2f358](https://debank.com/profile/0xddd001fccf2f3a7225cf67ef302d2de040f2f358).&#x20;

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

&#x20;


---

# 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://serenity-research.gitbook.io/serenity-research/readme/portfolio.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.
