Available in Pro

Community Voting Module

A read-only governance viewer: /proposals lists the active Snapshot.org proposals for a DAO space (title, state, closing time, number of choices). The bot cannot create proposals, cast or weight votes, delegate, or execute anything on-chain.

Reads live Snapshot proposals
Title, state and closing time
Any DAO space with /proposals
9:41
5G
C

Community Voting Demo

bot

What does the Community Voting module do?

A read-only governance viewer: /proposals lists the active Snapshot.org proposals for a DAO space (title, state, closing time, number of choices). The bot cannot create proposals, cast or weight votes, delegate, or execute anything on-chain.

  • DAO governance
  • Community decisions
  • Decentralized voting
Key Features

Everything You Need

Explore all the powerful features included in the Community Voting module.

Reads live Snapshot proposals

Included with the Community Voting module for seamless integration.

Title, state and closing time

Included with the Community Voting module for seamless integration.

Any DAO space with /proposals

Included with the Community Voting module for seamless integration.

Use Cases

Discover how businesses use the Community Voting module

DAO governance

Perfect for teams looking to implement dao governance capabilities.

Community decisions

Perfect for teams looking to implement community decisions capabilities.

Decentralized voting

Perfect for teams looking to implement decentralized voting capabilities.

API Reference

Easy to Integrate

Use our RESTful API or webhooks to integrate the Community Voting module with your existing systems.

View API Documentation
// Enable Community Voting module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "community-voting",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "community-voting",
    "name": "Community Voting",
    "enabled": true,
    "status": "active"
  }
}

Ready to Use Community Voting?

Get started today with our free plan. No credit card required.