7.3.4. Automated Order Placement on DEX
To implement the functionality described in section 3.13, a bot has been developed that facilitates the placement of limit orders on DEX platforms according to the token distribution outlined in the chapter "Geometric Progression of Token Distribution." The bot is implemented in Java and Python, depending on the tools provided by the exchange itself. For exchanges utilizing a standard REST API, functionality is written in Java. Alternatively, if the exchange offers ready-made Python libraries, bots written in Python are used.
The token distribution algorithms for this service are uploaded once into storage and do not require changes, as the distribution metrics are fixed. The bot operates within the constraints of the exchange, placing a limited number of orders per account. To address these limitations, support for multiple accounts and fund distribution across them has been implemented.
Last updated