# Martian Republic

- [Whitepaper](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/whitepaper.md)
- [Introduction](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/introduction.md): Non-custodial HD wallet running in the browser, with builtin interface to on-chain proposal and voting system, inventory tracking, and experimental logbook.
- [Wallet](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/wallet.md)
- [Citizen](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/citizen.md): An on-chain "proof of humanity" peer-based public identity/voter registry. Using HD Marscoin wallets and decentralized IPFS nodes to store and attest Martian citizenship.
- [Congress](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress.md): A transparent, fair, auditable, directly democratic proposal and voting platform in which each member of the Public Voter Registry participates in the legislative process.
- [Proposal](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/proposal.md): Proposal generation and participation
- [Bill](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/bill.md)
- [Ballot](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/ballot.md): Prerequisites and ballot acquisition
- [Voting](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/voting.md): Voting process, system tools and verification
- [Result](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/result.md)
- [Archive](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/congress/archive.md): Congressional Archive
- [Forum](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/forum.md): A HN/Reddit styled built-in forum to allow proposal and bill discussion for all members of the Martian Republic. Forum entries will be regularly notarized via the timestamping and notarization service
- [Inventory](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/inventory.md)
- [Logbook](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/logbook.md)
- [Installation](https://marscoin.gitbook.io/marscoin-documentation/martian-republic/installation.md): Components and installation


---

# 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://marscoin.gitbook.io/marscoin-documentation/martian-republic.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.
