# Intro

Our blockchain are based on COSMOS-SDK and we do not see the need to duplicate documentation. We focus your attention and describe the features that distinguish us and give you a links to appropreate COSMOS docs

### For node operators <a href="#for-node-operators" id="for-node-operators"></a>

[Start blockchain node on Ubuntu](https://docs.axiomeinfo.org/how-to/start-blockchain-node-on-ubuntu)

[Become a validator](https://docs.axiomeinfo.org/how-to/become-a-validator)

### For blockchain developers <a href="#for-blockchain-developers" id="for-blockchain-developers"></a>

[Short overview](https://docs.axiomeinfo.org/axiome-blockchain/short-overview)

[Axiome Modules](https://docs.axiomeinfo.org/axiome-blockchain/axiome-modules)

### For frontend developers <a href="#for-frontend-developers" id="for-frontend-developers"></a>

axm-sign-js libiriary and docs will be placed here in the future


---

# 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.axiomeinfo.org/developer-documentation/intro.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.
