Tendies Docs

Everything about how Tendies works - the token, the treasury, the 30-minute stock rewards, the perps layer, and the on-chain contracts that run it. Launched on stonkfun, settled on Solana.

// 01 · Overview

Tendies is a DeFi protocol on Solana that turns trading activity into real tokenized stocks. Hold the PERPTENDIE token and the treasury pays you tokenized OpenAI, Tesla, NVIDIA or SpaceX - your pick - every 30 minutes, straight to your wallet.

No brokerage account, no borders, no market hours - 24/7, self-custodied. Rewards are funded purely by a small trade tax, so there are no emissions and no inflation.

Hold
Buy & hold PERPTENDIE
Earn
Tokenized stocks every 30 min
Pick
OPENAI · TSLA · NVDA · SPCX
// 02 · How it works

The whole loop is three steps:

  1. 1
    Trade fee → treasury
    PERPTENDIE itself is untaxed. Its pool on stonkfun charges 1.25% per trade, of which 0.5% is routed to the treasury and the rest kept by the launchpad.
  2. 2
    Treasury → stocks
    Every 30 minutes a keeper credits every holder pro-rata. Balances are sent out in tokenized stocks - not farm tokens - once they clear a small floor, so network fees never cost more than the payout itself.
  3. 3
    Stocks → your wallet
    There is no claim button. You pick your payout stock by signing a message; the treasury swaps and sends automatically once your balance clears the floor. Or let it keep accruing and use it as perps margin.

Under the hood:the fee arrives in the token PERPTENDIE is paired against - OPENAI - so that is what the ledger counts until payout. Your balance is therefore held in OpenAI, not in dollars, and moves with it; the payout floor is converted from dollars at the live rate each epoch. If a stock's pool is ever unroutable, that group is paid in OPENAI instead of waiting.

// 03 · Tokenomics
TokenTendies, Perps & Stonks (PERPTENDIE)
Total supply1,000,000,000 (fixed, no mint)
Quote pairOPENAI (PreStocks) - permanent, set at launch
Pool fee1.25% per trade
→ Treasury0.5% of every trade
→ Launchpad0.75% of every trade
Token transfer taxNone - the mint carries no fee extension
Wallet ↔ wallet0% (free transfers)
EmissionsNone - rewards come only from volume

Nobody can raise the fee after launch: the pool's rate is fixed by the launchpad when the pool is created, and the mint carries no transfer-fee extension for anyone to turn on later.

// 04 · Rewards & distribution
Reward assetsOPENAI · TSLAx · NVDAx · SPCXx
BackingxStocks 1:1-backed · OPENAI via PreStocks SPV
AccrualEvery 30 minutes, automatic
EligibilityPro-rata to every PERPTENDIE holder
Sent whenYour balance passes the payout floor
CustodyStraight to your own wallet
Default payoutOpenAI (OPENAI) if you never pick

Two things happen on different clocks. Accrual is every 30 minutes: whatever fee arrived since the last epoch is split across every holder by their share of the supply, however small the stake. Payment waits until your accrued balance clears a floor.

The floor exists because Solana charges the treasury rent to open a token account for a holder who doesn't have one yet. Sending someone half a cent would cost the treasury far more than the payout is worth - so small balances keep accumulating until they are worth delivering. Nothing is lost while they wait: the ledger is durable, and an unpaid balance is still yours.

Payouts settle batch by batch. If the keeper dies mid-epoch, everything already confirmed is recorded and everything else is still owed - nobody is paid twice and nobody is skipped.

// 05 · The stocks - and why these four
OPENAI
OpenAI
The most anticipated IPO on the planet, and you cannot buy it on any exchange - this is the only way in before it lists.
TSLAx
Tesla
The most-traded retail stock on Earth - cult following, huge volatility.
NVDAx
NVIDIA
The AI trade itself - the most-watched company on the planet.
SPCXx
SpaceX
The biggest IPO in history (June 2026) - Elon’s rocket company, freshly public and one of the most hyped tickers on the market.

Tesla, NVIDIA and SpaceX are xStocks - Backed Finance's 1:1-collateralised equity tokens on Solana, tracking their Nasdaq-listed shares. OpenAI is a PreStocks token: it tracks shares held by an SPV in a private company, so there is no exchange price - it is priced by its on-chain pool - and OpenAI has publicly said it does not recognise such transfers. It is exposure, not a share. The OPENAI mint also carries a 0.5% token-level transfer fee set by PreStocks, so an OPENAI payout lands 0.5% lighter than the amount sent - that fee goes to PreStocks, not to us.

