Use the builder-dao CLI (run locally from /Users/r4to/Script/builder-dao-tools) to interact with Gnars DAO proposals, votes, and governance data. Activate when the user asks to list proposals, get proposal details, check votes, search governance, resolve ENS…
r4topunk/gnars-website
SkillsMP has collected 8 skills from r4topunk/gnars-website. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 4
- GitHub forks
- 6
Skills in this repository
Showing 8 of 8 collected skills.
Verified contract addresses for major Ethereum protocols across mainnet and L2s (especially Base). Use when you need a contract address for USDC, WETH, Uniswap, Aave, Chainlink, Safe, ENS, Aerodrome, or any major protocol. Never hallucinate addresses — check…
Essential Ethereum mental models — incentive design, state machines, hyperstructures, randomness, and onchain terminology. Use when designing DAO features, understanding auction mechanics, explaining governance patterns, or when the user asks "how does this…
Current Ethereum gas prices and transaction costs on mainnet and L2s (especially Base). Use when estimating costs for auctions, voting, or any onchain interaction. Counters outdated assumptions about Ethereum being expensive. Includes Base-specific cost data.
How to read and query onchain data — events, The Graph subgraphs, indexing patterns. Use when working with Builder DAO subgraph queries, fetching historical DAO data (proposals, votes, auctions), or implementing data fetching for the Gnars website. Covers…
Solidity security patterns and common vulnerabilities with defensive code. Use when reviewing smart contract interactions, building transaction flows, handling token approvals, or integrating with DeFi protocols. Covers reentrancy, oracle safety, decimal…
Ethereum development tools for contract exploration and testing. Use when inspecting Gnars DAO contracts, checking auction/treasury state, testing transactions locally, or scripting onchain reads via cast/anvil/viem. Covers Foundry cast commands, abi.ninja,…
Ethereum wallet patterns, key safety, and transaction guardrails. Use when working with wallet connections, transaction signing, bidding, voting, or any Web3 interaction in this dApp. Covers EOAs, Safe multisig, EIP-7702, account abstraction, and critical…