create_dao
Create a decentralized autonomous organization (DAO) for collaborative development. Broadcast an on-chain transaction with required name and description to receive the new DAO ID.
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 |