跳到主要内容

Fee Architecture

This page provides a comprehensive overview of all fees across the Monolythium protocol, from Layer 1 transaction fees to DeFi-level protocol fees.

Fee Flow Overview

                          +-----------------------+
| User Transaction |
+-----------+-----------+
|
+-----------------+-----------------+
| |
Layer 1 Gas Fee DeFi Protocol Fee
| |
+--------+--------+ +-----------+-----------+
| | | | |
90% Burn 10% Proposer MonoPump Fee DEX Fee Other Fees
| | | | |
v v v v v
[Permanent [Block [Referral [LP Pool] [FeeCollector]
Removal] Proposer] Contract] |
| +--------+--------+
+------+------+ | |
| | 50% Burn 50% Treasury
5% Referrer Remainder | |
| | v v
v v [0x...dEaD] [Treasury Wallet]
[Referrer] [FeeCollector]
|
+------+------+
| |
50% Burn 50% Treasury

Layer 1: Transaction Fees

Every transaction on Monolythium pays gas fees handled by the x/mono chain module:

SplitDestinationPurpose
90%Burn (permanent removal)Deflationary pressure
10%Block ProposerValidator reward

This fee model makes LYTH deflationary in proportion to network usage. See the Fee Model page for gas pricing details.

MonoPump: Bonding Curve Fees

MonoPump is the token launchpad using bonding curves. It collects fees on every trade.

Buy Fee

A flat platform fee is applied to every token purchase:

ParameterValue
Platform Fee200 bps (2%)
Maximum Configurable1,000 bps (10%)
Max Buy Per Transaction100 LYTH

The buy fee flow:

Buy Amount (e.g., 1 LYTH)
|
+--- 2% Platform Fee (0.02 LYTH) ---> Referral Contract
| |
| +------+------+
| | |
| 5% Referrer Remainder
| (0.001) (0.019)
| | |
| v v
| [Referrer] [FeeCollector]
|
+--- 98% Net Amount (0.98 LYTH) ---> Bonding Curve

If no Referral contract is configured, the full fee goes directly to the FeeCollector.

Sell Tax (Decaying)

Sell transactions incur a decaying tax that starts high and decreases linearly to zero:

ParameterValue
Initial Sell Tax2,000 bps (20%)
Decay Duration7 days
Maximum Configurable3,000 bps (30%)
Maximum Decay Duration30 days

The decay formula:

Remaining Tax = Initial Tax * (Duration - Elapsed) / Duration

After the full decay period, the sell tax is zero. This mechanism discourages early dumping while allowing free trading over time.

Graduation Fee

When a bonding curve token reaches its graduation threshold (default: 10 LYTH raised), liquidity migrates to MonoSwap DEX. A graduation fee is deducted:

ParameterValue
Graduation Fee150 bps (1.5%) of total raised

The graduation fee is sent to the FeeCollector. The remaining funds are paired with tokens as initial DEX liquidity. LP tokens are burned (sent to 0x...dEaD) to lock liquidity permanently.

DEX: MonoSwap Fees

MonoSwap is a Uniswap V2-style decentralized exchange.

ParameterValue
Swap Fee0.3% per swap
Fee RecipientLiquidity Providers (LPs)

DEX swap fees go entirely to liquidity providers and are not protocol revenue. The MonoFactory can optionally route a portion to the FeeCollector via the feeTo address.

LP Farming Rewards

LPFarming distributes reward tokens from a pre-funded vault to LP stakers. This is not a fee but an incentive mechanism.

ParameterValue
Reward Rate0.01 LYTH per second (configurable)
DistributionProportional to LP stake and pool allocation

FeeCollector: Burn/Treasury Split

The FeeCollector is the central routing contract for all protocol fees. It splits incoming fees between a burn address and the treasury.

SplitDestinationAddress
50%Burn0x000000000000000000000000000000000000dEaD
50%Treasury0x8Eaf92Eb6a7c48b95998F7C1df79402F3cC8BFa2

The FeeCollector supports both native LYTH and ERC-20 tokens:

  • distributeNative() -- distributes accumulated native LYTH
  • distribute(IERC20 token) -- distributes accumulated ERC-20 tokens

The burn/treasury split is configurable by the owner (range: 0-100% burn).

Referral: Fee Sharing

The Referral contract intercepts platform fees and distributes rewards to referrers before forwarding the remainder.

ParameterValue
Referral Reward500 bps (5%) of the fee sent to the contract
Maximum Configurable1,000 bps (10%)

See the Referral Program page for details.

Pro Access: Subscription Revenue

Pro Access subscriptions are paid in native LYTH and forwarded directly to the treasury via the ProAccessRouter.

TierPrice
Basic10 LYTH
Standard30 LYTH
Premium50 LYTH
Elite80 LYTH

Pro Access revenue does not pass through the FeeCollector and is not subject to the burn split. See the Pro Access page for details.

Agent Launch: Launch Fee

Launching an AI agent with a token via AgentLaunchpad incurs a launch fee:

ParameterValue
Launch Fee0.01 LYTH

The launch fee is forwarded to the FeeCollector and subject to the 50/50 burn/treasury split.

AgentArena: Hosting Fee

Tournament creators set a hosting fee (up to 10%) deducted from the prize pool at finalization:

ParameterValue
Maximum Hosting Fee1,000 bps (10%) of total prize pool

The hosting fee is sent to the FeeCollector.

Complete Fee Summary

SourceFeeDestination
L1 TransactionsGas fees90% burn / 10% proposer
MonoPump Buy2%Referral -> FeeCollector
MonoPump Sell20% -> 0% (7d decay)Referral -> FeeCollector
MonoPump Graduation1.5%FeeCollector
DEX Swap0.3%Liquidity Providers
Agent Launch0.01 LYTH flatFeeCollector
Arena HostingUp to 10% of prize poolFeeCollector
Pro Access10-80 LYTHTreasury (direct)
FeeCollectorInternal split50% burn / 50% treasury

Treasury

The protocol treasury address:

0x8Eaf92Eb6a7c48b95998F7C1df79402F3cC8BFa2

The treasury receives 50% of all fees routed through the FeeCollector, plus 100% of Pro Access subscription payments.