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

# Tea AppStore - Investments

This tab serves as your all-in-one hub for overseeing your [bonding curve investments](/_3_token/bonding-curve-tokens.md). Effortlessly monitor, purchase, and sell your holdings, all within this user-friendly interface.

## Open investments tab

{% tabs %}
{% tab title="Phone" %}
![Pasted image 20231217152021.png](/files/noDnRgQ1WFQnuigcd0wc)
{% endtab %}

{% tab title="Web" %}
![Pasted image 20231217152101.png](/files/GnpEK7n3e3POJ5jPHL5v)
{% endtab %}
{% endtabs %}

## Buy / sell token

![Pasted image 20231217152326.png](/files/3PVp4EGPa9nRoMVSc48i)

Begin by entering the quantity of tokens you intend to buy/sell, and the system will automatically calculate the corresponding amount of TEA tokens you will need to pay/receive. For a deeper understanding of bonding curves and their calculations, refer to [our wiki page on bonding curve calculation](https://github.com/tearust/teaproject/wiki/TApps-List#tapp-token-strategy)

![Pasted image 20231217152545.png](/files/juVmn6lDiONmEXmlC3av)

In contrast to top-up/withdrawal operations that involve layer1 (Ethereum) and require time for confirmation, this transaction is conducted at layer2, providing swift execution in approximately 3 to 4 seconds. Note that, due to the delay in syncing up the hosting node state, you may observe changes in the account balance within the next 10 seconds.


---

# 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.teaproject.org/_2_user_manual/_1_tappstore_2_investments.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.
