Crescent Docs
  • Introduction
    • What is Crescent?
    • Crescent DEX
      • Market
      • Pool (Liquidity Pool)
      • Position
      • Order-book and Tick system
      • Hybrid DEX
      • Batch Matching
      • Sequential Matching
      • Multi-hop Swap(SlipLess Swap)
      • Ranged Liquidity
        • Comparison with Basic position
        • Liquidity Amplification Factor
        • Possibility of Change to a Single-Coin position
        • Multiple Positions in the Pool
      • Fee
      • Farming
        • Current Farming vs Legacy Farming
      • Market Maker Incentives
        • MarketMaker Apply / Incentive Claim
        • MarketMaker Scoring
    • Liquid Staking
      • Staking vs. Liquid Staking
      • Overview of Staking Rewards
      • Calculations for Staking Rewards
      • Liquid Staking Validator
    • Snowball (Liquid AMM)
      • Mint & Burn sb-Token
      • Reward Auction
        • How to Participate
    • Gas and Fees
    • Liquid Governance
    • Partnership
    • Crescent Derivatives
    • Crescent DEX (legacy)
      • Coin Pair
      • Liquidity Pool
      • Legacy Farming Rewards (LP Incentives)
      • New Farming Rewards (LP Incentives)
      • Orderbook and Tick System
      • Hybrid DEX
      • Batch Execution
      • Ranged Pools
      • Market Maker Incentives
        • MarketMaker Apply / Incentive Claim
        • MarketMaker Scoring
      • Synergy with Crescent Boost
  • Developer Guide
    • CLI and API
      • AMM module
        • CLI Reference
        • API Reference
      • Exchange module
        • CLI Reference
        • API Reference
      • LiquidStaking module
        • CLI Reference
        • API Reference
      • LiquidAmm module
        • CLI Reference
        • API Reference
  • Technical Guide
    • Market Maker
    • Farming Planner
  • Other Information
    • Network Configurations
    • Crescent Design Assets
Powered by GitBook
On this page
  • Gas Fee
  • Swap Fee
  • Pair/Pool Creation Fee
  1. Introduction

Gas and Fees

Gas Fee

Gas is a unit of computational cost for processing a transaction. This has two main purposes in that it enables to make sure transactions not consuming too much computational resources and to prevent unnecessary spamming from the users.

Gas fee is calculated by

GasFee=GasAmount×GasPrice.Gas Fee = Gas Amount \times Gas Price.GasFee=GasAmount×GasPrice.

The minimum amount of Gas Amount is determined according to the transaction. There are the recommendations of Gas Amount for the kinds of transactions. For example, for a transaction of deposit and claim, the recommended gas is 200,000while 3,000,000 is recommended for liquid staking.

Any transaction that does not meet both the minimum Gas Amount and the minimum Gas Fee will not be processed. The minimum Gas Fee in Crescent Network is set by each validator, where only transactions including more than the minimum Gas Fee will be included in a block proposed by the validator.

Swap Fee

Swap fees for takers and makers vary by market. These values can be changed through governance proposal.

Pair/Pool Creation Fee

No position creation fees. Users can move from position to position as they want.

PreviousHow to ParticipateNextLiquid Governance

Last updated 1 year ago