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

     1  {
     2      "botConfigs": [
     3          {
     4              "host": "127.0.0.1:17273",
     5              "baseID": 60,
     6              "quoteID": 0,
     7              "cexCfg": {
     8                  "name": "Binance"
     9              },
    10              "baseWalletOptions": {
    11                  "multisplit": "true"
    12              },
    13              "quoteWalletOptions": {
    14                  "multisplit": "true",
    15                  "multisplitbuffer": "5"
    16              },
    17              "rpcConfig": {
    18                  "alloc": {
    19                      "dex": {
    20                          "60": 1000000000,
    21                          "0": 10000000
    22                      },
    23                      "cex": {
    24                          "60": 1000000000,
    25                          "0": 10000000
    26                      }
    27                  }
    28              },
    29              "arbMarketMakingConfig": {
    30                  "cexName": "Binance",
    31                  "buyPlacements": [
    32                      {
    33                          "lots": 3,
    34                          "multiplier": 2
    35                      },
    36                      {
    37                          "lots": 3,
    38                          "multiplier": 2
    39                      }
    40                  ],
    41                  "sellPlacements": [
    42                      {
    43                          "lots": 3,
    44                          "multiplier": 1
    45                      },
    46                      {
    47                          "lots": 2,
    48                          "multiplier": 1
    49                      }
    50                  ],
    51                  "profit": 0.01,
    52                  "driftTolerance" : 0.001,
    53                  "orderPersistence": 10
    54              }
    55          }
    56      ],
    57      "cexConfigs": [
    58          {
    59              "name": "Binance",
    60              "apiKey": "",
    61              "apiSecret": ""
    62          }
    63      ]
    64  }