UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

8 lines 498 B
import { RiskLevel } from '../constants.js'; export declare function formatUSD(value: number): string; export declare function assessRisk(apy: number): RiskLevel; export declare function getChainName(chainId: number): string; export declare function calculateProjectedEarnings(amount: number, apy: number, days: number): number; export declare const chainIdMap: Record<string, number>; export declare function getProjectFilter(protocol: string): string | null; //# sourceMappingURL=helpers.d.ts.map