# Transparency

### 1. Opinion Poll Methodology

* VOTEism is an opinion poll app. You need to enable location on your mobile to vote. (In the earlier version of VOTEism, we required you to verify your mobile number to vote. We have now removed this for enhanced voter privacy. Instead we use a combination of hardware signals and other heuristics to uniquely fingerprint a device).&#x20;
* You can change your vote anytime. Only your latest vote will be counted.
* Votes are encrypted/decrypted using [public key cryptography](https://en.wikipedia.org/wiki/Public-key_cryptography).
* Votes are [encrypted](/faqs.md#encrypted-vote) and signed locally on your mobile device and securely transferred to "***n***" databases. This way we'll have a quorum and also know if any set of cloud data is compromised.&#x20;
* Encrypted votes are downloaded to a separate non-cloud system where they are decrypted with the private key.&#x20;
* An '[anonymised-unencrypted](/faqs.md#unencrypted-vote)' vote is stored per user for providing near real-time statistics. The tally of the 'anonymised-unencrypted' votes is matched to the tally of the 'encrypted-decrypted' votes. This acts as an additional checksum.  &#x20;
* Anonymized and aggregated results are published on the VOTEism mobile apps.

### 2. Auditing and Public Disclosure

* VOTEism codebase is [open-source](https://github.com/VOTEism).
* Opinion poll results are viewable in VOTEism's mobile apps.&#x20;
* VOTEism is built, published and funded by VOTEism INC., based in the United States. We have no political, governmental, corporate, or media affiliation.
* We [welcome](https://docs.voteism.org/contact-media-pr) questions from media in good standing.&#x20;

### 3. Funding VOTEism.

* VOTEism is funded by VOTEism INC. We do not accept any outside funding in exchange for equity.&#x20;
* Our main costs are server bills and the cost of the team involved in building and managing VOTEism's mobile and web apps.
* In the event we are unable to meet our costs, we may seek financial support by launching a public donations page.&#x20;
* Know more at the [Funding VOTEism](/funding-voteism.md) page.

*- - - - - - - -*


---

# 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://docs.voteism.org/transparency.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.
