> For the complete documentation index, see [llms.txt](https://donut-verse.gitbook.io/donut-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://donut-verse.gitbook.io/donut-en/what-is-src-20.md).

# What is SRC-20

SRC-20 is an intriguing experiment that defines social inscriptions by introducing new metadata, asset formats (posts, likes, reposts), and a recursive approach. These formats are entirely open-source, allowing anyone to deploy, mint, transfer, and bring social engagement into the crypto world.

Additionally, SRC-20 establishes a binding relationship between a single inscription and the social connection and connection fees. When a social inscription is deployed, the deployer can define the social connection fee. To mint a social inscription, a connection fee must be paid, and it should be directed to an address that has already created a C.Share. Once a social inscription is minted, anyone can mint recursive social inscriptions on its basis in a recursive manner, paying 1/100 of the social connection fee. The "social connection fee" can be understood as a licensing fee for other users to use your content or establish connections with you in the crypto world.

SRC-20 opens up new possibilities for on-chain social interaction. Different creators can contribute various modules, and new creators can innovate on the innovations of their predecessors. This could lead to a surge in various innovations and even the construction of a completely new, autonomous social world.


---

# 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:

```
GET https://donut-verse.gitbook.io/donut-en/what-is-src-20.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.
