> For the complete documentation index, see [llms.txt](https://panda-academy.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panda-academy.gitbook.io/docs/token-overview/profit-potential-illustrative-analysis.md).

# Profit Potential: Illustrative Analysis

Panda Academy offers attractive earning opportunities through $PANDA staking and passive income from lecture likes. Below is an illustrative analysis based on two price scenarios:

**Assumptions:**

* Tokens staked: 2,000,000 $PANDA
* Staking yield: 35% APR (simple, not compounded)
* Daily likes: 10
* Time: 1 month = 30 days, 1 year = 365 days

**Formula for value per like:**\
Value per like = (0.05 × Capital Value) / 300

* Capital Value = Tokens staked × $PANDA price
* 0.05 = 5% monthly return from likes
* 300 = 10 likes/day × 30 days

***

**Scenario 1: Stable Price ($0.0005/token)**

* Initial Capital: 2,000,000 × 0.0005 = **$1,000**
* Daily Income (10 likes): **$1.67**
* Annual Income from Likes: **$609.55**
* Staking Return (35% APR): **$350/year**
* Total Annual Profit: **$959.55** (\~96% ROI)

**Scenario 2: Price Doubles ($0.001/token)**

* Initial Capital: 2,000,000 × 0.001 = **$2,000**
* Daily Income (10 likes): **$3.33**
* Annual Income from Likes: **$1,215.45**
* Staking Return (35% APR): **$700/year**
* Total Annual Profit: **$1,915.45** (\~95.77% ROI)
* Asset Growth: $1,000 → $2,000 (**100% capital gain**)

**Conclusion:** Investors benefit from both high passive income (\~96%/year) and potential capital growth.


---

# 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://panda-academy.gitbook.io/docs/token-overview/profit-potential-illustrative-analysis.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.
