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
- Host: GitHub
- URL: https://github.com/ParclFinance/v3-keepers-ts
- Owner: ParclFinance
- License: mit
- Created: 2024-01-24T22:41:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T11:25:37.000Z (10 months ago)
- Last Synced: 2024-10-06T17:31:17.993Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ParclFinance/v3-keepers-ts - Example TypeScript keeper bots for parcl-v3 (TypeScript)
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. |