> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/technical-background/fair-data/fair-compliance/standardized-assessments.md).

# Standardized Assessments

In their current format, most FAIR assessment tools are not yet capable of handling / assessing decentralized web technologies. Their workflows have been (understandably) designed with assessing the FAIRness of legacy systems in mind.&#x20;

A few examples of this disconnect in practice:

* In legacy systems, PIDs resolve to a journal's website instead of resolving straight to their intended resource (i.e. the pdf). This introduces an extra step for machines actionability which relies on a social contract with a 3rd party (journals need to maintain consistency and standardization in their website). Introducing this extra step to machine actionability undermines persistence. As such, DeSci Nodes avoids this step and resolves straight to the CID being referenced (i.e. pdf, code, etc). Since the nodes architecture prioritizes persistence and simplicity in machine actionability instead of adhering to legacy workflows, we regularly fail (and will purposefully continue to fail) this particular check.&#x20;
* Assessment tooling checks for machine actionable navigation instructions using legacy methods (i.e. signposting). We use IPLD and DAGs to provide machines with more comprehensive navigation instructions. While this new method of navigation is more comprehensive and persistent, it does not fall within the standard workflow and fails the subsequent assessment checks.&#x20;
* Many assessment tools are built on a sequential workflow targeted at the legacy system. If you fail F3 (for example the tool only checks for signposting), the tool is not able to check requirements for F4 and subsequently fails the FAIR enabling resource for all following requirements (F4, A1.1, A1.2, A2, I1, I2, I3, R1.1 and R1.2). This results in artificially deflated scores for tooling that does not adhere to the legacy system.&#x20;

We practice a strict adherence to persistence, decentralization and security. FAIR Assessment tooling is still in early stage and is improving daily. We hope that this tooling will generalizable across architectures in the future. Decentralized web technology is the gold standard of red principle implementation, and we are excited to work with the community to build understanding and implementation around this. We understand that this technology is new and are happy to help where we can.&#x20;


---

# 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://docs.desci.com/technical-background/fair-data/fair-compliance/standardized-assessments.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.
