Claim 100k OP Grant to DAO-Controlled Vault on Optimism

Summary:

Claim 100k OP to the DAO-controlled wallet on Optimism

Abstract:

LlamaRisk has successfully attained a grant from the Optimism Foundation totaling 250k OP as part of their Season 8 Growth grants. 40% is available for claiming now. Proposal here.

Optimism has approved a multi-stage grant to support LlamaLend V2 adoption on OP Chain. The DAO is now eligible to claim the first 100,000 OP, with additional batches to follow after milestone verification. These incentives will be directed toward stimulating borrowing and liquidity participation across OP LlamaLend V2 markets.

We will be working with the BD team at Swiss Stake to implement an incentives strategy. That will involve a second vote in the near future when LlamaLend V2 is ready for deployment on Optimism.

Specification:

The DAO agent on Optimism is approved to claim the OP grant. This vote will transfer the balance to the DAO-controlled vault on Optimism for later use.

OP_TOKEN = "0x4200000000000000000000000000000000000042"
VAULT = "0xD166EEdf272B860E991d331B71041799379185D5"
AGENT = "0x28c4A1Fa47EEE9226F8dE7D6AF0a41C62Ca98267"
CLAIM_CONTRACT = "0x8A2725a6f04816A5274dDD9FEaDd3bd0C253C1A6"
CLAIM_ID = bytes.fromhex("b858107f40aa414da17612dfb5cc7219")
PROOF = [
    bytes.fromhex("6c20b750a26e55a121ca8018fabe0b07abcceb5ceb6cebe5375aa788d963ad98")
]
AMOUNT_TO_CLAIM = 100_000 * 10**18

ACTIONS = [
    # Claim OP from claim contract to DAO vault
    ("0x8e1e5001C7B8920196c7E3EdF2BCf47B2B6153ff", "broadcast", [
        (CLAIM_CONTRACT, encode("claim(bytes16,bytes32[],uint256)", 
            CLAIM_ID, 
            PROOF, 
            AMOUNT_TO_CLAIM)),
        (OP_TOKEN, encode("transfer(address,uint256)", 
            VAULT, 
            AMOUNT_TO_CLAIM)),  
    ]),
]
2 Likes

This vote is live here:

1 Like