Bitcoin-Native Meta Protocol

Assets that live
forever on Bitcoin.

ACME — Assets Coded on the Monetary Engine — solves fragmentation, verifiability, and permanence for digital assets on Bitcoin. Built for artists and developers who refuse to compromise.

SCROLL

Compatible with

UniSat Wallet
Xverse
Bitcoin L1
UTXO Set
Arweave
Witness Data
OP_RETURN
Testnet assets minted
Flexible storage methods
Launch valuation
Fixed token supply
The Protocol

Four things no other
Bitcoin protocol does together.

ACME is the first protocol to combine permanent storage, trustless proofs, incentivized indexing, and artist-grade tooling in a single system.

01
Permanent UTXO Storage
Data is embedded directly in Bitcoin's core UTXO set — replicated by every full node on Earth. When indexers shut down overnight, your assets don't disappear with them. True permanence, not a promise.
02
Merkle-Proof Verification
Anyone can verify any asset's state via Merkle proofs anchored in Bitcoin consensus itself. No custom indexer required. Zero off-chain trust — ever. Unlike Ordinals, verification is native to Bitcoin.
03
Mineable Fee Pools
A UTXO-based fee pool pays indexers only when they submit correct state. Honest indexing becomes permissionless mining — economically aligned with truth, by design.
04
Artist-First Simplicity
Powerful tech hidden behind clean, artist-friendly tools. Built-in DEX, marketplace, auctions, generative studio, and protocol-level royalties. Dead-simple on the surface, uncompromising underneath.

Features & Advantages

Everything you need.
Nothing you don't.

Every feature is designed to solve a real pain point that existing Bitcoin protocols have failed to address.

Flexible Storage
Choose from UTXO, Witness, OP_RETURN, or Arweave — or mix methods per asset, per use case. No other Bitcoin protocol offers this flexibility.
4
storage
layers
UTXO storage provides maximum durability. Witness and OP_RETURN offer cost efficiency. Arweave provides rich-media permanence. Mix freely.
Generative Studio
Create generative and recursive on-chain art directly on Bitcoin. No third-party renderer. No IPFS dependency. The art and its engine live together on-chain.
2400+
assets already
on testnet
ArtCore and Oncore curation layers let collectors browse, curate, and collect with the same polish as top Ethereum platforms.
Native DEX + Marketplace
On-chain order book, dispensers, built-in auctions, and bid/offer functions. Fully deterministic and verifiable by anyone.
ACME Cortex + Tagging
Advanced AI-assisted asset tagging and curation intelligence built directly into the protocol. Discoverability without centralized metadata.
DAO Governance
Vote on fees, royalties, and upgrades. Progressive decentralization to a fully open validator set and DAO.
Staking & BTC Rewards
50% of all BTC protocol fees distributed to stakers — direct Bitcoin rewards, not just token emissions.
Upgradable Architecture
Modular design built for future Bitcoin opcodes. Future-proof by default, not by luck.
Low FDV Entry Point
~$5M launch FDV versus hundreds of millions for comparable protocols. Early entry with maximum upside potential.

Product Preview

The MVP is built and running.

Explore the protocol interfaces live on testnet — mint assets, browse the explorer, trade on the native DEX, and create generative on-chain art in Cortex Studio.

