When a project's biggest selling point is that it doesn't charge creators for minting, you have to ask: what's the catch?
Earlier this week, the word came from TokenWorks' co-founder Adam (X handle: Rhynotic) that Fake World Assets—a protocol best known for its NFT trading pool—is rolling out a new feature called FWAir. The pitch is simple: artists can now launch new NFT collections directly into the protocol's existing Gacha pool, where supporters deposit ETH upfront, and creators earn revenue from secondary trading fees rather than a one-time minting fee.
On the surface, it sounds like a win for creators. No upfront gas costs for minting, no risk of an unsold drop. The supporters provide the liquidity, and the creators get paid only when the market moves. But as someone who spent four months auditing ERC-20 standards during the 2017 ICO boom, I've learned that the most attractive promises often hide the most dangerous engineering assumptions.

Let's trace the code back to the conscience behind it.
Context: The Shift from Trading to Issuance
Fake World Assets began as a protocol for trading existing NFTs via a curated Gacha pool—a random selection mechanism that lets users buy a ticket for a chance to receive a specific NFT. It was a clever way to gamify secondary market liquidity. Now, with FWAir, the protocol expands its scope from 'exchange of existing assets' to 'issuance of new assets.' Creators can submit a new collection, and supporters deposit ETH into the pool. In return, they receive random NFTs from the new series. The creator's income stream switches from initial mint revenue to a share of ongoing trading fees.
This is not a technical breakthrough. It's a product mechanism shift. The real innovation lies in the contract that handles the randomness, custody, and fee distribution. And that is where the story gets murky.
Core: The Technical Gap You Can't Ignore
From my experience auditing DeFi protocols during the 2020 summer, I know that any mechanism involving a 'pool of user funds + random allocation' is a ticking time bomb if the randomness is not verifiable.

FWAir requires supporters to lock ETH. The creators get paid from trading fees, not from the initial mint. That means the protocol holds a pool of ETH—potentially significant sums—for an undetermined period. How is that pool secured? Is there a timelock? A multisig? The article provides zero details.
More critically, the Gacha pool relies on randomness. If the random number generation is done off-chain, the project team could manipulate the odds. If it's on-chain but uses a predictable seed, bots can front-run the drawing. The analysis report flags this as a major blind spot, and I agree: the absence of a disclosed randomness source is a red flag that cannot be overlooked.
Then there is the team size. Two co-founders, Adam and Rhynotic, are the public faces. For a protocol that will hold user funds, a two-person team creates a centralization risk that no amount of good intentions can mitigate. Trust is earned in commits, not marketing.
Contrarian: Is This Actually a Step Forward for Creator Economics?
Let me push back on my own skepticism. The traditional NFT mint model is broken. Creators pay high gas fees for a drop that may not sell out. Speculators dump floor prices. The artist is left with a one-time paycheck and a bruised reputation. A model that shifts revenue to ongoing trading fees aligns incentives better: the creator only earns when the market values their work.
But here's the catch: the creator's earnings are only as good as the secondary market liquidity. If the collection doesn't trade, the creator earns nothing. The supporters who deposited ETH are effectively providing an interest-free loan to the creator, with the hope that the NFTs they receive will appreciate. That's a speculative bet, not a sustainable economic model.
Artists own their pixels; we just hold the keys. But if the keys are held by a two-person team without an audit, the pixels might as well be in a black box.
Takeaway: Demand Transparency Before Depositing ETH
The FWAir announcement is a classic example of a product narrative that sounds good in a tweet but requires rigorous technical scrutiny. The promise of 'no upfront mint fee' is attractive, but it conceals the real risk: the security of the pool, the randomness of the draw, and the long-term viability of fee-based revenue.
Education is the only true decentralized currency. As a community, we need to demand that TokenWorks publishes the smart contract code, discloses the randomness source, and obtains a professional audit before any ETH is locked.
We build bridges, not just blocks, between people. But bridges need structural integrity. FWAir might be a beautiful span, but until we see the blueprints, it's just a rope over a canyon.

Let's not cross it blind.
— Scarlett Lopez, Open Source Evangelist.