# Compliant ERC20

Galactica example project for a compliant ERC20 token. It is based on the ERC20 token standard and extends it with compliance through Galactica's zkCertificates.

The token contract has a list of VerificationSBTs that are required to transfer and receive the token.

* Smart contract code is available here: <https://github.com/Galactica-corp/galactica-monorepo/blob/main/packages/zk-certificates/contracts/CompliantERC20.sol>
* In the default configuration it requires a AgeCitizenshipKYC proof from users. They have to be at least 18 years old and a citizen from a country other than US or Iran. This is the ZK circuit for it: <https://github.com/Galactica-corp/galactica-monorepo/blob/main/packages/zk-certificates/circuits/ageCitizenshipKYC.circom>


---

# 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/building-a-galactica-dapp/example-dapps/compliant-erc20.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.
