# Cosmos based chains

### `cosmos-ADR036`

Currently, in the Cosmos SDK, there is no convention to sign arbitrary message like on Ethereum. This specification provides a way to sign and validate off-chain arbitrary messages. Read more about cosmos-ARD036 spec [here](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-036-arbitrary-signature.md).


---

# 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.hypersign.id/core-concepts/specifications/client-specification/cosmos-based-chains.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.
