# Solar NFT Feeding & Earnings Model

1.The dual-token pricing model follows the formula: **m% $USD1 + n% $XOE**, governed by an algorithm within the smart contract. The cost of each pricing action is designed to closely approximate **20 USDT**.

The ratio between **USD1** and **XOE** is dynamically adjusted. An example is illustrated as follows.

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

2.**Mining Model Example**:

* Total Daily **XOE** Rewards = Dynamic Weighted Feeding Rewards + Solar Staking Mining Output
* Solar Staking Mining Output = 100,000 **XOE** + 10% of the platform’s total game revenue
* **Daily Dynamic Weighted Feeding Yield** = (Daily Total Feeding Amount / XOE Price) + <mark style="color:red;">**Previous Feeding Yield**</mark>
* **Individual Daily XOE Earnings** = (Total Daily XOE Rewards × Individual Hashrate / Total Hashrate) + <mark style="color:red;">**(Individual Daily Feeding Amount / (XOE Price × 30))**</mark>

> **Note:** The <mark style="color:red;">**red-highlighted section**</mark> in the original chart applies **only during limited-time ham-feeding bonus events**. During normal periods, its value is typically zero.


---

# Agent Instructions: 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:

```
GET https://x-zone.gitbook.io/x-zone/product-roadmap/solar-nft-introduction/solar-nft-feeding-and-earnings-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
