After much consultation with Gas DAO members and other stakeholders in the Ethereum community, Gas DAO is proud to announce the next phase of our evolution to becoming a Super DAO: Gas DAO Insights, the first DAO product aimed to bring the DAOs as a service (DaaS) model on-chain by end of Q1 2022.
What Is This. A Protocol to Protocol (Pr2Pr) business and data analytics extension of Gas DAO, creating User Extractable Value (UEV) from our extremely wide and diverse membership at first, eventually spreading to the entire Ethereum (and more) community as we gain traction and legitimacy. Gas DAO Insights is the first data driven business development arm of an on-chain DAO and uniquely fulfills our mission of giving Ethereum’s most active users a voice by allowing them to influence the direction of important protocols, DAOs, L2s and other on-chain organizations through paid, scientifically valid surveys and custom analytics offerings derived from those surveys, allowing them to conduct proper market research. While this suite of services will initially be offered to protocols given the nature of our current user base and the speed at which we can onboard crypto-native new partners, this could revolutionize the Web2 survey and alternative data industry for traditional enterprises due to the concept of cryptographically verifiable demographics (CVD). Let’s break down this term. We can now survey users for demographic data (statistical data related to populations) that is cryptographically verifiable; if a survey reveals a statistic about a group of users, we can link that to hard data about their financial state, present and past.
The Problem. Protocols today know how to build but often don’t know what to build. They rely on noisy, biased sources of information: voluntary Discord chats, small-sample directed feedback collection efforts or plain intuition to chart product roadmaps and deploy development resources. Although many of these web3 protocols have multi-billion dollar market caps, they rely on primitive survey methodology, with no means to extract actionable insights from their user data or verify the authenticity of the insights extracted from that data.Â
Value Prop to Protocols and Partners. Protocols can generate actionable insights from the most active users on the Ethereum network or any targeted sub-group of users with cryptographically verifiable demographics that lead to tailored solutions for their biggest challenges. For example, protocols searching for new features to capture market share can test demand ahead of time or can more accurately predict and diagnose why users have switched to competitors.
Sizing the Market.
Value Prop to Gas DAO. Partnerships with other protocols evolve past simple co-marketing and sharing of unsustainable reward emissions, and become circular economic linkages. Protocols extract value from our wide user base (eventually the entire network based on targeted demographics) to improve their product offerings, marketability and brand while Gas DAO receives either hard assets (sent to the treasury) or continual demand for GAS tokens (if protocols choose to pay in ΞGAS). Protocols purchase GAS tokens for analytics campaigns and members stake GAS tokens to participate in these surveys and gain rewards from analytics purchases, creating a positive feedback loop and Super DAO Flywheel.
How This Works. Gas DAO will collaborate with partners to construct scientifically valid surveys, which will help gauge the developments that Ethereum users actually want, allowing partners to allocate resources more efficiently. The core Gas DAO team will create infrastructure to customize and serve the surveys, which we’ll host on a partner branded sub-domain (e.g. uniswap.gasdao.org). Survey takers will log in on our site using their Ethereum account; users will then sign a transaction to cryptographically verify their identity after taking the survey (cryptographically verifying their responses). The Gas DAO core team will then process the raw survey data into actionable insights and analytics for protocols, as well as deliver row-level data to the protocols for further analytics. In the future, Gas DAO Insights will build additional infrastructure for survey construction, viewing and creating insights and general analytics, automating as much of the process as possible to encourage further decentralization.Â
GAS tokens are already the governance token for the Gas DAO. However, the perpetual utility to GAS tokens is currently limited. The treasury cannot sustainably continue to reward users for governance and for network usage, and the social governance value of the token depends on external factors such as securing an amendment to the EIP process.Â
Gas DAO Insights transforms GAS tokens into utility tokens for the Insights ecosystem and gives power to all Gas Dao holders to create value for each other through maximizing UEV.Â
The value created for other protocols is directly proportional to the insights generated from Gas DAO, which in turn is proportional to the amount of holders and participation rate. Therefore, the optimal strategy for the success of Gas DAO is to have a large, diverse membership of Ethereum users that stake Gas tokens to participate in surveys to maximize the value to protocols and the value driven back to the DAO. Members who stake tokens are rewarded with a share of the token revenue that is collected from our partners.
When a protocol partners with Gas DAO Insights, the Gas DAO core team begins by working with the partner to configure the Gas DAO Insights product. The initial configuration steps are
Gas DAO Insights collaborates with partner protocols to design scientifically valid surveys that measure key user metrics (e.g. user sentiment on future products, why users switched from protocol A to protocol B or which L2 a users would prefer).
Surveys support the following question types
To launch the survey, partners provide Gas DAO Insights with the following information
To survey respondents, we use a custom survey frontend that leverages decentralized Ethereum wallet logins and centralized data storage. This hybrid approach allows us to generate cryptographically verifiable demographic data at scale and works as follows: the survey respondent first logs in to our survey frontend by connecting their wallet to our page. Then, they take the survey, as configured by the partner. Finally, the respondent signs a message containing their responses with their wallet (no funds are transferred, this is a signature so it requires no gas) that verifies they own the private key for the public key responding. Much like a Snapshot vote, these signed messages can be verified by anyone and contain sentiment metadata that is stored off-chain*.* This is important - the demographic data delivered to partners is cryptographically verifiable. That means, anyone with the public key of the respondent can verify that said public key signed the responses and that the Gas DAO Insights team cannot tamper with any responses.
Survey data is stored in a centralized database owned by the Gas DAO Insights team and shared with partners. Eventually this data could be stored using a decentralized filestore solution like Arweave or IPFS (optionally, the data could be stored in a way that is both decentralized and private by using encryption keys).
After survey close, the Gas DAO Insights team cleans and processes the collected data. The cleaned data is available to protocols as a CSV for further analysis. The data processing completed by the Gas DAO Insights team can range from a simple deck with basic insights to in-depth Jupyter notebooks that use statistical methods such as regressions, cluster analysis, factor analysis and more to extract actionable analytics.Â
Surveys are drafted and created in Google Sheets. Note, the final survey schema is stored in a database, but for rapid iteration and collaboration with partner protocols we leverage Google Sheet templates with limited data validation.
The survey ingestion system processes, validates and stores surveys. The ingestion system works by reading the survey into memory as a csv, then iterating the rows and running validation logic on each row. Each validated row is stored in our Surveys database as a survey question, which is sent to the client when users take our surveys.
To survey respondents, we use a custom frontend that leverages decentralized Ethereum account logins and centralized data storage. Note, in the diagram below, “Backend Datastore” could eventually be swapped out for IPFS to further decentralize the project (optionally using encryption keys so that the data is private). This allows us to generate cryptographically verifiable demographic data at scale and works as follows: users log in to our custom survey frontend by connecting their wallet to our page. As users take the survey, we build up a `responses` JSON, which we update on the client and store in IntermediateSurveyResponse after each question. These survey responses are not signed, however they are useful to store state, in case a user exits and retakes the survey later. We also use this object to build the signed message object at the end of the flow.
Upon survey completion, users sign a message with their wallet (no funds are transferred) that verifies they own the private key for the public key responding. The survey response data is stored in the metadata of this message.
In our system design below, we optimize for latency, data availability, cost and trustlessness. This is accomplished leveraging a combination of web2 and web3 technology, which allows us to make minimal tradeoffs. Specifically,
The following are just a few of the use cases we expect to make available to partner protocols, using Gas DAO survey data, protocol user attributes and wallet history:
Gas DAO Insights delivers survey data to partner protocols in two formats: row-level and processed. Row-level data is stored in CSV files which are gated and downloadable from the partner’s custom subdomain. The available CSVs for download are
Our main datasets are
Gas DAO Insights collects attributes based on historical wallet activity, which are mapped to each address and made available to partners. These can include, but are not limited to:
Note: these are all on-chain attributes that we either measure directly or estimate using statistical methods.
Some of these milestones are parallelizable. The milestones serve as goalposts for internal product development purposes. The core contributing team values transparency and community, so we’re sharing them here. Each milestone represents a significant portion of overall product development.
In just two weeks, we have completed most of the core initiatives on our initial Roadmap. While we still have some things to clean up, we are moving from the initial digging of the foundation to building the core foundation of Gas DAO. This will allow the core mission at Gas DAO of providing a voice for Ethereum users and encouraging sound network resource consumption to exist in perpetuity. In a weekend, we built the fourth largest DAO on Ethereum; what will we be able to build together in 6 months?