# About

**ZeroLabs Tokenization** Module is used to **tokenize Renewable Energy Certificates** (RECs) in the form of a non-visual NFT.

## Getting Started

**Got a few minutes?** Check out a video overview of the product we are building using this module:

{% embed url="<https://www.youtube.com/watch?v=o2Q3T4qK_EE>" %}
Zero Labs: Building a Global Renewable Energy Marketplace
{% endembed %}

### High-level flow

![](https://1042227828-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ1hmZlUO8raciusperMH%2Fuploads%2FlihWsOnNDvBTaawu7bkP%2Fmermaid-diagram-20220509143753.png?alt=media\&token=fa294b17-b6aa-4d61-ae93-0d38285c4a8a)

### Domain definitions

Learn the fundamentals of our module by understanding the following definitions:

{% content-ref url="domain-definitions/redemption-statement" %}
[redemption-statement](https://docs.zerolabs.green/zerolabs-tokenization-module/domain-definitions/redemption-statement)
{% endcontent-ref %}

{% content-ref url="domain-definitions/bi-directional-link" %}
[bi-directional-link](https://docs.zerolabs.green/zerolabs-tokenization-module/domain-definitions/bi-directional-link)
{% endcontent-ref %}

{% content-ref url="domain-definitions/issuer" %}
[issuer](https://docs.zerolabs.green/zerolabs-tokenization-module/domain-definitions/issuer)
{% endcontent-ref %}

{% content-ref url="domain-definitions/certificate" %}
[certificate](https://docs.zerolabs.green/zerolabs-tokenization-module/domain-definitions/certificate)
{% endcontent-ref %}

{% content-ref url="domain-definitions/batch" %}
[batch](https://docs.zerolabs.green/zerolabs-tokenization-module/domain-definitions/batch)
{% endcontent-ref %}

### Developer Guides: Jump right in

Follow our handy guides to get started with integrating as quickly as possible:

{% content-ref url="developer-tools/how-to-use-the-libraries" %}
[how-to-use-the-libraries](https://docs.zerolabs.green/zerolabs-tokenization-module/developer-tools/how-to-use-the-libraries)
{% endcontent-ref %}


---

# 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.zerolabs.green/zerolabs-tokenization-module/about.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.
