Skip to main content

Governance

DEGENX DAO LogoDEGENX DAO Logo

Propose Tokenomics Change

info

This area will help you to understand what tokenomics can be changed and the impact it would have.

Contract Functions

A proposal can include changes to various DGNX tokenomics, such as the following fuctions in the DGNXControllerV2 Contract: 0x223b26cc3d0154ee9b625e94eb194940a8ca3867

FunctionUseCurrent ValueCurrent %
setBackingTaxChange to Liquidity Backing tax. This tax is sent to 0x31...5202 address. This is a tax on buys/sells of DGNX.100.1
setBurnTaxChange to Burn tax. This tax is sent to 0x00...dEaD address. This is a tax on sells of DGNX.100.1
SetInvestmentFundTaxChange to Investment Fund tax. This tax is sent to 0x82...DAe8 address. This is a tax on buys/sells of DGNX.00
setLiquidityTaxChange to Liquidity Booster tax. This tax is currently sent to TraderJoe DGNX/WAVAX LP. This is a tax on buys/sells of DGNX.00
setMarketingTaxChange to Marketing tax. This tax is sent to 0x16...4643 address. This is a tax on buys of DGNX.100.1
setPlatformTaxChange to Platform Development tax. This tax is sent to 0xcA...1B10 address. This is a tax on buys/sells of DGNX100.1

Value Ranges:

When specifying new values, ensure they are within the allowed range (0-500, with 500 representing a 5% tax). This applies to all tax-related functions mentioned.

Examples

Function to change Marketing tax to 3%

Signature:
setMarketingTax (unit256)

Calldatas:
unit256: 300

Target:
0x223b26cc3d0154ee9b625e94eb194940a8ca3867

Value:
0

Function to change Platform tax to 1%

Signature:
setPlatformTax (unit256)

Calldatas:
unit256: 100

Target:
0x223b26cc3d0154ee9b625e94eb194940a8ca3867

Value:
0
info

In each of the examples shown and for all tokenomics changes the target contract should be the DGNXv2Controller - 0x223b26cc3d0154ee9b625e94eb194940a8ca3867