Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@ Same as the same gas token scenario, but uses the gas price from the batch posti
- Creates exchange rate risk
- Should NOT set artificially high exchange rate for profit

### 4. Monitoring Tool Requirements

#### Purpose:

Detect if operators have misconfigured the L1 base fee mechanism (using it for profit by manipulating exchange rates)

#### Cost Calculation (Same for All Revenue Methods):

- Parent chain tokens spent = gas used × gas price (from batch posting report)
- Plus percentage for exchange transaction costs

#### Revenue Calculation Methods:

#### Method 1 - Exchange Rate Analysis (Parent Chain Only):
Expand Down Expand Up @@ -121,8 +110,6 @@ Detect if operators have misconfigured the L1 base fee mechanism (using it for p

**If both criteria are met → indicates misconfiguration**

### Implementation Details:

#### Exchange Rate Sources:

- Use third-party sources for "ideal" exchange rates (e.g., CoinGecko, CoinMarketCap, etc.)
Expand Down