// 06 · Perps

A perpetual-futures layer on the reward stocks, run by the same keeper that pays you. You post part of your accrued rewardsas margin - nothing leaves your wallet, nothing is deposited - go long or short with 1-10× leverage, and the position is marked against the keeper's published price every few minutes. Close whenever you like; whatever is left of the margin plus PnL goes back to your accrued balance and is paid out in stock like everything else.

MarketsOPENAI · TSLA · NVDA · SPCX
MarginYour accrued rewards (min $1)
Leverage1× - 10×
MarkEvery 5 min - exchange quote, or the on-chain pool for OpenAI - signed by the treasury key
Funding0.05% of position size every 8h, charged to margin, kept by the treasury
LiquidationWhen losses reach 95% of margin - the remainder stays with the treasury
ExpiryNone - funding is what makes holding leverage cost something
CounterpartyThe house reserve - 10% of each epoch's fee held back, up to 20% of the treasury
LimitsOne position ≤ 50% of the reserve, all open interest ≤ 200%

The reserve is the other side of every trade: wins are paid from it, losses, liquidations and funding flow into it, and the limits above are fractions of it - so a win never comes out of another holder's accrued rewards. If a run of winners empties it, the last win is trimmed to what is there rather than taken from anyone else. Every mark is signed, so a settlement price can be checked against the treasury's public key. Perps go live together with the token - the terminal shows a preview until then, and the reserve needs a few epochs of fees before the first position can open.

// 07 · Network
ChainSolana mainnet-beta
Launchpadstonkfun.xyz
Token programSPL Token
Explorersolscan.io
Gas tokenSOL
Ledger unitOPENAI - what the fee arrives in

Connect any Solana wallet - Phantom, Solflare or anything that injects the same provider. Nothing to add or switch: the terminal reads your balance straight off mainnet-beta.

// 08 · Programs & security

Two moving parts run the whole thing:

  • PERPTENDIE - the token. Fixed 1B supply, no transfer tax, no mint authority after launch - the mint is created by the launchpad, not by us.
  • Distributor keeper- the treasury service. Every 30 minutes it snapshots holders from the mint, credits the new fee to its ledger, then swaps and sends to everyone whose balance cleared the floor. Your payout stock is set by signing a message in your wallet - free, and it can't be set by anyone but you.

Addresses you can audit

PERPTENDIE mint TBA at launchTreasury TBA at launch

The treasury is the wallet the launchpad forwards the creator fee to, and the one every payout is signed by. Open it in the explorer to see what came in and what went out - the schedule is checkable by anyone, without taking our word for it.

Reward stock tokens (verified on-chain)

OPENAI PreweJYECqtQwBtpxHL171nL2K6umo692gTm7Q3rpgFTSLAx XsDoVfqeBukxuZHWhdvWHBhgEHjGNst4MLodqsJHzoBNVDAx Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEhSPCXx Xs3oZwbHvqis4NYcf4YKWmEia2eC84wSiVrcYcTqpH8
// 09 · FAQ
Do I own real shares?+

No. Rewards are tokenized stocks (xStocks 1:1-backed; OPENAI is SPV-backed pre-IPO exposure) held in your wallet; PERPTENDIE itself is a utility token with no equity or shareholder rights. Not affiliated with the underlying companies.

Where do rewards come from?+

Purely from the 0.5% of every trade the launchpad routes to the treasury. No emissions, no inflation - if there's no trading, there are simply no rewards that epoch.

What if I never pick a stock?+

You receive the default (OPENAI). You can change your payout stock any time in the Treasury tab.

Can the team rug the fee?+

PERPTENDIE launches on the stonkfun launchpad, so the mint and the bonding curve are the launchpad's, not ours - mint authority is not ours to abuse. The treasury wallet that receives the fee is published and its payouts are visible on Solscan.

Is this live?+

Token, treasury and perps are built and tested; the terminal runs in preview until the token launches. Trading unlocks at launch - the mint address will appear here and on the dashboard.

Synthetic exposure only · No equity · Not investment advice · DeFi carries risk of total loss. Not affiliated with Robinhood Markets, Inc., OpenAI, Tesla, Inc., NVIDIA Corp. or SpaceX.