Identify vault protocol
Identify vault protocol
This skill attempts to identify a vault protocol based on its smart contract source.
Required inputs
- Chain and smart contract address: Given as an explorer link
Step 1. Get the smart contract source code and deployer name
If there a named deployer address for the smart contract, save it as a clue as well. The "deployer" word in the name is not part of the protocol name.
Get it from the blockchain explorer.
If you cannot get the smart contract source code, abort.
The deployer name is the strongest indicator of the protocol name if available.
Step 2. Github search for the smart contract keyword and adress
More from tradingstrategy-ai/web3-ethereum-defi
get-block-number
Get the latest block number for a blockchain using Web3.py and JSON-RPC environment variables
71extract-project-logo
Extract a project's logo from its website, brand kit, or other sources
67check-vault-onchain
Check our feature flagging against an onchain vault
66more-vaults
Add more vault smart contract types to an existing protocol
64add-vault-note
Add a note to specific vault
62fix-sphix-docs
Fix errors and warnings in Sphinx docs build
61