# First, what is Inscriptions and Ethscriptions?

Inscriptions started with Bitcoin Ordinals, by inscribing sats (smallest unit of Bitcoin) with arbitrary content on the Bitcoin Network. Etherscriptions is the response to [Bitcoin’s Ordinal Inscriptions](https://docs.ordinals.com/inscriptions.html), offering a different approach to creating and distributing assets on the blockchain. Each inscription is a unique data URI, ensuring originality and ownership changes based on transaction input data

Both standards offer a different mechanism to inscribe data onchain.


---

# 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://dotins.gitbook.io/dotins/omni-inscriptions/first-what-is-inscriptions-and-ethscriptions.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.
