@agentek/tools
Version:
Blockchain tools for AI agents
13 lines • 613 B
TypeScript
import { BaseTool } from "../client.js";
/**
* Export an array of tools for slow transfer protocol.
* LINK: https://github.com/z0r0z/slow
* SLOW is a protocol that adds safety mechanisms to token transfers through two powerful features:
*
* Timelock: Enforces a waiting period before recipients can access transferred tokens
* Guardian: Optional trusted party that can approve or block transfers
* Think of it as a security-enhanced way to transfer ETH and ERC20 tokens with built-in protection mechanisms.
*
*/
export declare function slowTransferTools(): BaseTool[];
//# sourceMappingURL=index.d.ts.map