# TennaGraph 0.3

Goal: give voters the possibility to vote with their balances on their Ethereum wallets

* Create interface for voters where they can put their eth address and vote for or against the EIP ([voting mechanics](https://ethsignals.gitbook.io/wiki/~/edit/drafts/-LQnnldqUudx1pc6TfBF/specs/coin-vote-mechanics))
  * Yay
  * Nay
  * Abstain
* Create worker that will get information about balance on the wallet through Ethereum full node&#x20;
  * Look at how <http://carbonvote.com/> does it.
* Show the statistics on the relevant EIP pages.
* Publish on beta.tennagraph.com


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ethsignals.gitbook.io/wiki/tennagraph/specs/tennagraph-0.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
