en un clic
en un clic
Identify missing vault curators from vault databases and suggest curator feeder YAML entries
Add a new vault curator to feed metadata and curator detection. Use when the user wants to add a verified curator, protocol-managed curator, or curator alias discovered from vault data.
Check all stablecoin YAML files for Twitter activity and domain availability, adding a checks section to each file
Prepare a new release by updating version, changelog, and building the package
Extract raw price dataframe for a test case
Add support for a new ERC-4626 vault protocol. Use when the user wants to integrate a new vault protocol like IPOR, Plutus, Morpho, etc. Requires vault smart contract address, protocol name, and protocol slug as inputs.
| name | add-vault-note |
| description | Add a note to specific vault |
This skill adda s human readable note to a specific vault in the database.
Before starting, gather the following information from the user:
VaultFlag enum - if not given set to NoneCan be resolved from https://top-defi-vaults.tradingstrategy.ai/top_vaults_by_chain.json JSON file
Alternatively use check-vault-onchain.py.
The vault notes are stored in ``eth_defi/vault/flag.py`.
Add the vault address VAULT_FLAGS_AND_NOTES
flag.pyNoneRun ruff to make sure Python code is formatted.