A correction by mint · Devnet · Sincere
free the clit
The public ledger has gone heavy in one direction. clitcoin (CLIT) is the asymmetry, named.
- 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 ↗
§0 — Manifesto
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.
§1 — What this is
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.
§2 — How it 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.
-
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.
-
On-chain
TokenMetadataName, 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.
-
Off-chain JSON
The
urifield 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. -
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.
§3 — Disclaimer
- This is a prototype. It is published for educational and illustrative purposes.
- It runs on Solana devnet. No mainnet deployment is planned or implied.
- The token has no monetary value, no liquidity, and no exchange listing.
- It is not a security, not an investment, and not a financial instrument. Nothing here is financial advice.
- There is nothing to buy, nothing to claim, no presale, no airdrop registration, no allowlist.
- If a third party claims to sell this token or a related token, they are not affiliated with this project.
§4 — Colophon
- Hosting
- Self-hosted on GKE
- Typeface
- JetBrains Mono
- Build
- Hand-written HTML, no framework