A memecoin fund that scales itself from the tax line.
Every transfer of $MEME pays a protocol tax. Every tax buys the basket. The basket is held 1:1 against supply, marked to NAV on-chain, and its composition is voted by token holders. A slice of the treasury earns yield and pays it back out as a dividend.
Overview
A hedge fund where the management fee is the transaction tax, the LPs are the holders, and the books are a block explorer.
Most memecoins return value to nobody. They trade on attention, the attention fades, and the only thing left on-chain is a flat liquidity pool. Meme Fund inverts that. The token is a wrapper around a real, growing treasury of assets, and the act of trading the token is what funds the treasury.
Three things hold the design together:
- The tax funds the fund. A tax on every transfer is swept into a treasury and deployed into a basket of assets.
- The fund backs the token. Treasury holdings are tracked 1:1 against circulating supply and marked to a live net-asset-value (NAV) that anyone can verify on-chain.
- The holders run the fund. Token-weighted governance decides what the basket holds, and a portion of the treasury is put to work earning yield that flows back to holders as a dividend.
Buy the token, and you own a transparent, voted, dividend-paying claim on an on-chain basket that the token's own trading volume keeps filling.
How it works
Follow a single dollar of tax from a trade to a dividend.
The protocol is a loop. Trading creates tax, tax becomes treasury, treasury splits into a growth sleeve and an income sleeve, and the income sleeve pays holders. Below is the flow of funds for one taxed transaction.
Stepping through it:
- A transfer happens. Any buy, sell, or transfer of $MEME triggers a fixed-percentage transfer tax, withheld natively at the token level.
- The treasury sweeps. Withheld tax is periodically harvested and swapped into USDC through a DEX aggregator, building a stable base of dry powder.
- The treasury splits. By policy, roughly 90% of net treasury value is the growth sleeve (the memecoin basket) and roughly 10% is the income sleeve (a yield vault).
- The basket backs the token. Every basket position is on-chain and counted toward NAV, so the protocol can show a verifiable backing value per token at all times.
- The income sleeve pays out. Yield earned on the 10% sleeve is collected and distributed pro-rata to holders as a dividend.
Tokenomics & the tax
The tax is the entire business model, so its design matters more than the supply curve.
The transfer tax
$MEME is issued as a Solana Token-2022 mint using the native transfer-fee extension. A percentage of every transfer is withheld by the token program itself. There is no honeypot router contract, no off-chain trust required, and the fee is enforced at the protocol level on Solana. Fees accrue on each token account and are periodically harvested to the treasury.
| Parameter | Illustrative value | Set by |
|---|---|---|
| Transfer fee | 5.0% per transfer | Governance, hard-capped in mint config |
| Max fee cap | Per-transfer ceiling (anti-whale) | Mint configuration |
| Harvest cadence | Threshold or scheduled | Treasury keeper |
| Growth / income split | 90 / 10 | Governance |
A flat transfer fee taxes velocity, not just buys. High-churn speculation funds the fund the most, which is exactly the behavior a memecoin generates anyway. The cap keeps a single large transfer from over-taxing real treasury rotations.
Supply
Total supply is fixed at mint; there is no inflation. The treasury grows in value from tax revenue, not by minting new tokens, so backing-per-token is not diluted by emissions. Recommended allocation buckets:
| Bucket | Purpose |
|---|---|
| Public float | Tradable supply; the tax base |
| Protocol treasury | Seed liquidity & bootstrap basket |
| Governance reserve | Founder/steward position (see Governance) |
| Ecosystem | Market-making, listings, partnerships |
Treasury & 1:1 backing
The website is the fund's NAV statement, and the chain is its auditor.
The treasury holds two things: a basket of memecoins (the growth sleeve) and a yield position (the income sleeve). Both are on-chain at known addresses, so net asset value is computable by anyone, not asserted by the team.
What "1:1 matched" means here
Backing-per-token is defined as treasury NAV divided by circulating supply:
backing_per_token = treasury_NAV / circulating_supply
The protocol does not promise that the market price equals backing. Markets do what they want. It promises that the backing figure is real, fully collateralized by assets actually in the treasury, and updated live. The site renders the basket holding-by-holding (asset, units held, USD value, % of NAV) alongside the income sleeve, so a holder can reconcile the displayed NAV against the chain at any moment.
"Fully backed" is a claim every project makes and few can prove. Reading positions from public addresses and showing the math turns a marketing line into something a skeptic can independently verify in a block explorer.
The basket
The growth sleeve is a governance-curated set of memecoins with target weights. Accumulation and rebalancing execute through Jupiter DCA / TWAP rather than market orders, so large treasury moves don't move the assets against the fund. The basket can be rebalanced on a cadence or when weights drift past a band; both are governance parameters.
Governance
Holders vote the basket.
Token-weighted governance controls the parts of the protocol that involve discretion: what the basket holds, the target weights, rebalance rules, the tax rate (within its cap), and the growth/income split. Proposals follow a standard lifecycle.
- Proposal. A holder above a proposal threshold submits a change (add/remove asset, reweight, adjust a parameter).
- Discussion. A fixed window for debate before voting opens.
- Vote. Token-weighted voting over a snapshot of balances, subject to a quorum.
- Execution. Passing proposals queue through a timelock, then execute against the treasury via the keeper.
The dividend
A fund that only appreciates asks holders to sell to realize anything. The dividend gives them a reason to hold. The mechanism is deliberately boring: park a slice of the treasury in a yield source and route the yield to holders.
The income sleeve: Avantis
Roughly 10% of treasury NAV is deposited into the Avantis LP vault on Base. Avantis is an onchain perpetuals DEX whose avUSDC vault (an ERC-4626 token) is the counterparty to all trades on the platform and earns organic trading-fee yield from that activity. Historically the USDC pool has paid yields in the ~10% range, though the figure is variable and depends on platform volume and trader PnL.
Worked example · illustrative
| Treasury NAV | $1,000,000 |
| Income sleeve (10%) | $100,000 in avUSDC |
| Sleeve yield (~10% APY) | ~$10,000 / year |
| Distributed to holders | pro-rata, on a schedule |
Distribution mechanics
- Accrue. Yield builds in the avUSDC position on Base.
- Harvest & bridge. On a cadence, yield is realized and bridged back to the Solana treasury (e.g. via CCTP for native USDC).
- Distribute. A snapshot of holder balances determines pro-rata shares, claimable by holders (or pushed via a streaming distributor).
Avantis pays LPs from real trading fees rather than emissions, and the vault is delta-managed and audited (Zellic, Zokyo). That makes it a more durable income base than a high-APY farm that pays in an inflating token, but it is not risk-free (see below).
Architecture
A Solana token and governance layer, with a bridged income sleeve on Base.
The one genuine complication: the tax mechanism lives best on Solana (Token-2022 transfer fees + Jupiter), but the chosen yield source, Avantis, lives on Base. The treasury is therefore multichain, and the bridge between them is a first-class component, not an afterthought.
| Component | Where | Role |
|---|---|---|
| $MEME mint | Solana | Token-2022, transfer-fee extension; native tax + harvest |
| Treasury multisig | Solana | Squads-style multisig holding the basket & dry powder |
| Execution | Solana | Jupiter DCA/TWAP for basket accumulation & rebalance |
| Governance | Solana | Proposals, snapshot voting, timelock |
| Bridge | Solana ⇄ Base | Native USDC transfer (CCTP) for the income sleeve |
| Income sleeve | Base | avUSDC LP position on Avantis |
| NAV / accounting | Off-chain reader | Reads all positions, computes NAV & backing-per-token for the site |
| Distributor | Solana | Snapshot + pro-rata dividend claims |
Any time treasury value crosses chains it inherits the security of the bridge. Keep the income sleeve a bounded share, prefer canonical/native-USDC routes over wrapped-asset bridges, and treat bridge custody as part of the risk budget, not free plumbing.
Decentralization path
The credible answer to "your vote always wins": say when it stops.
Stewardship is a launch condition, not the destination. A published path turns a centralization weakness into a roadmap commitment.
| Phase | Governance reality | Trigger to advance |
|---|---|---|
| Steward | Founder reserve decisive; votes are directional/ratifying | Float & treasury below thresholds |
| Shared | Steward retains veto/guardrail only; community sets the basket | Treasury NAV & holder count milestones |
| Open | Steward reserve reduced below majority; quorum carries votes | Sustained participation; security maturity |
Each transition should be on-chain and visible: reserve size, quorum, and timelock parameters published, so "we'll decentralize" is measurable rather than promised.
Risk factors & disclaimers
An on-chain fund of memecoins paying a dividend is roughly as risky as that sentence sounds. Read before deploying capital.
Protocol & market risk
- Basket volatility. Memecoins are highly volatile and can go to zero; NAV can fall sharply and illiquid positions may be hard to exit at marked value.
- Smart-contract risk. Bugs in the token, treasury, governance, or distributor contracts could cause loss. Audit everything; nothing here is audited yet.
- Bridge risk. Moving the income sleeve between Solana and Base exposes treasury value to bridge security.
- Yield-source risk. Avantis LP yield is variable and can be negative when traders win against the vault; the ~10% figure is illustrative, not guaranteed. The dividend is not guaranteed.
- Price vs backing. Market price may trade well below NAV; backing is collateralization, not a redemption guarantee unless a redemption mechanism is explicitly implemented.
- Governance concentration. During the steward phase, the founding entity can determine outcomes. Holders are trusting that stewardship.
- Tax friction & venue support. Transfer-fee tokens can be unsupported or mishandled by some venues, wallets, and routers; integrations need testing.
A token that pools contributions, is actively managed toward a return, and pays holders a distribution can be treated as a security or a collective investment scheme in many jurisdictions. This is not legal advice and I'm not a lawyer. Have qualified counsel review the structure, the dividend, and your marketing language before launch, in every market you'll touch.