# Whitelisted Assets

## Season Two: Whitelisted Asset Allocation & Point Distribution Framework

The following digital assets have been officially whitelisted for **Season Two** of the **Onyx Points Program**. Each asset is associated with a specific Ethereum contract address and contributes a defined percentage of the total point emission rate, based on its strategic value and utility within the Onyx XCN Ledger ecosystem. Staked XCN on Etheruem for XCN Stakers is also included.

### **Whitelisted Assets & Allocated Point Weights**

**Ethereum**

| Asset      | Staking Contract Address                   | Allocation |
| ---------- | ------------------------------------------ | ---------- |
| Staked XCN | 0x23445c63FeEf8D85956dc0f19aDe87606D0e19A9 | 100%       |

{% hint style="info" %}
Staked XCN means Onyxcoin (XCN) token on the Etheruem blockchain as a ERC-20 token staked on the Onyx Protoocl Staking Contract
{% endhint %}

**Goliath (XCN Native)**

| Asset | Onyx Contract Address                      | Point Allocation (%) |
| ----- | ------------------------------------------ | -------------------- |
| USDC  | 0xC8410270bb53f6c99A2EFe6eD3686a8630Efe22B | 25%                  |
| ETH   | 0xa9fd64b5095d626f5a3a67e6db7fb766345f8092 | 25%                  |
| XCN   | *Native gas token of Goliath (no address)* | 25%                  |
| stXCN | 0xA553a603e2f84fEa6c1fc225E0945FE176C72F74 | 25%                  |

### Point Emissions & Distribution Mechanics

* Total Points Emitted: **10,000,000 per day (Split 5,000,000 for XCN Stakers and 5,000,000 for Goliath participants)**
* Each asset earns a percentage of the block rewards, based on the allocation table above.
* Points are distributed proportionally based on total participants in both categories (Staking and Goliath)

*For example if points were 10,000 per block*:

* The XCN token, with a 25% allocation, receives 2,500 points per block.
* These 2,500 points are proportionally distributed to users based on their relative stake of the total eligible XCN enrolled in the program.

***

### XCN Example: Proportional Point Distribution&#x20;

If a user holds 1,000 XCN,  the rewards were 10,000 per block, and the total amount of XCN enrolled in the points program is 10,000 XCN, then:

* User’s share of XCN pool = 1,000 / 10,000 = 10%
* User’s point allocation = 10% of 2,500 = 250 points per block

> This proportional calculation is applied per block and assumes continuous enrollment via a smart contract-based “Enroll” function secured by off-chain signature authentication to validate user participation.

***

#### Technical Considerations

* Enrollment Mechanism: A cryptographic signature-based enroll() function must be executed to formally participate in the Onyx Points program. This enables gas-efficient user verification and ensures sybil resistance.
* Snapshot Frequency: Wallet balances for point calculations are recorded at deterministic intervals or block heights to prevent manipulation via short-term asset transfers.
* Dynamic Participation: Users may join or exit the program at any time, but point rewards will only accrue for actively enrolled and eligible balances held during snapshot windows.


---

# 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://docs.onyx.org/whitelisted-assets.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.
