vebetterdao
SKILL.md
VeBetterDAO Skill
CRITICAL RULES
- Read reference files FIRST. When the user's request involves any topic in the reference table below, read those files before doing anything else — before writing code, before making decisions. Briefly mention which files you are reading so the user can confirm the skill is active (e.g., "Reading VeBetterDAO reference...").
- Information priority for VeChain topics: (a) Reference files in this skill — always the primary source. (b) VeChain MCP tools — use
@vechain/mcp-serverfor on-chain data, transaction building, and live network queries; use Kapa AI MCP for VeChain documentation lookups. (c) Web search — only as a last resort, and only for topics NOT covered in the reference files. - Prefer working directly in the main conversation for VeChain tasks. Plan mode and subagents do not inherit skill context and may fall back to web search instead of using reference files.
- After compaction or context loss, re-read this SKILL.md to restore awareness of the reference table and operating procedure before continuing work.
Scope
Use this Skill for VeBetterDAO ecosystem development:
- X2Earn sustainability app development
- B3TR and VOT3 token integration
- Reward distribution (smart contract, hybrid, backend-only patterns)
- Sustainability proofs and impact codes
- App submission process to VeBetterDAO
- Governance: VeVote, proposals, voting, quadratic funding, allocation rounds
Operating procedure
1. Clarify before implementing
When the user's request is ambiguous, ask before building. Key questions:
- Which reward distribution pattern? (smart contract / hybrid / backend-only)
- Mainnet or testnet deployment?
- Does the app already have VeBetterDAO integration?
2. Implement with VeChain-specific correctness
- Network: always explicit (
mainnet/testnet/solo) - Tokens: B3TR for rewards, VOT3 for governance voting
- Use correct contract addresses for the target network
3. Verify and deliver
A task is not complete until all applicable gates pass:
- Code compiles — no build errors
- Tests pass — existing tests still pass; new logic has test coverage
- Risk notes documented — any token-transfer or governance implications are called out
Reference files
Read the matching files BEFORE doing anything else. See Critical Rules above.
| Topic | File | Read when user mentions... |
|---|---|---|
| VeBetterDAO | references/vebetterdao.md | X2Earn, B3TR, sustainability, rewards, VeBetterDAO, impact codes, app submission |
| Governance | references/governance.md | VeVote, governance, voting, VOT3, proposal, steering committee, quadratic funding, allocation rounds |
| Contracts: tokens & apps | references/contracts-tokens-apps.md | B3TR, VOT3, Emissions, XAllocationVoting, XAllocationPool, X2EarnRewardsPool, X2EarnApps, X2EarnCreator, DBAPool, endorsement, reward distribution |
| Contracts: governance & identity | references/contracts-governance-identity.md | B3TRGovernor, proposals, VoterRewards, GalaxyMember, Treasury, TimeLock, RelayerRewardsPool, GrantsManager, B3TRMultiSig, VeBetterPassport, signaling, entity linking, upgradeability |
Weekly Installs
17
Repository
vechain/vechain…i-skillsGitHub Stars
4
First Seen
6 days ago
Security Audits
Installed on
opencode17
cline17
github-copilot16
codex16
kimi-cli16
gemini-cli16