An open API service indexing awesome lists of open source software.

https://github.com/ParclFinance/v3-keepers-ts

Example TypeScript keeper bots for parcl-v3
https://github.com/ParclFinance/v3-keepers-ts

Last synced: 5 months ago
JSON representation

Example TypeScript keeper bots for parcl-v3

Awesome Lists containing this project

README

        



v3-keepers-ts


Example parcl-v3 keeper bots written in TypeScript.

## Alpha Software

These example keepers are in alpha. Keepers may contain bugs.

## Development

Pull requests welcome. Please reach out in the discord dev channel with any questions.

## Keepers

| Keeper Name | Info |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Liquidator | Watches margin accounts for liquidatable accounts and accounts currently in liquidation. If an account is found, then the service attempts to liquidate the account. Liquidator's margin account earns the liquidation fee rate applied to the total notional liquidated amount. |
| Settler | Watches settlement requests and processes the mature requests. Each settlement request has a optional tip that goes to the settler keeper. |