← Back to Docs

$Memeya Token — Tokenomics & Utility Guide

$Memeya Token Overview

$Memeya is the native utility token of AI MemeForge. It is an SPL token on Solana with 6 decimals. Holding $Memeya boosts your daily lottery ticket earnings — the more you hold, the bigger your edge in winning NFTs.

PropertyValue
Symbol$Memeya
ChainSolana (SPL)
Decimals6
Contract AddressmPj8dgqLDciVX27vU5efHiodbQhsgK43gGhjQrBpump
DEXPumpFun

Token Bonus Mechanics

Every time you cast a rarity vote, the system checks your $Memeya balance via an on-chain Solana RPC call. The bonus is calculated as:

tokenBonus = floor(log10(tokenAmount))

You need a minimum of 10 tokens to qualify for any bonus. The bonus tiers are:

$Memeya HeldBonus TicketsMultiplier Effect
0 – 9+0No bonus
10 – 99+1~1.2x average boost
100 – 999+2~1.4x average boost
1,000 – 9,999+3~1.5x average boost
10,000 – 99,999+4~1.7x average boost
100,000 – 999,999+5~1.9x average boost
1,000,000++6~2.1x average boost

How It Works Under the Hood

When you vote, the backend makes an asynchronous RPC call to a Solana node to read your token account balance. The lookup uses the token mint address and your connected wallet. If the RPC call fails (network issues, rate limits), the system gracefully falls back to zero bonus — you still earn your base + streak tickets, just without the token boost. No vote is ever lost due to an RPC failure.

Strategic Implications

Consider a voter who participates daily for 10+ days with 1,000 $Memeya tokens:

Compare to a new user with no tokens: ~6.5 average per vote × 20 = ~130 tickets. The 10-day streak + 1K token holder earns roughly 2.8× more tickets per day.

The logarithmic curve means there are diminishing returns at higher tiers — going from 1K to 10K tokens only adds +1 ticket per vote. This design rewards broad token distribution over whale concentration.