# Galactica Concepts

This part of the documentation explains the technical concepts that build the core of Galactica Network.

* [blockchain-base](https://docs.galactica.com/galactica-developer-documentation/galactica-concepts/blockchain-base "mention"): The blockchain, smart contract and zero-knowledge cryptography Galactica is built building upon.
* [zero-knowledge-kyc](https://docs.galactica.com/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc "mention"): A system for on-chain attestations of KYC and using it to prove compliance while hiding personal details with zero knowledge.
* [contingent-transactions](https://docs.galactica.com/galactica-developer-documentation/galactica-concepts/contingent-transactions "mention"): How smart contracts or wallets can require compliance of others interacting with it.
* [reputation](https://docs.galactica.com/galactica-developer-documentation/galactica-concepts/reputation "mention"): Scoring persistent identities according to their web3 footprint.

Coming soon: Documentation about Governance and Tokenomics

More context on Galactica can be found here: <https://galactica.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://docs.galactica.com/galactica-developer-documentation/galactica-concepts.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.
