@rabbitholegg/questdk-plugin-llama
v1.0.0-alpha.60
Published
LLama is an on-chain governance platform.
Downloads
77
Readme
Llama
LLama is an on-chain governance platform.
https://llama.xyz/
The protocol uses policies
to determine voting rights, which are non-transferrable NFTs. The protocol is designed to be modular, allowing for the creation of new policies and voting mechanisms. Voting mechanisms are implemented as strategies
.
When a user has permission to vote, they call the appropriate function on the llamaCore
contract.
Voting
This plugin supports two functions currently:
- Cast Approval
- Cast Disapproval
Discovering deployments and transactions
- the deployed llama contracts are defined on their website.
- Visit a llama factory contract on your chain of choice, like arbitrum
- Look for a
Deploy
transaction and check the logs for aLlamaInstanceCreated
event - The Data contains a
llamaCore
address, which is the address of the newly deployed Instance - Visiting that
llamaCore
will show the vote actions.