πŸ”PK Management

The relationship between the Token Manager, the Modules, and the Private Crypto Endpoint.

These components work together to play self-custody automation trading. Token Managers hold their own assets and control their own private keys. Self-custody is achieved through the use of decentralized vaults. The Private Endpoint A network interface that combines a private key docker with an RPC endpoint. Deployed on the client side, allows the token manager to manage Private Keys while the Dexer Data Warehouse takes care of the transaction timings with no funds access.

Smart Contracts Hardcoding trading variables inside smart contracts help set onchain conditions and parameters. Using the ERC20 Solidity allowance function, the modules automatically execute trades on the client's behalf.

Last updated