123,140
tb1pmfsg…s74h94
Explorer2,468 assets found
Filters
Newest First
GLITCHDUCKS.ED
GLITCHDUCKS.ED
GLITCHDUCKS.ED
B123110:38
ARWEAVE
QUAQEMC2
QUAQEMC2
QUAQEMC2
B122801:92
UTXO
CONFINED
WENMOON.ED
CONFINED
B122801:45
WITNESS
TESTNET.ED
TESTNET.ED
TESTNET.ED
B122801:44
WITNESS
GLITCHDUCKS
CORNMOTOCARD
B122801:36
ARWEAVE
ARCHITECTURE
DUCKMEMES
ARCHITEXTURE
B122749:47
WITNESS
SHITCOINJESUS.ED
SHITCOINJESUS.ED
SHITCOINJESUS.ED
B122696:27
UTXO
THEMODERNFAMILY
ACMEONBTC.ED
THEMODERNFAMILY
B122696:18
UTXO
⊕ Create Asset
▣ Issue Edition
○ Token Deploy
On-chain Identifier *
ARTBYSOCKS
✦ Fun Name
↻ Random ID
3-16 chars. Uppercase A-Z and 0-9. Must start with a letter.
Description
A curated collection of generative digital art exploring cyberpunk aesthetics and Bitcoin culture.
Artwork
Artbysocks….png
197.4 KB
Storage Method
Witness (Taproot) · –508K sats
On-chain in witness data. Good balance of cost and permanence.
Cortex Relationships
✓ Artist: SOCKS✓ Collection: ARTBYSOCKS
SOCKS
ARTBYSOCKS
Live Preview
Show JSON
Collection art 1
ARTBYSOCKS
🗂 CollectionUpdateableNon-divisible
Type
Collection
Supply
1
Divisible
No
Locked
No
collectionartworkx:artbysocksx:acmex:bitcoinnft
Artist:SOCKS
Collection:ARTBYSOCKS
SOAP / ACME
Last Price
0.11123723 ACME
24h Change
↑ 11.24%
24h High
0.11123723
24h Low
0.05963724
Volume
3.64M SOAP
Trades
598
Place Order
Available: 212961.22 ACME
Buy
Sell
Price
0.00000000ACME/SOAP
Amount
0SOAP
25%
50%
75%
100%
Total
0.00000000ACME
Place Buy Order
Limit orders only. You send ACME and receive SOAP when matched.
1m
5m
15m
1h
4h
1d
0.11
Open Orders 1
Order History
Matches
Mempool 57
Pair
Side
Price
Amount
Filled
Expires
Status
THEMODERNFAMILY/BTC
Trade
0.00000002
1
0.0%
Expired
Open
Order Book
Recent Trades
Price
Amount
Total
0.1590
1.0m
291.7
0.1563
1.81K
282.4
0.1561
2.85K
445.4
0.1550
2.26K
350.7
0.1112 · Spread: 46.40%
0.0596
41.9K
2.5K
0.0200
12.5K
250
0.0100
8.2K
82
ARTCORE STUDIO
P5.JS
THREE.JS
Canvas
SVG
HTML
150+ FPS
⊕ Mint Art
▶ Run
SEED
0x6f02ea98…636e78
↻ Random
🔒 Lock
LIBRARY
P
P5.JSv1.9.0minted
3
THREE.JSv0.158min
C
CanvasNative API
S
SVGVector
H
HTMLRaw HTML/CSS
3/3 libraries minted on-chain
PARAMETERS
No parameters defined
Use acme.param() in your code
170vec3 map( vec2 p ) {
171 p *= 0.7;
172 float f = dot( fbm2( 1.0*(
173 0.05*iTime + p +
174 fbm2(-0.05*iTime+2.0*
175 (p+fbm2(4.0*p)))),
176 vec2(1.0,-1.0) );
177 float bl = smoothstep(-0.8, 0.8, f);
178 float ti = smoothstep(-1.0, 1.0, fbm(p));
179 return mix( mix(
180 vec3(0.50,0.00,0.00),
181 vec3(1.00,0.75,0.35), ti ),
182 vec3(0.00,0.00,0.02), bl );
183}
184
185void main() {
186 vec2 fragCoord = gl_FragCoord.xy;
187 vec2 p = (-iRes.xy +
188 2.0*fragCoord) / iRes.y;
189 float e = 0.005;
190 vec3 colc = map( p );
191 vec3 col = colc;
192 col += vec3(1.0,0.7,0.6)
193 *10.0*abs(2.0*gc-ga-gb);
194 col *= 1.0+0.2*nor.y*nor.y;
195 gl_FragColor = vec4(col,1.0);
196}
197</script>
198</html>
Console
Performance
Timeline
Console output will appear here…
0x6f02ea98…636e78
Generative art preview
generative art preview
RAW 5.0 KB → MIN 4.0 KB  ·  150+ FPS
On-Chain Explorer
Browse every asset across all storage layers — UTXO, Witness, Arweave, OP_RETURN — with fully verifiable provenance.
2,400+
assets indexed
on testnet
Mint & Create
Assets, editions, collections with live preview. Cortex Relationships link creators and derivatives on-chain.
4
storage layers
supported
Cortex Studio
Full generative art IDE — P5.js, Three.js, GLSL. Mint directly from the editor. Code and art live together on-chain.
150+ FPS
live render
on testnet

Market Opportunity

A proven market.
A broken infrastructure.

Bitcoin art created hundreds of millions in value between 2023–2025. But every existing protocol depends on fragile off-chain indexers that can vanish overnight.

Counterparty (XCP)
~$345M market cap
~$500M+ peak
Established
Ordinals / BRC-20
~$224M market cap
~$1.5–6B peak
Established
Runes
~$172M market cap
~$2B+ peak
Established
STAMPS / SRC-20
~$50M market cap
~$150–300M peak
Established
ACME Protocol
~$5M launch FDV
30–90x+ potential
Seed Open

Data from CoinGecko, CoinMarketCap. All figures are estimates only.

Seed Round
$1,000,000
Accepts BTC or USD
Allocation20% of supply
Launch FDV~$5,000,000
Vesting12mo lock
Fee share50% → stakers
AccessFull API access
Contact
Tokenomics

1 Billion $ACME.
Fixed supply forever.

Transparent distribution with locked allocations to align long-term incentives across investors, team, and community.

Allocation
Distribution
%
Lock-up
Seed Round
20%
12mo · 3mo cliff
Private Round
20%
6mo lock
Team / Advisors
20%
24mo lock
Marketing / Dev
20%
No lock
Integration / Liquidity
10%
No lock
Public Round
10%
No lock
Token Overview
1B $ACME
Fixed supply · No inflation
Launch FDV
~$5M
BTC Rewards
50% fees
to stakers
Utility
Gov · Staking
· Validator
Enterprise
API credits
+ discounts
Seed Round →

Interest Form

Join the
seed round.

Complete the form below and the ACME team will follow up based on your preferences. We're onboarding strategic investors, advisors, and collaborators aligned with building the Bitcoin asset standard.

Let's build together.

ACME Protocol is raising its seed round to fund protocol development, security audits, and market expansion. If you're looking to invest in the foundational infrastructure for Bitcoin digital assets, we'd love to connect.

@ACMEonBTC on X
ACMEProtocol.com

Submission received!

Thanks for your interest in ACME Protocol. The team will follow up within 1–2 business days.

Thank you for your interest in ACME Protocol, the Bitcoin native meta protocol for permanent, UTXO-secured digital assets. We're currently raising our seed round and welcome strategic investors, advisors, and collaborators aligned with building durable Bitcoin infrastructure and looking forward to hearing from you.

-ACME

What are you interested in?
Approximate investment range?
In BTC equivalent
Which role interests you?
What's your primary focus?
What is your prefer form of communication?
Almost done — your details
Your info is kept private and used only to follow up.

The window is
open now.

The next protocol delivering permanent, verifiable Bitcoin assets will own the standard — forever.

Invest in Seed Round → Follow @ACMEonBTC Request MVP Demo