freetheclit.com Document FTC-001 / Rev. A / Devnet

A correction by mint · Devnet · Sincere

free the clit The public ledger has gone heavy in one direction. clitcoin (CLIT) is the asymmetry, named.

Hand-drawn sketchbook page with marker doodles exploring the project's visual language
Fig. 0 — From the project notebook. Markers, cream paper, no plan.
clitcoin token mark
Fig. 1 — Token mark.
Standard
SPL Token-2022
Network
Solana — devnet
Mint address
Dv9jtJ1cU1ffZYkQyaWyGnWyY4t6cZhaYbLynJ6UczCc
Mint authority
CDRobLqHZ94dV1FwXzhKnK3TuyawWbPfSzEUYfbDGnwk
Decimals
6
Initial supply
1,000,000 CLIT
On-chain status
Live on devnet
Explorer
explorer.solana.com ↗

The ledger is one-sided. We noticed.

Every token mark, every gas-station mascot, every chain-native in-joke draws from the same anatomical well. Half the population is statistically absent on-chain. We are not asking nicely.

We are minting the other half.

clitcoin is the name. CLIT is the ticker. FTC is the shorthand. The mint is real. Devnet is the venue. The point is the record.

No presale. No allowlist. No promise. No price. The asymmetry is the artifact and the artifact is permanent.


free the clit is a correction by mint. Look at any major token mark, mascot, gas-station meme: the same anatomical default, over and over, treated as universal. The other half of the population is statistically absent on-chain. clitcoin (ticker CLIT, project shorthand FTC) puts that other half on the ledger.

The technical premise is straightforward and load-bearing. clitcoin is a working example of the Solana Token-2022 program. It demonstrates how a token can carry its own metadata on-chain via program extensions, rather than depending on an external registry. It is a real token, in the same sense that any devnet token is real.

The political premise is sharper. The clit is the canonical organ of pleasure for half of humanity and receives, by every measurable axis, a fraction of the cultural attention given to its counterpart. That disproportion is the artifact of a default. This token does not fix the default. It names it on a ledger that does not forget.

The token has no liquidity, no exchange, no market, and no intended utility beyond the demonstration. It is deployed to Solana devnet, which is a test network. Tokens on devnet are not transferable to mainnet and have no monetary value. None of this is investment advice. None of this is for sale.

The name is not the joke. The disproportion is. The implementation is sincere. The record stands.


The mint is real. The standard is real. Every line below is something the chain confirms, not something we are asking you to take on faith.

  1. Metadata-pointer extension

    A Token-2022 mint can declare an account that holds its metadata. Here the mint points to itself, so the metadata lives on the mint account directly.

  2. On-chain TokenMetadata

    Name, symbol, URI, and additional key/value fields are stored on-chain in the mint account. No external token-list PR is required for a wallet to learn the token's identity.

  3. Off-chain JSON

    The uri field references a small JSON document (image, description, attributes) pinned at a static URL recorded on-chain at mint time. The pattern mirrors NFT metadata conventions, applied to a fungible token.

  4. Transfer hooks (capability, unused)

    Token-2022 supports a transfer-hook extension that can invoke a program on every transfer. This token does not configure one. It is mentioned here only because it is the most interesting capability the standard adds, and the natural follow-on demonstration.



Hosting
Self-hosted on GKE
Typeface
JetBrains Mono
Build
Hand-written HTML, no framework