External Project / Funding
Funds WSOL, stablecoins, partner tokens, treasury assets, or other SPL-token assets.
Distribution Funding
External projects, ecosystem partners, and treasury sources can fund eeteel by depositing WSOL or other SPL tokens into the universal Distribution Pool PDA. Once funded, those assets enter the visible funded 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. Funding enters through one universal distribution-pool PDA, becomes visible to the distribution layer, and only then reaches staked participants through the claim path.
Funds WSOL, stablecoins, partner tokens, treasury assets, or other SPL-token assets.
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 units and claim conditions are satisfied.
Important distinction
Funding 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 units, current period state, asset visibility, and funded-asset claim conditions.
Universal Distribution Pool Address
This address is loaded directly from current on-chain protocol state for the selected cluster. It is the canonical distribution-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) -> Distribution Pool PDA
USDC -> Distribution Pool PDA
USDT -> Distribution Pool PDA
Other SPL tokens -> Distribution 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 distribution 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 Distribution Pool PDA accepts WSOL and SPL-token funding.
Funding Safety Warning
Sending SPL tokens to the wrong address may result in permanent loss. Funding 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 participants.
An external project sends 10,000 USDC to the universal Distribution 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 funded inventory.
Only participants with staked claim units and valid claim conditions can participate in the USDC claim path.
Example takeaway
A deposit into the distribution pool is a visible funding event, not an immediate payout event. The 10,000 USDC becomes part of the system's funded 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 distribution pool allows external projects to distribute assets through a transparent and aligned recipient base. Participants 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.