For Projects and Traders
Initial Configuration: Users securely set up their credentials, including wallet private keys and exchange API secrets, in the Signer, a user-hosted service that ensures privacy and control. Users also configure rule-based risk control parameters in the Signer to determine if transactions can be auto-signed or if they require manual approval.
Bot Activation: Users choose a market-making algorithm and activate the corresponding bot already available in the cloud.
Data Subscription: The market-making bot begins to receive market data and user position information from either centralized or decentralized exchanges.
Signature Requests: Based on its programmed algorithm, the bot requests order signatures from the Signer whenever it needs to place an order.
Review and Approval: The Signer authenticates incoming requests and applies the predefined risk control rules. Depending on the risk assessment, it will automatically approve and sign the request, forward it to the user for manual review, or reject the transaction outright.
Order Execution: Once a signature is received, the market-making bot places the order on the relevant exchange.
Last updated