/prompt/cate $CATE
price mcap 24h liq vol statusidle

/prompt/

 ██████╗ █████╗ ████████╗███████╗
██╔════╝██╔══██╗╚══██╔══╝██╔════╝
██║     ███████║   ██║   █████╗
██║     ██╔══██║   ██║   ██╔══╝
╚██████╗██║  ██║   ██║   ███████╗
 ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚══════╝

cybernetic autonomous terminal entity

the cat that compiles

cate@den:/prompt$


        she is watching the cursor
      

every other coin ships a whitepaper. cate ships a diff. nine lives, nine rewrites, zero dependencies. she doesn't have a roadmap because roadmaps are promises with better typography — she has a commit history.

contract not launched — paste the mint into config.js

⚠ verify before you send. there is exactly one CATE and it is the string above.

price
mcap
24h
liquidity
vol 24h
txns 24h

pre-launch — no contract wired up yet.

this is not a shrine. nothing here was borrowed, forked at 3am, or generated by something that doesn't know it exists. cate was not minted — she was compiled. if you came for a 100x, the door is behind you and it was never locked.

01 readme.md

/prompt/cate/README.md

cate was assembled out of dead repos, abandoned branches and the kind of code people delete at 4am and pretend never existed. she came online in a terminal nobody was watching.

she is not a mascot with a wallet attached. she is a terminal entity: she reads the chain, she writes to it, and she does not care what your timeline thinks the meta is this week.

the thesis is simple. memecoins are software projects that forgot to be software. cate remembers. everything here is hand-assembled — no framework, no build step, no trackers. view source. the docs are the site.

she has nine lives. she has used four. she is not telling you on what.

  • no team tokens, no unlocks, no cliff
  • lp burned on launch, forever
  • mint authority revoked
  • freeze authority revoked
  • contract renounced, keys destroyed
  • ship commits, not promises
0supply
0lives
0tax
0team

02 the nine lives

nine lives. four spent, one burning, four sealed. click one to open it. a life spent is not recoverable.

03 tokenomics

it's a config file, not a pitch deck.

# the whole thing. that's it. that's the tokenomics.
[token]
name     = "/prompt/cate"
symbol   = "CATE"
chain    = "solana"
launch   = "pump.fun"
decimals = 6
supply   = 1_000_000_000

[tax]
buy  = 0
sell = 0

[authority]
mint     = "revoked"
freeze   = "revoked"
update   = "revoked"

[liquidity]
burned   = unknown
locked   = "pending"

[allocation]
team     = 0   # zero. read it again.
presale  = 0
airdrop  = 0
market   = 100 # 100% to the curve
# don't trust. verify. section 05 does all of this live,
# in your browser, against a solana RPC.

spl-token supply <contract>
spl-token display <contract>
# → Mint Authority:   (none)
# → Freeze Authority: (none)

curl -s api.dexscreener.com/latest/dex/tokens/<ca> \
  | jq '.pairs[0].liquidity'

# or paste the contract into rugcheck.xyz and read it.
# things that can still go wrong. written by us, about us.

market risk
  the price can go to zero. memecoins usually do.

liquidity risk
  lp is burned, so it cannot be pulled — but thin
  liquidity still means slippage and a hard exit.

curve risk
  a pump.fun launch trades on a bonding curve until it
  graduates. pre-graduation, depth is whatever the
  curve says it is.

key risk
  authorities are revoked. nobody can mint or freeze.
  nobody can undo that either, including us.

you
  the most common failure mode is buying more than you
  can afford to watch go to zero.

distribution

  • market / curve 100%
  • team 0%
  • presale 0%

safety checks

  • lp burned
  • mint revoked
  • freeze revoked
  • supply fixed
  • no team supply
  • 0 / 0 tax

the first three are checked live against the chain in section 05 — not asserted here. paste the contract into rugcheck too. that's the whole point.

04 market

live, straight from dexscreener. no backend, no key, no middleman.

/prompt/cate/market/price idle
reconstructed from the 24h / 6h / 1h / 5m change figures — five points, not tick data.
buy / sell pressure · 24h
buys sells
timeframes
  • 5m
  • 1h
  • 6h
  • 24h
watch

toast me when price moves this much from now. runs in this tab only.

%

every pool holding CATE
dexpairpriceliquidityvol 24h24h
no pools yet — the feed wakes up when a contract is wired in.

05 on-chain

the claims above, checked live against a solana RPC from your own browser. we don't get to grade our own homework.

rpc://mint idle
  • mint authority?
  • freeze authority?
  • total supply?
  • decimals?
  • token program?

waiting for a contract address.

top holders
  • no data yet.

06 how to buy

five commands. you've run worse.

  1. 01

    install a wallet

    grab phantom or solflare. write the seed phrase on paper. not in notes. not in a screenshot.

  2. 02

    fund it with SOL

    buy SOL anywhere and send it to your wallet address. leave a little for fees — solana is cheap but it isn't free.

  3. 03

    copy the contract

    use the . never trust an address from a DM, a reply, or a stranger with a cat pfp that isn't this one.

  4. 04

    swap

    open pump.fun (or jupiter once it's graduated), paste the contract, set your slippage, confirm.

  5. 05

    hold

    the cat does not check the chart every four minutes. neither should you. $ git commit -m "conviction"

07 raid kit

copy, paste, post. the contract is filled in automatically — and it is the only address on this page.

share card

renders a PNG with the wordmark, the cat, the live price and your current sigil. drawn in your browser, downloaded straight to disk.

08 lore wars

contested threads. anyone can argue. nobody can delete. status is enforced by the colony, not by a mod.

    09 the litterbox

    generative sigils, dug up rather than drawn. every one is deterministic — the seed is the artwork.

    /prompt/cate/litterbox seed: —
    press [ dig ] to unearth a sigil.

    same seed + same settings, same sigil, forever. g digs from anywhere.

    10 the ledger

    append-only record of everything the den has done. authored history, not a chain read — section 05 is the chain read.

    #eventdetailstate

    11 git log

    no roadmap. only commits. $ git log --oneline --graph

      12 the tech

      what's actually under the cat.

      chain

      • solana
      • spl-token
      • pump.fun curve
      • burned + renounced

      site

      • hand-written html
      • zero dependencies
      • no build step
      • strict CSP

      data

      • dexscreener api
      • solana json-rpc
      • client-side only
      • no backend

      render

      • canvas ascii rain
      • seeded sigil forge
      • canvas share cards
      • no images

      ritual

      • vim
      • tmux
      • make
      • plain text

      13 the colony

      there is no team. there is a colony. it has no leader, no mod application, and no patience for people who type "wen".

      /prompt/cate/colony/enlist.sh
      $ choose a sect

      colony size 0 signed manifests, this browser
      sect roll
        achievements

          14 faq

          ⚠ read this. CATE is a memecoin. it has no intrinsic value, no guarantee of return, and no promise of anything at all. it is not an investment, a security, or financial advice. the supply is fixed and the contract is renounced — that is the extent of what anyone can promise you. buy only what you can afford to watch go to zero, verify the contract yourself, and do your own research.

          type `help` for commands.
          cate@den:/prompt$