|
Launch, trade, provide liquidity, and mine meme assets on Linera
|
MicroMeme is a Linera-native meme market stack. The product goal is to combine simple meme launch, AMM trading, liquidity, mineable meme token mechanics, market data, and portfolio views.
The target is a full meme asset lifecycle on Linera:
- Create a meme token.
- Bootstrap a market.
- Trade through AMM pools.
- Add and manage liquidity.
- Participate in mining-enabled issuance where supported.
- Monitor prices, volume, positions, fees, and protocol activity from parsed chain facts.
MicroMeme has four product layers.
proxy/ and meme/ coordinate meme creation, token state, mining configuration, and creation-time pool initialization.
swap/ owns pool catalog and routing-facing registry state. pool/ owns per-market AMM execution, reserves, LP accounting, and the target funding/claim accounting model.
meme/ owns mining state and reward semantics. service/miner/ is an operational worker that submits mining operations; it is not product accounting truth.
service/kline/ provides market data and portfolio-facing APIs such as transactions, candles, positions, volume, TVL, and protocol activity.
meme/: meme token, balances, mining, redemption, and token-side transfer logicswap/: pool catalog, pool creation, and router-facing registry statepool/: AMM execution, reserves, liquidity, positions, and funding/claim target logicproxy/: meme creation orchestration and governance/product coordinationams/: application indexing and discovery supportblob-gateway/: blob registration and metadata supportservice/kline/: market data, positions, candles, transactions, stats, and realtime APIsservice/miner/: mining worker servicewebui-v2/: current primary frontenddocker/: local compose deployment scriptsk8s/: Kubernetes deployment assetsagents/: assistant-facing rules, primitives, runbooks, and the only task boarddocuments/: human-facing summaries, plans, and historical design notes
Canonical assistant-facing task and implementation guidance lives under agents/:
Human-facing documents live under documents/. These are summaries or planning notes; they are not the task source.
