Transparency

Smart contracts

Everything OLGNS staking does happens in public contracts on Anubis Eska Chain (chain ID 6714). The addresses below are the only ones the website uses. You can read every figure on this page yourself on the block explorer.

OLGNS token (ERC-20)
0xa9E7EBA6D6A3aE6ca1286a0264a216EA36767e25
View on the Anubis explorer

The token itself. OLGNS has 18 decimals. Approvals for staking are granted on this contract, with the Origin Earn proxy as the spender.

Origin Earn (proxy) — you transact here
0xe3E08782D6488F80aA909339EE8c338E3e58Eb1E
View on the Anubis explorer

Every stake, claim and withdrawal goes to this address. It holds the staked principal and the reward reserve, and it is the only staking address the website will ever ask your wallet to sign for.

Origin Earn (current implementation)
--

The logic the proxy currently runs, published so the code can be reviewed. Never send tokens or approvals to this address — it is not used for user transactions.

Live contract parameters

Read from the contract when this page loads, and refreshed every minute. A value that cannot be read shows as "--" rather than an estimate.

Capital / staking fee
--
STAKING_FEE_BPS()
Withdrawal fee
--
WITHDRAWAL_FEE_BPS()
Staking status
--
paused()
Total principal staked
--
totalPrincipal()
Available reward liquidity
--
availableRewardLiquidity()
Fixed reward liability
--
fixedRewardLiability()

Fixed rewards are paid from the reward reserve. When the reserve cannot cover a payout, the contract refuses the transaction — rewards are always subject to available reward liquidity.

Plan parameters

Reward rates are contract parameters, not a projection of earnings, and they are subject to smart-contract conditions. Read the risk disclosure before staking.