How to craft a successful Dune AI prompt
0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4
, we can find that it corresponds to the FriendtechSharesV1 contract and the LLM can then pick the appropriate event Trade
to recommend the table friendtech_base.FriendtechSharesV1_evt_Trade
.
blur
in the prompt will help Dune AI identify all spells under that schema. Blur has many spells but the LLM selects the most relevant one (blur.trades
) based on the context of the prompt.
If you want to validate the spelling of the project name, all schemas are listed in the data explorer
lido
, the LLM selects the most relevant event Transfer
and the lido_base.wsteth_evt_Transfer
based on the context of the prompt.
0x6b175474e89094c44da98b954eedeac495271d0f
and contract type ERC20
based on the context of the prompt. Many token addresses are already embedded in the LLM’s knowledge base, but using CAPS will help this happen deterministically. This isn’t limited to EVM and this works also for Solana tokens.