gator-cli

Manage EIP-7702 smart accounts and ERC-7710 delegations via gator-cli.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/sisirpdl/agentpay --skill gator-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gator-cli
Source: https://github.com/sisirpdl/agentpay/tree/main/skills/gator-cli
Command: npx skills add https://github.com/sisirpdl/agentpay --skill gator-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of EIP-7702 smart accounts, enabling users to upgrade existing accounts, manage delegations, and inspect balances efficiently.

Core Features & Use Cases

  • Account Management: Initialize, upgrade, and inspect smart accounts.
  • Delegation Operations: Grant, redeem, and revoke ERC-7710 delegations for various token types and function calls.
  • Balance Inspection: Check native and ERC-20 token balances.
  • Use Case: Securely grant a limited spending allowance for a specific ERC-20 token to a third-party application without giving away full control of your assets.

Quick Start

Initialize a new gator-cli profile for the base sepolia network.

Frequently Asked Questions about gator-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade an EOA to an EIP-7702 smart account?

To upgrade an EOA to an EIP-7702 smart account, you use the gator-cli tool to initialize a profile and execute an account upgrade. This process transitions your externally owned account into a smart contract account.

How can I grant limited ERC-20 spending allowances without losing full asset control?

You can grant limited ERC-20 spending allowances by creating ERC-7710 delegations with specific scope and action types. This restricts third-party applications to authorized token interactions without yielding full account control.

Do I need the gator CLI binary installed to manage EIP-7702 smart accounts?

Yes, you must have the gator CLI binary installed and configured with RPC URLs. Optional delegation storage credentials are also required depending on your specific delegation workflows.

What is the process for checking native and ERC-20 token balances on upgraded accounts?

The process for checking balances involves running the balance inspection feature of the gator-cli tool. This allows you to verify native and ERC-20 token balances directly on your EIP-7702 smart accounts.

Can I revoke an active ERC-7710 delegation if a third-party application is compromised?

Yes, you can revoke active ERC-7710 delegations using the gator-cli tool. This immediately terminates the granted scope and actions, securing your smart account from unauthorized access.