Core Contracts
The core contracts of the XKeeper project are the backbone of the framework. They can be used to generate new vaults, manage balances and approve and revoke permissions for callers and relays.
Core Contracts
-
The
AutomationVault
contract manages on-chain job execution with relays, streamlining payment and serving as a core component in user-friendly on-chain automation. -
The
AutomationVaultFactory
contract is responsible for deploying new instances of automation vaults.
For more detailed information about each contract, please refer to the respective documentation pages.
For more technical details about the interfaces of the core contracts, please refer to the Interfaces
section in the technical documentation.
⚠️ Please note that the code has not been audited yet, so use it with caution.