MORSE @Morse_Finance

Base · Uniswap v4 · pre-launch

The pool is a
telegraph line.

Every swap emits one symbol. The size of the trade gives the dot or the dash. The silence between trades gives the punctuation. The toll piles up in a vault, and the vault only opens when the flow spells a readable word.

Decode the signal to unlock the yield.

01 / The reading

A swap already carries
both dimensions of Morse.

Nobody had to invent an encoding. A trade is a magnitude and a moment, which is exactly what a telegraph key produces. The hook reads the magnitude as the symbol and the moment as the punctuation, and the pool becomes a line anyone can listen to.

Dimension one · size

The symbol

Absolute value of the ETH leg, gross of the toll. Direction is ignored: a seller transmits as well as a buyer.

  • under 0.001 ETHsilencepays the toll, writes nothing
  • 0.001 to 0.01dotthe cheap element
  • 0.01 and abovedashten times a dot, at least

Dimension two · time

The punctuation

Measured from the previous registered symbol, on a unit U of 30 seconds, fifteen Base blocks.

  • under 3U90 ssame letter, the symbol appends
  • 3U to 7U90 to 210 sthe letter locks and is judged
  • over 7U210 sdead line, the word resets

These are the real ITU intervals: a dot is one unit, a dash is three, a letter break is three, a word break is seven. Nothing is stretched over the DEX to make the theme fit. The structure of Morse was already the structure of a swap feed.

02 / Fourteen seconds

The line, on film.

MORSE · 1920 x 1080 · 14 s

03 / The line, running

Take the key.

The mechanism, running end to end. Operators send symbols, letters lock, the vault fills from the toll on every swap including the ones that write nothing. Send your own symbols and try to be the one who closes the word.

LINE 01 simulation · 15x speed · no chain, no wallet, nothing deployed ROUND 1

Target word

The tape receiving

3.0U left

Vault, this round

0.0000ETH

Your weight 0.0 % Operators 0 Your key not connected Your share 0.0000

Line log

    The demo runs one unit every 2 seconds instead of 30, so a word takes half a minute instead of ten. Every rule you can hit here is a rule the hook enforces: one symbol per address per letter, never the same operator twice in a row, and a cap on how much a single symbol can weigh.

    04 / Why it holds

    Four rules keep it a game
    instead of a whale contest.

    01

    Nobody transmits alone

    An address credits one symbol per letter, and the same operator can never send two symbols in a row. A word needs several hands on the key. Multiple wallets get you around the check, but every symbol still pays the toll, the LP fee, the slippage and the gas, so funding a vault in order to take it back is negative expectancy.

    02

    Weight is capped

    A symbol credits its sender up to a cap of 0.04 ETH of notional. A 200 ETH dash weighs exactly what a 0.04 ETH dash weighs. Without that cap one whale takes the vault and the game becomes a size contest, which is nothing. With it, power comes from the number of coordinated operators.

    03

    The closer gets paid

    The last letter of a word cannot lock on its own, so latch() is permissionless and the caller who completes a word takes 20 percent of the vault. No keeper to run, no privileged address, and someone is always motivated to press it.

    04

    A mistake costs the word, never the vault

    A wrong symbol kills the letter and the progress, and the credits behind them. The toll paid stays in the vault. Failure is not a leak, it is the deposit: the vault is literally the tax on transmissions that did not land, which is what makes the next one worth closing.

    05 / The settings

    Numbers.

    ParameterValueWhy
    U, the Morse unit30 sFifteen Base blocks. Short enough to hold attention, long enough to play by hand.
    Letter break90 s (3U)The real ITU interval.
    Word break210 s (7U)The real ITU interval. Past it the line is dead.
    Dot floor0.001 ETHBelow it a swap is silent, dust cannot write.
    Dash floor0.01 ETHA dash costs at least ten dots.
    Toll1 %70 percent to the vault, 30 percent to the treasury.
    Launch toll25 % to 1 % over 180 sAnti sniper window, entirely to the treasury.
    Credit cap0.04 ETH of notionalCaps what one symbol can weigh in the split.
    Closing bounty20 % of the vaultPays the latch() that completes the word.
    Supply1 000 000 000 MORSEFixed, mint revoked, single sided v4 liquidity against native ETH.
    Hook flags0x00CCToll taken in beforeSwap on a buy, in afterSwap on a sell.

    06 / Where this actually is

    Pre-launch. Nothing is deployed.

    Written

    The mechanism, the on chain Morse table, the fee split, the payout maths, the attack surface and the launch sequence.

    Not written

    A single line of Solidity. Four contracts are specified: the token, the hook, the line, the LP manager.

    Not deployed

    No token, no pool, no liquidity, no address to buy. Anything that claims otherwise is not us.

    The console on this page runs entirely in your browser. It does not connect a wallet, it does not read a chain and it cannot take a single wei from you.