check-vault-onchain

Run a Python script to verify a vault address against supported vaults on Ethereum-compatible networks.

823|185|Updated Jan 30, 2022
One-click install
npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill check-vault-onchain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-vault-onchain
Source: https://github.com/tradingstrategy-ai/web3-ethereum-defi/tree/main/.claude/skills/check-vault-onchain
Command: npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill check-vault-onchain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Checks whether a deployed smart contract vault is among our supported vaults by executing a Python script and returning the results, enabling automated on-chain vault validation.

Core Features & Use Cases

  • On-chain vault validation: verify a vault address against the supported vaults list.
  • Deterministic results: produce structured output suitable for audits and reviews.
  • Integrates into pipelines and testing workflows to flag unsupported vaults and potential misconfigurations.

Quick Start

Clone this skill's script, set your chain id and vault address, and run the Python script to obtain the on-chain vault check results.

Frequently Asked Questions about check-vault-onchain

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

FAQPage Schema
How do I verify if a smart contract vault is supported on Ethereum-compatible networks?

Verifying an on-chain vault involves running a Python script against a deployed contract address to determine if it matches a supported vaults list on Ethereum-compatible networks, returning structured tabular results.

How do I automate on-chain vault validation in an audit pipeline?

Automating on-chain vault validation requires integrating a Python script into your audit workflows to execute deterministic reads on a deployed contract, flagging unsupported vault addresses and potential misconfigurations.

Does on-chain vault verification work with any Ethereum-compatible network?

On-chain vault verification works with Ethereum-compatible networks by executing deterministic contract reads, requiring you to specify the correct chain ID and vault address before running the validation script.

What is the best way to check on-chain feature flags for a deployed smart contract?

The best way to check on-chain feature flags is running a Python script to parse contract state and return structured, tabular results suitable for development and audit reviews.

What do I need to run a Python script for on-chain vault checks?

To run an on-chain vault check, you need the deployed contract vault address and the chain ID to configure the Python script, which then parses contract state and returns deterministic, structured results.