> For the complete documentation index, see [llms.txt](https://protocol.publishinc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol.publishinc.io/publishchain/news-based-tokens/example-use-case.md).

# Example Use Case

## Example Scenario: EnergyToken

* **Publishing the Article**:
  * Journalist Jane Doe publishes "Groundbreaking Discovery in Renewable Energy."
  * Creates "EnergyToken" with an initial supply of 1,000,000 tokens.
* **Token Pricing with Bonding Curve**:
  * Initial price: $$𝑃(1)=0.01⋅1=0.01$$ $NEWS
  * Price at 500 tokens: $$𝑃(500)=0.01⋅500=5$$ $NEWS
  * Price at 1,000 tokens: $$𝑃(1000)=0.01⋅1000=10$$ $NEWS
* **Reader Engagement and Rewards**:
  * Readers purchase EnergyTokens to support the article.
  * Readers earn additional $NEWS tokens by engaging with the article.
* **Revenue Distribution**:
  * Jane and The Daily Chronicle receive a portion of the revenue.
  * Readers earn staking rewards and additional $NEWS tokens.
* **Threshold, Burning, and Liquidity**:
  * Market cap of EnergyToken reaches $100,000.
  * 20% of unsold EnergyTokens are burned.
  * 20% of the funds raised are used to provide liquidity on a DEX, facilitating continuous trading.
* **Trading and Profit**:
  * Readers trade EnergyTokens on the DEX.
  * Early buyers benefit from lower initial prices and potential price appreciation.
* **Security and Governance**:
  * Jane’s identity is verified via DID.
  * Smart contracts are audited.
  * Token holders participate in governance.


---

# 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://protocol.publishinc.io/publishchain/news-based-tokens/example-use-case.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.
