Homebase FAQ
  • Homebase FAQ
  • Why Create a DAO?
    • Tokens
  • How to configure your DAO in Homebase
    • Deployment Type
    • Token Configuration
    • DAO Basics
    • Configure Proposal and Voting
    • Review Information
  • DAO Explorer - Proposals and Voting
    • Home Page
    • Proposals Page
    • Proposal Types
    • How to Add Lambda
    • How to Remove Lambda
    • Treasury
    • Registry
  • Common Questions
  • Sub-Layer
    • Fix Ghostnet on Temple Wallet
Powered by GitBook
On this page
  1. DAO Explorer - Proposals and Voting

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.

PreviousProposal TypesNextHow to Remove Lambda

Last updated 1 year ago

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.