create_dao
Create a decentralized autonomous organization (DAO) for collaborative development by signing and broadcasting an on-chain transaction. Specify name, description, and optional parameters like members, voting period, and governance rules.
Instructions
Use this when you need to create a new DAO for collaborative development. Signs and broadcasts an on-chain transaction. Returns the new DAO ID. Requires 'name' and 'description'. Optional: 'avatar_url', 'location', 'website', 'members' (defaults to creator with weight 1), 'voting_period' (default '2' hours), 'percentage' (default '0.50' = 50%). See also: set_active_dao.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| avatar_url | No | ||
| location | No | ||
| website | No | ||
| members | No | ||
| voting_period | No | ||
| percentage | No | ||
| config | No |