Documentation

How the machine works.

Users deploy tokens on a Solana contract. Ten percent of those profits is sent to the main token. The machine buys it back and burns it.

Overview

The Buyback Machine is a simple loop. A new contract on Solana lets people deploy tokens. When those tokens make a profit, 10% of that profit is sent to the main token.

The remaining 90% stays with the deployed token. There is no second split. The machine’s only extra job is to buy the main token with that 10% and burn it.

Solana contract

The launch path is a new contract on Solana. If a token is created through that contract, the 10% profit cut applies. If someone launches on another venue, the machine does not take this cut.

That is the whole gate. The machine does not fee every token on the chain. It fees profits from tokens it deploys.

The 10% cut

The cut is 10% of profit, taken when that profit is realized.

  • A $50 profit sends $5 to the main token.
  • A $100 profit sends $10 to the main token.
  • A $1,000 profit sends $100 to the main token.

The other 90% remains with the deployed token. The 10% is not a share of later volume and not a tax on holders.

The main token

The main token is the one the machine buys back. Profit routed from user-deployed tokens is spent on the open market, then burned. That is the entire sink.

Deploying a token

Queue a name and ticker on the deploy page. When the contract is live, that launch is the event that wires 10% of profits to the main token. pump.fun and four.meme are not this path.

Buyback and burn

  1. Someone deploys a token on the Solana contract.
  2. That token makes a profit.
  3. 10% of the profit is sent to the main token.
  4. The machine buys the main token and burns it.

Ledger

Posted buybacks appear on the ledger with the source token and the amount sent to the main token. The ledger starts empty. An empty window does not mint a placeholder burn.

Glossary

  • Machine — this buyback and burn loop.
  • Solana contract — where user tokens are deployed.
  • Profit cut — 10% of profits from those tokens, sent to the main token.
  • Main token — the token that is bought back and burned.

Important notes

This site explains the product. Live routing depends on the Solana contract. Digital assets can lose value. The Buyback Machine is not affiliated with Solana Labs or the U.S. government. Nothing here is financial, legal, or tax advice.