External Project / Revenue
Funds WSOL, stablecoins, partner tokens, treasury assets, or other SPL-token revenue.
Distribution Funding
External projects, ecosystem partners, and treasury sources can fund the share system by depositing WSOL or other SPL tokens into the universal revenue pool PDA. Once funded, those assets enter the visible revenue inventory and may later become claimable through the normal stake-and-claim path.
Funding Flow
This flow shows how outside assets move into the protocol. Revenue enters through one universal revenue-pool PDA, becomes visible to the distribution layer, and only then reaches staked shareholders through the claim path.
Funds WSOL, stablecoins, partner tokens, treasury assets, or other SPL-token revenue.
Receives all external funding through one universal on-chain intake address.
Indexes funded assets and exposes them to the claim path under protocol rules.
Can claim funded assets only when staked shares and claim conditions are satisfied.
Important distinction
Revenue entering the pool makes assets available to the system, but it does not bypass claim-readiness logic. Deposit acceptance is universal, while claim participation still depends on staked shares, current period state, asset visibility, and funded-asset claim conditions.
Universal Revenue Pool Address
This address is loaded directly from current on-chain protocol state for the selected cluster. It is the canonical revenue-pool PDA and acts as the universal intake address for external funding.
Canonical Funding Target
MissingFunding Scope
WSOL + SPL-token deposits
Source of Truth
On-chain config account
Asset Routing
WSOL (SPL) -> Revenue Pool PDA
USDC -> Revenue Pool PDA
USDT -> Revenue Pool PDA
Other SPL tokens -> Revenue Pool PDA
Pre-send checks
Funding Playbook
This section organizes the core funding model into one consistent grid. The goal is simple: where funding comes from, what assets are accepted, how to deposit safely, and what conditions still apply before claims.
The share system is not limited to internal protocol flows. External projects, ecosystem programs, and treasury sources can inject value directly into the distribution layer.
This creates a transparent receiver model where funded assets are visible on-chain first, then processed by normal claim-readiness and claim logic.
The revenue pool PDA accepts WSOL and SPL-token funding.
Funding Safety Warning
Sending SPL tokens to the wrong address may result in permanent loss. Revenue deposits are normal on-chain transfers and follow blockchain finality.
Funding Example
This example shows how one concrete external funding event moves through the system. The deposit becomes visible first. Claims come later, and only for staked shareholders.
An external project sends 10,000 USDC to the universal revenue pool PDA.
The deposit becomes visible on-chain and can be inspected through the transparency page or explorer.
The USDC deposit becomes part of the system’s visible revenue inventory.
Only shareholders with staked claim shares and valid claim conditions can participate in the USDC claim path.
Example takeaway
A deposit into the revenue pool is a visible funding event, not an immediate payout event. The 10,000 USDC becomes part of the system’s revenue inventory first, and only later participates in the normal stake-and-claim path for claims.
Universal funding means any SPL token can be deposited into the system through the same intake address. It does not mean every deposited asset is instantly surfaced, immediately claimable, or treated identically in every interface view.
Deposit acceptance is open. Claim visibility and distribution handling still depend on protocol and interface logic.
Funding the revenue pool allows external projects to distribute assets through a transparent and aligned recipient base. Shareholders form a visible participation set that can be independently inspected.
This avoids opaque reward allocation or random airdrops. All funding transactions remain publicly visible, and distribution logic follows deterministic protocol rules.