export default function Home() { return (
{/* Hero */}

a movement against movements

NoFi

No Finance. No Money. No Tokens.

Just Do Less.

Don't click anything. That's the spirit.
scroll down (or don't)
{/* Anti-Whitepaper */}

The Anti-Whitepaper

For too long, the world has been plagued by innovation. Every problem spawns ten solutions, each with its own token, governance model, and 47-page whitepaper explaining why this time finance will be different.

It won't. So we stopped trying.

NoFi is the radical proposition that the best financial system is no financial system. The best token is no token. The best thing to do with your money is to not have any.

We are not DeFi. We are not TradFi. We are not even CoFi (though we love them dearly). We are the logical conclusion of every financial movement: the complete cessation of finance itself.

{/* Features (Anti-Features) */}

Features We Don't Have

{[ { icon: "0", title: "Zero Yield", desc: "Our yield is 0%. Always. We guarantee it. This is not a bug." }, { icon: "!", title: "No Governance", desc: "No votes. No proposals. No quorum. Nobody decides anything. It's beautiful." }, { icon: "~", title: "Infinite Vesting", desc: "Your tokens vest never, because they don't exist. You're already fully vested in nothing." }, { icon: "-", title: "No Roadmap", desc: "Where are we going? Nowhere. When will we get there? We're already here." }, { icon: ".", title: "Zero TVL", desc: "Total Value Locked: $0.00. Total Value Unlocked: also $0.00. Total Value: the friends we made." }, { icon: " ", title: "No Team", desc: "We have no team, no advisors, no investors. We barely have a website. Look at us underachieve." } ].map((f, i) => (
{f.icon}

{f.title}

{f.desc}

))}
{/* Tokenomics */}

Tokenomics

$0

Total Supply: 0

Circulating Supply: 0

Market Cap: 0

Fully Diluted Valuation: 0

(We considered making a token but then we remembered the whole point)

{/* Comparisons */}

NoFi vs. Everything Else

TradFi DeFi CoFi NoFi
Tokens Stocks, bonds 10,000+ A few, carefully Absolutely not
Middlemen Banks, brokers Smart contracts Communities Nobody
Risk Market crashes Rug pulls Coordination failure What risk?
Returns 7% annually -90% to 10000% Social capital Inner peace
Whitepaper Annual report 47 pages Research papers This website
Effort Required A lot Constant vigilance Community work Less than this
{/* Manifesto */}

The NoFi Manifesto

We believe in doing less.

We believe the best investment is a nap.

We believe every problem caused by money
can be solved by less money.

We believe the optimal portfolio allocation is
0% everything.

(We would have written more but that felt like too much effort)

{/* FAQ */}

Frequently Unasked Questions

{[ { q: "When token?", a: "Never. Next question." }, { q: "When mainnet?", a: "We are already on mainnet. The main net is the network of people who have collectively decided to stop building financial instruments. You're on it right now." }, { q: "Who is the team?", a: "The team is everyone who has ever closed a crypto tab and gone outside instead. Arguably the largest team in Web3." }, { q: "Is this a joke?", a: "Everything in finance is a joke. We're just the only ones being honest about it." }, { q: "How do I get involved?", a: "You're already involved. In fact, you were involved before you got here. The less you do, the more involved you become. You're doing great." }, { q: "What's the utility?", a: "The utility of NoFi is inversely proportional to the number of utilities it has. Currently at maximum utility." }, { q: "Can I invest?", a: "You cannot invest in NoFi. You can only divest from everything else. Same thing, really." } ].map((faq, i) => (

{faq.q}

{faq.a}

))}
{/* CTA */}

Ready to do nothing?

You already are. Congratulations. You've reached the end of the website and accomplished exactly as much as we intended.

Button Intentionally Disabled

est. whenever • abandoned with love

{/* Footer */}
) }