# Introduction

Solinscriptions represent a revolutionary approach to digital artifact creation and sharing, uniquely tailored for the Solana blockchain. Distinguishing itself from its Ethereum counterpart, Ethscriptions, Solinscriptions leverage Solana’s distinctive feature known as `memo`.

## Key Features

### Cost-Efficiency

Deviating from the financial constraints often associated with traditional smart contracts and centralized Layer 2 solutions, Solinscriptions operate as a protocol facilitating cost-effective information sharing and computations on Solana Layer 1.

### Decentralized Computation

Solinscriptions achieve their objectives by utilizing the Solana `memo`. By bypassing smart contract storage and execution, we calculate state changes through deterministic protocol rules applied to the Solana `memo`, showcasing the efficiency of Solana’s unique feature.

## Objective

At the core of Solinscriptions is the mission to democratize decentralized computations, empowering everyday users to participate in blockchain activities at an accessible cost.

### Functionality

Solinscriptions serve as a more economical alternative to Non-Fungible Tokens (NFTs) within the Solana ecosystem. Looking ahead, we are anticipated to establish ourselves as an economical alternative to traditional Solana smart contracts, opening up broader opportunities for users within the Solana blockchain.


---

# 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://solinscription.gitbook.io/solinscription/introduction.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.
