How to Add Lambda
Lambdas are custom proposal types that execute arbitrary smart contract code. If your DAO needs custom on-chain functionality, such as the ability to trade on a DEX, this is where you add that.
During the “creating proposals” cycle, go to Proposals -> New Proposal -> Add new Lambda
You will be presented with a dialog in which you place the Michelson code of your new Lambda.
Once you click submit, it will create a proposal, which if approved, will open a new endpoint in your contract pertaining to the function you added.
Last updated