> For the complete documentation index, see [llms.txt](https://digital-asset-impact-measurment.gitbook.io/impact-measurement-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digital-asset-impact-measurment.gitbook.io/impact-measurement-system/measurements-systems/manual-quant/technology.md).

# Technology

* Blockchain Technology - Overall sustainability: This question assesses the overall sustainability of the blockchain technology used by the asset, taking into account factors such as scalability, security, and energy efficiency.
* Consensus Method - Overall sustainability: This question assesses the overall sustainability of the consensus method used by the asset, taking into account factors such as decentralization, security, and energy efficiency.
* Level of code originality: This question assesses the level of originality of the code used by the asset, taking into account factors such as whether the code is open-source, whether it is based on existing code, or whether it has been developed from scratch.
* Level of off-chain code availability: This question assesses the level of availability of the off-chain code used by the asset, taking into account factors such as whether the code is open-source, whether it is available for review, or whether it is proprietary.
* Minting Policy verification against code: This question assesses the extent to which the minting policy of the asset has been verified against the underlying code, taking into account factors such as whether the code has been audited, whether it has been tested, or whether there are any discrepancies between the policy and the code.
* Credibility of Page Infrastructure: This question assesses the credibility of the page infrastructure and whether it is providing accurate and updated information, it also evaluates the security measures implemented to protect the users and clients data.

Based on the answers to these questions, the asset is assigned a score for the Technology parameter, which reflects the overall quality and sustainability of the underlying technology and infrastructure of the asset. A higher score indicates a more robust and sustainable technology, while a lower score may indicate potential issues with scalability, security, or energy efficiency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://digital-asset-impact-measurment.gitbook.io/impact-measurement-system/measurements-systems/manual-quant/technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
