System parameters

How to read and write vires.finance governance proposals

There're 4 main categories of parameters:

  • Wire-up configuration

  • Asset parameters

  • Staking parameters

  • Governance and Voting parameters

  • Special parameters

All the parameters are stored in 3PJ1kc4EAPL6fxuz3UZL68LPz1G9u4ptjYT.

How to create a proposal

To create a new configurational proposal, one needs to create a valid data transaction with from the configuration address(public key as shown below)

{
  "senderPublicKey": "3gQ8QUfoGQW6YVuhUv3zuqsbmxbV5F2FAuDXJqVKD6C9",
  "data": [
    {
      "type": "integer",
      "value": "700",
      "key": "DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t_ReserveFactor"
    },
    // etc, many params at once
  ],
  "feeAssetId": null,
  "proofs": [],
  "fee": 5000000,
  "type": 12,
  "version": 2,
  "timestamp": 1644858113777,
}

Please find the list of active configuration parameters below. Current values might vary from what the ones in the examples below.

Wire-up Configuration

Asset Parameters

Staking

Governance and Voting parameters

Last updated

Was this helpful?