> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/cc-enterprise/readme.md).

# Documentation

## Documentation Contents

{% content-ref url="/pages/-M0slEiob71o5GGQ32vh" %}
[What is Creditcoin](/cc-enterprise/what-is-creditcoin.md)
{% endcontent-ref %}

{% content-ref url="/pages/K98Boo06WFN52XCoOwdr" %}
[Staking](/cc-enterprise/staking.md)
{% endcontent-ref %}

{% content-ref url="/pages/3C6t6L8ySB4N3Mz4tv9Y" %}
[Nominator Guides](/cc-enterprise/nominator-guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/r6EfAfMqKfE88w5VM8RS" %}
[Validator Guides](/cc-enterprise/validator-guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Md-JiLbyWzDpV0fdLzS" %}
[Creditcoin Change Log](/cc-enterprise/creditcoin-change-log.md)
{% endcontent-ref %}

## Creditcoin on Github

#### Creditcoin 2.0

{% embed url="<https://github.com/gluwa/creditcoin>" %}

Creditcoin 2.0 is the official implementation of the Creditcoin protocol - utilizing Substrate. &#x20;

All lesser versions (1.8 and below) are now deemed as Creditcoin-Legacy, and use the unsupported Hyperledger Sawtooth versioning, and marked as such in their respective repos.  For more information about the transition from Sawtooth to Substrate, please reference the announcement "[Creditcoin 2.0](https://medium.com/creditcoin-foundation/creditcoin-2-0-d9bbca02991a)" made on the Creditcoin Medium dated March 23rd, 2022.

{% embed url="<https://github.com/gluwa/creditcoin-legacy>" %}

## Popular Creditcoin Resources

* [Creditcoin.org](https://creditcoin.org/) - Creditcoin - A Borderless Credit Investment Network
* [Creditcoin Block Explorer](https://cc-enterprise.subscan.io/)
* [Creditcoin Staking Dashboard](https://staking.creditcoin.org/)
* [Gluwa.com](https://gluwa.com/) - A Borderless Financial Platform
* Download the [Creditcoin Whitepaper](https://creditcoin.org/white-paper)!
* Our [Creditcoin Blog](https://creditcoin.org/blog/)
* Creditcoin on [Twitter](https://twitter.com/creditcoin), [Reddit](https://www.reddit.com/r/Creditcoin/) and [Telegram](https://t.me/CreditcoinOfficial)
* Join our [Creditcoin Discord Community](https://discord.com/invite/creditcoin)!


---

# 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.creditcoin.org/cc-enterprise/readme.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.
