Where does my money go when I buy TFLO?
Buying TFLO on Uniswap pays the 4% pool fee, of which 80% accrues to the on-chain treasury and 20% to the team wallet. There is no presale, no team allocation; you only get TFLO by trading.
Can the team rug?
No. New TFLO can't be minted, the protocol can't be paused or upgraded, and nobody — including the team — can withdraw treasury funds. The Uniswap liquidity is held by a contract that can only collect fees on it; it can't pull it out. The team's only powers are to tune the buy-trigger size and the sell-profit threshold (both inside hard-coded limits) and to add or remove tokens from the eligible list. Every dollar a sell generates is hard-wired to buy and burn TFLO.
Who decides what the treasury buys, and when?
Which tokens are even allowed is curated by the team — they pick the list (capped at 50). When a buy happens is up to anyone: as soon as the treasury has enough ETH, any wallet on the internet can trigger the next buy. And which token gets bought is fixed by a public, in-order queue — the next one is always visible on-chain, and every full rotation each token gets exactly one buy.
Why a fixed order instead of randomness or off-chain selection?
A fixed, public order is the simplest setup that gives every eligible token equal treatment, leaves no room for the team to favour or punish any token, and removes the usual front-running games — because the next buy is already common knowledge. There's no oracle that can be wrong and nothing to game.
What happens to a token if you remove it from the eligible list?
Removing a token disables future buys of it, but the contract never clears the data needed to unwind existing holdings. Already-bought tranches of a removed token remain sellable indefinitely — the same TWAP gain threshold and the same buy-and-burn route apply. The team can stop buying something, but they cannot trap funds inside it.
Why is there a single team wallet in charge at launch?
v1 ships with a single owner key so the team can iterate quickly while the protocol is small — adding tokens to the eligible list, removing ones that turn out to be problematic. The reason this is safe is that the owner's powers are tightly bounded by code: even a compromised key can't drain funds, mint TFLO, pause the protocol, or upgrade contracts. Ownership will move to a multisig — and later to a time-locked one — without any changes to the underlying contracts.
How does TFLO actually accrue value?
Every profitable sell turns into a buy-and-burn: the protocol takes the ETH it just made, buys TFLO on the open market, and destroys it. TFLO supply only ever shrinks. That's the only mechanical pressure built into the protocol — everything else comes from how the market values a fund that's quietly buying interesting tokens and burning its own supply.
What chains is TFLO on?
Ethereum mainnet only. There is no cross-chain bridge.