01 / INTRODUCTION
What is Hookscribe?
Hookscribe is an inscription and fair-launch token protocol built around Uniswap v4 hooks.
It enables anyone to permanently inscribe data - text, images, SVG, code, HTML, JSON, or any file - directly on-chain using EVM transactions.
Hookscribe also introduces HOOK-20, a fungible token standard whose minting, pricing, and fair-launch rules are governed by Uniswap v4 hook logic — open minting on a bonding curve with built-in anti-bot fees.
Inscriptions are permanent, open, and indexed by the Hookscribe Explorer.
[001] How It Works
Hookscribe records arbitrary data on-chain through transaction calldata, while HOOK-20 token economics are driven by Uniswap v4 hook callbacks that fire around pool and mint actions.
Inscriptions can be simple raw data such as text, SVG, images, or structured JSON for NFT collections and HOOK-20 tokens.
Every valid inscription is indexed, rendered, and displayed inside the Hookscribe Explorer.
Once confirmed on-chain, the inscription becomes a permanent artifact.
{
"p": "hook-20",
"op": "deploy",
"tick": "HOOKS",
"max": "21000000",
"lim": "420"
}$HOOKS is the first HOOK-20 token. Each mint issues 1,000 tokens on a bonding curve that starts at 0.00025 ETH and climbs to ~0.0025 ETH as the supply fills.
[002] Key Features
On-Chain Inscriptions: Data is written directly into EVM transactions, without relying on external storage like IPFS.
Fair Launch Mechanics: No pre-mines, no private allocations, no whitelist advantage. Every user mints under the same bonding-curve rules.
Uniswap v4 Hook Integration: HOOK-20 launches attach custom v4 hook logic that enforces bonding-curve pricing, fees, and fair-launch rules at the protocol level.
Raw Inscriptions: Users can inscribe raw data directly. Text, SVG, images, JSON, HTML, and code can be written on-chain.
HOOK-20 Fungible Tokens: Deploy, mint, and transfer tokens with bonding-curve pricing driven by Uniswap v4 hooks. Tickers are first come, first served; enforced fees curb spam and bot abuse.
02 Creating an Inscription
To create an inscription on Base, you need a Base-compatible wallet with enough ETH or Base testnet gas for transaction fees.
Steps: Connect your wallet on the Hookscribe Inscribe page. Choose your format: text, image, SVG, JSON, HTML, or file upload. Upload or paste your content. Review the platform fee and network gas. Click Inscribe. Your wallet signs the transaction. Wait for Base confirmation. Your inscription becomes permanently stored on-chain.
03 Supported Formats
Maximum size may be constrained by Base transaction limits and gas costs.
Last updated: MAR 25, 2026
Next: How It Works
Hookscribe is an experimental protocol - not a financial product. No returns should be expected.
04 Fees & Costs
Hookscribe uses a hybrid fee model.
Raw inscriptions are kept simple and accessible, while HOOK-20 token operations require enforced fees to reduce spam and bot activity.
Inscriptions
Raw inscriptions are visible in the Hookscribe Explorer once indexed. The indexer is open and reads valid Hookscribe inscription data from Base transactions.
HOOK-20 Tokens
HOOK-20 fees are strictly enforced. Operations without the correct fee are ignored by the indexer. This prevents bots from minting entire supplies for free.
Other
All fee-based operations are handled through protocol-recognized transactions. If a transaction fails, the operation is not indexed.
05 Protocol Specification
All Hookscribe operations use Base transactions with structured protocol payloads.
Protocol identifier:
{
"p": "hookscribe"
}For HOOK-20 tokens:
{
"p": "hook-20"
}06 Operations
Example: Inscribe Operation
{
"p": "hookscribe",
"op": "inscribe",
"type": "image/svg+xml",
"name": "My First Hookscribe",
"data": "<svg>...</svg>"
}Example: Transfer Operation
{
"p": "hookscribe",
"op": "transfer",
"symbol": "HOOKS",
"id": "42",
"to": "0x0000000000000000000000000000000000000000"
}07 HOOK-20 Token Standard
HOOK-20 is a fungible token standard on Base, inspired by BRC-20 on Bitcoin.
Anyone can deploy and mint tokens using structured Hookscribe JSON payloads.
Key Rules: Ticker is 4-5 uppercase letters (A-Z), first come first served, first valid deploy claims ticker forever, fixed 8 decimals, deploy/mint/transfer fees enforced, operations without required payment ignored, fair launch only, no pre-mines.
08 Deploy a HOOK-20 Token
Create a new fungible token.
Fee: 0.00015 ETH / Base gas equivalent
{
"p": "hook-20",
"op": "deploy",
"tick": "HOOKS",
"max": "21000000",
"lim": "420"
}If the ticker already exists or the required fee is not paid, the deploy is ignored by the indexer.
09 Mint HOOK-20 Tokens
Mint tokens from an existing deployment.
Fee: 0.00015 ETH / Base gas equivalent per mint
{
"p": "hook-20",
"op": "mint",
"tick": "HOOKS",
"amt": "420"
}Validation Rules: ticker must exist, amount must be less than or equal to mint limit, total minted supply must not exceed max supply, required mint fee must be paid, and transaction must be valid on Base.
Anti-Bot Design: every mint requires a protocol fee. This makes large-scale bot minting expensive and helps keep launches fair for normal users.
10 Transfer HOOK-20 Tokens
Send HOOK-20 tokens to another address.
Fee: 0.0005 ETH / Base gas equivalent
{
"p": "hook-20",
"op": "transfer",
"tick": "HOOKS",
"amt": "500",
"to": "0x0000000000000000000000000000000000000000"
}The indexer verifies the sender's balance using the transaction sender address. You can only transfer tokens you own.
11 Transfer Inscriptions
Transfer ownership of any Hookscribe inscription - text, SVG, image, JSON, HTML, or code - to another wallet.
Use the inscription ID from the Hookscribe Explorer.
{
"p": "hookscribe",
"op": "transfer",
"id": "442",
"to": "0x0000000000000000000000000000000000000000"
}Only network gas is required unless the protocol defines an additional transfer fee. The indexer verifies ownership from the transaction sender. You can only transfer inscriptions you own.
12 Marketplace
The Hookscribe Marketplace allows listing, buying, and trading inscriptions. All marketplace actions are represented through on-chain Hookscribe operations and indexed by the protocol.
v1: OTC Trading - transfers are peer-to-peer. Buyers and sellers coordinate off-chain through Discord, Telegram, X, or other channels, then settle ownership on-chain.
v2: Escrow Marketplace (coming soon) - list to buy flow with escrow-style verification. The buyer pays, the indexer verifies payment, and ownership transfers according to marketplace rules.
Disclaimer: Hookscribe is an experimental inscription and token protocol built for Base. It is not a financial product. HOOK-20 tokens are experimental assets. No profit, return, or future value should be expected.