decred.org/dcrdex@v1.0.5/client/mm/sample-basic.json (about)

     1  {
     2      "botConfigs": [
     3          {
     4              "host": "127.0.0.1:17273",
     5              "baseID": 60,
     6              "quoteID": 0,
     7              "baseWalletOptions": {
     8                  "multisplit": "true"
     9              },
    10              "quoteWalletOptions": {
    11                  "multisplit": "true",
    12                  "multisplitbuffer": "5"
    13              },
    14              "rpcConfig": {
    15                  "alloc": {
    16                      "dex": {
    17                          "60": 1000000000,
    18                          "0": 10000000
    19                      },
    20                      "cex": {
    21                          "60": 1000000000,
    22                          "0": 10000000
    23                      }
    24                  }
    25              },
    26              "basicMarketMakingConfig": {
    27                  "gapStrategy": "percent-plus",
    28                  "sellPlacements": [
    29                      {
    30                          "lots": 1,
    31                          "gapFactor": 0.02
    32                      },
    33                      {
    34                          "lots": 1,
    35                          "gapFactor": 0.04
    36                      },
    37                      {
    38                          "lots": 3,
    39                          "gapFactor": 0.06
    40                      }
    41                  ],
    42                  "buyPlacements": [
    43                      {
    44                          "lots": 1,
    45                          "gapFactor": 0.02
    46                      },
    47                      {
    48                          "lots": 2,
    49                          "gapFactor": 0.04
    50                      },
    51                      {
    52                          "lots": 1,
    53                          "gapFactor": 0.06
    54                      }
    55                  ],
    56                  "oracleWeighting": 0,
    57                  "emptyMarketRate": 0.005
    58              }
    59          }
    60      ]
    61  }