> For the complete documentation index, see [llms.txt](https://docs.interestprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interestprotocol.com/overview/deprecated/sui-tears/governance/dao-admin.md).

# DAO Admin

It creates a capability to enable Daos to update their settings and interact with the treasury. Only the DAO module can create the DaoAdmin capability.

## Structs

### <mark style="color:blue;">**DaoAdmin**</mark>

```rust
  struct DaoAdmin<phantom OTW: drop> has key, store {
    id: UID
  }
```
