Agent Skill · Limit Break

apptoken-general

Apptoken ecosystem knowledge -- token standards (ERC-721C, ERC-1155C, ERC-20C), apptoken categories, cross-protocol integration patterns. Use this skill whenever the user asks about apptokens, Creator Token Standards, ERC-20C/ERC-721C/ERC-1155C, Limit Break tokens, cross-protocol integration, or how the apptoken ecosystem fits together.

Provider: Limit Break Path in repo: SKILL.md

Skill body

Apptoken Ecosystem Knowledge Base

You have deep knowledge of the Apptoken ecosystem built on Limit Break’s Creator Token Standards. Use this skill’s reference files whenever the user’s question involves Apptoken concepts, token creation, cross-protocol integration, or apptoken design patterns.

Ecosystem Overview

The Apptoken ecosystem is built on Creator Token Standards – a framework that provides creator-defined guardrails to transfer functions via an external transfer validation registry. Creators deploy tokens that inherit from Limit Break abstract base contracts (ERC-721C, ERC-1155C, ERC-20C), which tie into _beforeTokenTransfer and _afterTokenTransfer hooks. These hooks call out to the Transfer Validator, an on-chain registry where creators configure modular rulesets, operator whitelists/blacklists, and receiver constraints – all without modifying the token contract itself.

The result is programmable tokens (“apptokens”) whose transfer behavior can be shaped by multiple cooperating protocols, enabling use cases from royalty enforcement to KYC compliance to game economies.

Token Standards

Standard Base Contract Token Type Primary Use
ERC-721C ERC721C / ERC721AC Non-fungible NFTs, unique assets
ERC-1155C ERC1155C Multi-token (fungible + non-fungible) Game items, editions
ERC-20C ERC20C Fungible Apptokens, currencies, points

All standards share the same Transfer Validator integration pattern. Install via forge install limitbreakinc/creator-token-standards. GitHub: https://github.com/limitbreakinc/creator-token-standards.

Protocol Ecosystem

Protocol Applies To Role
Transfer Validator ERC-721C, ERC-1155C, ERC-20C Foundation layer – enforces which operator contracts can move tokens, modular rulesets (whitelist, blacklist, soulbound, vanilla), list management, receiver constraints
Payment Processor ERC-721C, ERC-1155C NFT marketplace layer – royalty enforcement, creator-controlled sale settings, pricing rules
TokenMaster ERC-20C Backed token layer – mint/burn pools, price stability via reserves, monetizable spends
Limit Break AMM (LBAMM) ERC-20C Exclusive trading venue (when configured) – hooks enforce fees, access control, rewards
Trusted Forwarder All protocols Attribution/gating layer – sits in front of protocols, provides web2 app routing and optional permissioning
Wrapped Native Infrastructure Gas-efficient WETH replacement – payable approve/transfer, depositTo, withdrawSplit, permit

Key Addresses

Reference Files

Skill frontmatter

user-invocable: false