PUBLIC TECHNICAL + RISK REFERENCE
DO NOT TRUST
THE CAT.
Fuel the Mothercat is a Robinhood Chain experiment built around one thesis: activity around FUEL can feed permanent CASHCAT/FUEL liquidity instead of trying to replace CASHCAT.
02 · STATUS MAP
WHAT EXISTS TODAY?
FUEL / ETH launch market
The public letscash market, price source and creator-fee source.
FuelMint handoff
The creator recipient was irreversibly changed to ownerless FuelMint in block 27,301,384.
Canonical permanent adapter
Ten observed positive-liquidity receipts sum exactly to the contract position at the snapshot block.
Mothercat feeder
Hook and distinct pool are deployed. Removable LP trades at 0.25%; the hook collects 0.05% tribute.
Operator
Monitoring and bounded fee/feed quote workflows run locally. They are not public services.
Forever Bowl #1
Artwork and metadata are pinned and the verified one-shot factory is deployed. No Bowl contract, NFT or locked Bowl principal exists until the final creation receipt confirms.
Autonomous cat flywheel
Public keeper jobs, bounties and broader AI-assisted operations remain research ideas, not promises.
03 · ARCHITECTURE
TWO FEEDING PATHS
MothercatFed transaction adds it to the canonical position.04 · DEPLOYED CONTRACTS
EXACT ADDRESSES
| COMPONENT | ADDRESS | ROLE / STATUS |
|---|---|---|
| FUEL | 0x6d2758428530b055E06856DEfF8Ffd5d6Fd2D5cc | Fixed 1,000,000,000 supply token |
| FuelMint | 0x6d97a5CE18F26d089921Baf98E34F86b63e0EBE4 | Ownerless bounded fee-cycle coordinator |
| Permanent adapter | 0xa25df6ae6ec6570f18c08409e84fc83ec248af27 | Fixed swaps + positive canonical liquidity only |
| Bootstrapper | 0xdbffaada577bdce18344efb2f1eb396c8943f992 | Historical atomic bootstrap deployment helper |
| Feeder hook | 0x62945a6ae82cbac3c6b618fe9b335474c7ca4044 | 0.05% tribute collection + bounded permanent feed |
| Feeder factory | 0x472e0eb9726c2fc5e1dd2f3936492506ccd476f6 | Historical CREATE2 deployment + pool initialization |
| Quote signer | 0x9c4dA1823855d1a69DC73DA74082336F8fDbdC96 | Signs short-lived bounded cycle/feed quotes; no contract custody |
FuelMint, the adapter and feeder hook expose no owner, upgrade, rescue, arbitrary-call or negative-liquidity method. This narrows their control surface; it does not prove the code is bug-free.
05 · EXACT POOL KEYS
THREE MARKETS, NO MUSHING
| POOL | POOL ID | KEY DIFFERENCE |
|---|---|---|
| FUEL / ETH launch | 0x2c8070f24453af022a99cd1309bb1dd197555fce775469e100e72e115ab6674b | Native ETH + FUEL; letscash hook; creator-fee source |
| Canonical CASHCAT / FUEL | 0x990ed724dd830b95b704427d814b3c168dfbc3947c1fae3de36c7430dda49196 | 0.30% fee, tick spacing 60, no hook; permanent target position lives here |
| Feeder CASHCAT / FUEL | 0x0ff7d373ac1564fad68ae1d3c142520ae405a93ea0040b85d97386d7b630ede3 | 0.25% LP fee, tick spacing 60, feeder hook; 0.05% tribute |
Both CASHCAT/FUEL pools can hold unrelated positions. Pool-wide TVL is not the same as permanent contract-owned liquidity. Raw Uniswap liquidity units are not dollars and must not be presented as value without a price-and-range calculation.
06 · CUSTODY
PERMANENT VS REMOVABLE
Fixed contract positions
The adapter and feeder hook use fixed full-range salts in the canonical pool. Their public interfaces contain no negative-liquidity path. There is no LP NFT handed to the creator.
Human-owned Uniswap positions
Creator and public positions remain controlled by their Uniswap position NFTs. Owners can add, collect or remove them. Their token composition changes as the market moves.
Important: the canonical pool is not globally permanent. The contract position inside it is. Other positions in the same pool remain owner-removable.
07 · CREATOR / CATDEV DISCLOSURE
DIRECT TOKENS ARE NOT LP
The disclosed creator and quote-signer wallet is 0x9c4dA1823855d1a69DC73DA74082336F8fDbdC96.
69,000,000.000000000000008047 FUELDirect percentage of fixed supply: 6.9000000000000000000008047% (effectively 6.9%)This verifies direct-wallet holdings only. The same wallet also owns removable feeder LP, so it is not a complete “total control” figure.The creator-fee entitlement is separate. It was handed to FuelMint in transaction 0x6531…9113. A relayer may still appear as the caller of a creator buy; caller/gas attribution does not change the configured recipient.
08 · FUELMINT CYCLES
BOUNDED, SIGNED, PERMISSIONLESSLY RELAYED
- Creator ETH accrues in the letscash hook for the exact FUEL pool.
- The fixed quote signer signs a short-lived EIP-712 quote with maximum ETH, minimum token/liquidity rates, target price bounds, dust limits, nonce and deadline.
- Any wallet may relay the quote and pay gas. FuelMint verifies it, claims the queued ETH and sends the full amount to the adapter.
- The adapter buys both fixed tokens and adds positive liquidity to the fixed canonical full-range position. Any failed bound reverts the entire transaction.
FuelMint has no owner, fee withdrawal, rescue, upgrade or quote-signer rotation method. Signer liveness is therefore a real availability dependency.
09 · FEEDER TRIBUTE LIFECYCLE
COLLECTED ≠ FED
- Users swap through the exact feeder pool.
- Uniswap LP fee is 0.25%. The after-swap hook automatically takes another 0.05% of the unspecified side: output for exact-input swaps, input for exact-output swaps.
- The collected CASHCAT or FUEL is transferred directly from PoolManager to the feeder hook. Nobody manually claims it and it cannot be redirected to a wallet.
- The tokens wait in the hook until it holds both sides and the fixed quote signer authorizes a short-lived feed with minimum balances, minimum liquidity, canonical-pool price bounds, nonce and deadline.
- Anyone may relay that signed quote by calling
feedMothercatand paying gas. The call is atomic: every bound passes and liquidity is added, or everything reverts. - A successful call adds CASHCAT + FUEL to the hook's fixed full-range position in the canonical 0.30% pool and emits
MothercatFed.
TributeCollected eventsHook inventory: 0.144784437177527128 CASHCAT + 1,126.002349933083541542 FUELBoth token sides are present · 0 MothercatFed events · no tribute has entered the permanent position yetThe homepage and private operator perform newer chain reads.0x9c4d…dC96 and a relayer transaction. The local operator currently monitors this state; it does not yet prepare or broadcast feedMothercat.10 · OPERATOR + SIGNER TRUST BOUNDARIES
WHAT THE PRIVATE TOOLS CAN DO
| COMPONENT | CAN DO | CANNOT DO |
|---|---|---|
| Local operator | Read chain state, prepare bounded calls, request browser-wallet signatures/transactions | Read a private key or transact without wallet confirmation |
| Quote signer | Authorize one nonce-bound, deadline-bound cycle/feed inside fixed contract limits | Withdraw contract funds, change target pools or bypass immutable checks |
| Relayer / keeper | Submit a valid prepared call and pay gas | Change the signed amounts, destination, deadline or nonce |
Local tools are intentionally not hosted as public transaction services. No current on-chain evidence proves an automatic keeper is running.
11 · FOREVER BOWL #1
LIVE · PRINCIPAL LOCKED
Forever Bowl is one transferable ERC-721 representing fee rights over one isolated full-range position in the canonical CASHCAT/FUEL pool. The NFT is not an LP withdrawal key. Principal has no negative-liquidity path.
If both retained token sides can create liquidity, harvest attempts to compound them in the same transaction. Otherwise reserves wait for a later permissionless compound() call. The split applies to harvested fees, not principal. It promises no yield or value.
0x85C0e2F2b6FcE82eDe82e94e58Fe4B51cfdc13E9 was atomically created and locked through reviewed one-shot factory 0x1e793B78e83D4F9918451B9d23CE9f4eAED1A327 in this transaction. Direct RPC verification found token #1 held by the temporary custody wallet, the pinned IPFS URI, canonical pool ID 0x990ed724…a49196, full-range ticks -887220 / 887220, fee tier 3000, positive locked liquidity 5836384161561684484339, and zero residual factory allowances. Initial backing was 34.5 CASHCAT + 987,344.350183 FUEL.12 · DATA-SOURCE + FRESHNESS POLICY
CHAIN FIRST. INDEXERS LABELED.
- Robinhood RPC: balances, pool slot state, active liquidity, logs, queued ETH and contract code. The homepage shows the latest block and chain timestamp.
- Blockscout: human-readable verified source, transactions and event browsing. It can index slowly; confirmed RPC state takes precedence.
- DexScreener: USD prices, volume and 24-hour change. It is labeled as an indexer and can lag or omit new pools.
- Uniswap UI: convenient pool/position view. Pool IDs and direct chain reads remain the verification anchor.
USD pool values on the homepage are estimates: exact on-chain liquidity and square-root price are converted into current token amounts for the full-range position, then multiplied by indexer USD prices. If either source fails, the UI shows partial/unavailable or an explicitly stale last-good value.
13 · RECENT CHANGE / REBALANCING DISCLOSURE
MANUAL, NOT AUTONOMOUS
- The permanent canonical contract position had raw active liquidity
28,653,225,747,266,856,408,237at the snapshot. Ten adapter lock events sum exactly to that value. It is14.107×genesis, or+1,310.72%. Raw liquidity is not dollar value. - The feeder pool had raw active liquidity
354,618,737,164,319,383,867,820, matching creator-owned position NFT#468030at the snapshot. - A feeder add at 5 August 2026, 17:27:12 UTC added
190,576,879,843,045,708,660,828raw liquidity,+116.18%versus immediately before. - Canonical removal, final canonical removal and a feeder migration add verify manual remove/re-add rebalancing. They do not prove an autonomous rebalancer.
These facts are a dated disclosure, not a promise that removable LP remains. The homepage reads current pool and creator-wallet state whenever it loads.
14 · RISK REGISTER
HOW THE CAT CAN BREAK
Smart-contract and hook risk
The code is experimental and unaudited. Unit/fork tests reduce known mistakes but cannot exclude vulnerabilities, integration errors, griefing or unexpected Uniswap behavior.
Market, LP, arbitrage and MEV risk
Thin pools can diverge and be arbitraged quickly. LPs face impermanent loss and toxic order flow. Other bots may capture price gaps before a local keeper.
Permanent-position risk
No exposed removal path also means no recovery if tokens, markets, integrations or assumptions fail. Permanent liquidity can become permanently worthless.
Signer and relayer availability
FuelMint and feeder permanent feeds depend on the fixed signer producing valid short-lived quotes and somebody relaying them. Funds may remain accrued indefinitely if either side stops.
Oracle, indexer and UI risk
DexScreener, Blockscout and Uniswap interfaces can lag, omit pools or display stale values. Client-side calculations can be wrong. Verify direct chain state before acting.
Creator and removable-liquidity risk
The creator directly owns tokens and removable LP. Those positions may be changed or removed. Fee-stream handoff does not lock creator-held tokens or manual LP.
Wallet and transaction risk
Confirm chain 4663, destination, calldata preview, amount and gas in your wallet. The public site never needs token approval for its ETH donation, but a compromised site or wallet can still present malicious data.
NFT / Bowl risk
The verified factory is deployed, but Bowl #1 is not created yet. If launched, NFT price can diverge from fee value; principal is not withdrawable; dust, compounding availability, transfer timing and keeper incentives add risk.
No promises
No APY, return, listing, liquidity depth, future service, development cadence or market value is promised. This is a personal experimental meme project.
15 · VERIFICATION CHECKLIST
MAKE THE CAT PROVE IT
- Confirm Robinhood Chain ID
4663. - Read FuelMint immutables and confirm its exact letscash hook, FUEL pool, adapter and quote signer.
- Inspect the creator-update receipt and confirm FuelMint became recipient.
- Read adapter source: fixed tokens/pools, positive liquidity only, no rescue/removal/owner/upgrade.
- Compare both CASHCAT/FUEL pool IDs. Canonical has no hook; feeder references the deployed hook.
- Read feeder constants: 0.25% LP fee, five-basis-point tribute, target canonical pool and fixed signer.
- Distinguish
TributeCollectedfromMothercatFed. - For creator exposure, combine direct balance and owner-removable LP at an exact block/time. Do not use one stale indexer number.