lista-vaults

Automate deposits, redemptions, and withdrawals for Lista DAO ERC-4626 vaults on BSC.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill lista-vaults
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lista-vaults
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/lista-vaults
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill lista-vaults

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lista vaults on BSC are complex to manage manually, requiring precise steps for deposits, redemptions, and withdrawals, which increases risk and time.

Core Features & Use Cases

  • End-to-end vault interactions: deposit, redeem, and withdraw from ERC-4626 vaults using simple commands.
  • On-chain workflow guidance: step-by-step instructions ensure wallet, balance, and vault state validations prior to execution.
  • Use Case: automate routine vault operations across different vaults and zones on BSC, minimizing errors and oversight.

Quick Start

Run purr lista deposit --vault <vault_address> --amount-wei <amount> --token <token_address> --wallet <addr> --chain-id 56 --execute to deposit into a Lista vault.

Frequently Asked Questions about lista-vaults

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

FAQPage Schema
How do I deposit into Lista DAO ERC-4626 vaults on BSC?▼

To deposit into Lista DAO ERC-4626 vaults on BSC, use the purr lista deposit command with the vault address, amount in wei, token address, and wallet details. The workflow enforces on-chain execution and validates wallet balances before processing.

Can I automate withdrawals and redemptions from Lista vaults?▼

Yes, you can automate withdrawals and redemptions from Lista vaults using purr lista commands. The execution pattern validates vault availability and chain-id to ensure successful on-chain redemptions and withdrawals across different vaults.

What is an ERC-4626 lending vault and how does it work on BNB Chain?▼

An ERC-4626 lending vault on BNB Chain is a tokenized vault standard that automates deposits, redemptions, and withdrawals. It requires specific vault and token addresses to execute on-chain interactions and manage lending positions.

Do I need to validate my wallet balance before executing a Lista vault transaction?▼

Yes, wallet balance checks are enforced prior to executing Lista vault transactions. The workflow requires wallet details and validates both balance and vault availability to ensure successful on-chain operations on the BSC network.

What are the limitations of automating on-chain vault management on BSC?▼

Automating on-chain vault management on BSC requires precise parameters including vault addresses, token addresses, and chain-id validation. Operations will fail if vault availability checks, balance validations, or proper on-chain execution patterns are not met.

What parameters are required to execute a Lista vault deposit command?▼

To execute a Lista vault deposit command, you need the vault address, amount in wei, token address, wallet address, and chain-id 56. The command enforces on-chain execution patterns to ensure successful transaction processing.