Update dex.md#585
Open
GordonLtron wants to merge 1 commit into
Open
Conversation
DescriptionThis PR updates the Decentralized Exchange (DEX) documentation to improve readability, technical accuracy, and alignment with industry-standard DeFi (Decentralized Finance) terminology. While the core technical logic remains unchanged, the wording has been refined to better explain the Automated Market Maker (AMM) mechanics and liquidity management.Key Changes1. Terminology ModernizationReplaced generic "Trading" descriptions with Automated Market Maker (AMM) to better reflect the underlying Bancor protocol.Updated "Funding" and "Withdrawal" sections to use Liquidity Provision and Liquidity Removal, making the documentation more accessible to DeFi users.Clarified the use of Slippage Protection regarding the expected parameter in the ExchangeTransactionContract.2. Technical PrecisionAsset Units: Explicitly highlighted the conversion between TRX and sun ($10^6$) to prevent integration errors.Burn Mechanism: Clarified that the 1024 TRX creation fee is permanently removed from circulation (burned).Math Formulas: Standardized the Bancor formula representation for better legibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Decentralized Exchange (DEX) documentation to improve readability, technical accuracy, and alignment with industry-standard DeFi (Decentralized Finance) terminology. While the core technical logic remains unchanged, the wording has been refined to better explain the Automated Market Maker (AMM) mechanics and liquidity management.
Key Changes
1. Terminology Modernization
Replaced generic "Trading" descriptions with Automated Market Maker (AMM) to better reflect the underlying Bancor protocol.
Updated "Funding" and "Withdrawal" sections to use Liquidity Provision and Liquidity Removal, making the documentation more accessible to DeFi users.
2. Technical Precision
Burn Mechanism: Clarified that the 1024 TRX creation fee is permanently removed from circulation (burned).
Math Formulas: Standardized the Bancor formula representation for better legibility.