Creating proposals for nouns has reached a point that no single noun can now create a proposal. A wallet must have >1 lil noun worth of votes in order to vote.

The core flow is simple: any owner of a Lil noun can call the delegate function at any time. When delegate is called, their voting wallet is replaced with a different voting wallet. They still own the noun and can always change this delegation. This wallet merely stores an entry mapping from lil noun ⇒ voting wallet address. If a lil noun wishes to remove delegation, they simply call the function again and send their own wallet address.

How to delegate!

  1. Ensure you're ready to delegate. You can undelegate at any time, but this provides your vote to another wallet until you call delegate again and assign it back to yourself. This does not move the NFT or change the noun owner only the vote.

  2. Visit the nouns etherscan contract address. Confirm that this URL matches the URL from the lilnouns.wtf homepage (it does).

  3. From the contract dropdown, select "write contract", click delegate and pass in the wallet where you would like to delegate your vote. If your wallet is not connected click "Connect to web3". Click "write".

    Screen Shot 2021-08-31 at 5.32.40 PM.png

  4. Wooo, your vote is now delegated! You can un-delegate at any time.

How to un-delegate!