From 15669b10603997896e5a6869835fe07695b4fb0c Mon Sep 17 00:00:00 2001 From: Austin Green Date: Tue, 5 Dec 2023 14:26:27 -0500 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f00ee92..15af30d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ This repository contains supporting modules for operating Llama instances. For the core contracts, see the [Llama](https://github.com/llamaxyz/llama) repository. +## Modules + +- **Token Voting:** smart contract policies that allow `ERC20Votes` or `ERC721Votes` tokenholders to create actions enforced by delegated token thresholds or collectively approve or disapprove an action through token voting. + ## Prerequisites [Foundry](https://github.com/foundry-rs/foundry) must be installed.