Disponible en Pro

Community Voting Módulo

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

¿Qué hace el módulo Community Voting?

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
Características Principales

Todo lo que Necesitas

Explora todas las potentes características incluidas en el módulo Community Voting.

Reads live Snapshot proposals

Incluido con el módulo Community Voting para una integración perfecta.

Title, state and closing time

Incluido con el módulo Community Voting para una integración perfecta.

Any DAO space with /proposals

Incluido con el módulo Community Voting para una integración perfecta.

Casos de Uso

Descubre cómo las empresas usan el módulo Community Voting

DAO governance

Perfecto para equipos que buscan implementar capacidades de dao governance.

Community decisions

Perfecto para equipos que buscan implementar capacidades de community decisions.

Decentralized voting

Perfecto para equipos que buscan implementar capacidades de decentralized voting.

Referencia API

Fácil de Integrar

Usa nuestra API RESTful o webhooks para integrar el módulo Community Voting con tus sistemas existentes.

Ver Documentación API
// 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"
  }
}

¿Listo para usar Community Voting?

Comienza hoy con nuestro plan gratuito. No se requiere tarjeta de crédito.