Skip to content
Merged
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
12 changes: 0 additions & 12 deletions content/learn/sei-giga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,6 @@ Sei Giga features an on-chain governance mechanism that enables staked SEI holde
- **Execution:** Passed proposals with sufficient quorum and approval threshold are implemented
- **Transparency:** All governance activity is publicly visible

## Transaction Fee Market (TFM)

Sei Giga implements a multi-dimensional fee market to price transactions based on their actual resource consumption:

**Resource Vector:** Each transaction $t$ has a usage vector $r_t = (r_t(\text{cpu}), r_t(\text{storage}), r_t(\text{io}), \ldots)$

**Price Vector:** The network maintains a dynamic price vector $p = (p_{\text{cpu}}, p_{\text{storage}}, p_{\text{io}}, \ldots)$

**Fee Calculation:** $\text{Fee}(t) = \sum (p_{\text{dimension}} \cdot r_t(\text{dimension})) + F_{\text{priority}}$

This approach creates more efficient resource allocation by ensuring prices accurately reflect the scarcity of each resource dimension independently.

## EVM Compatibility Details

While maintaining high compatibility with Ethereum, Sei Giga has several specific differences:
Expand Down