> For the complete documentation index, see [llms.txt](https://t2-world.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t2-world.gitbook.io/docs/use-cases/writers.md).

# Writers

## Own your work

As a decentralized publisher, your works on t2 will be stored on DSN (Decentralized Storage Networks). They will never be lost or manipulated, and you will be able to customize how others can engage with them.

**Related Features**:

* Permanent ownership of your publications and their affiliates stored on Arweave&#x20;
* Customizable visibility of your work toward different user groups&#x20;
* Customizable paid subscriptions to create passive income from your work

## **Collaborate with peers**

We believe reading and writing cannot be truly separated, and nothing is entirely original. \
For our shared intellect and combinational creativity, t2 provides us the common ground to collaborate with each other, to co-create, and inspire further.

#### Related Features:

* Co-authoring
* Co-curate a space of items (a list of content)
* Open calls to write for a specific topic within a territory

#### Future Roadmap:

* Send private notes to each other
* Threads in public notes & highlights
* Membership-only group discussions <br>

## Expand your audience&#x20;

One of the dilemmas we see in writers is to only have a fixed type of audience and hard to break the boundary and extend to a whole new group of audiences.&#x20;

On t2, every territory represents a different group of audience. Writers can openly participate in different territories for content creation and curation, and expand audiences across a different cultural landscape.&#x20;

#### Related Features:

* Submit a proposal to list articles within a territory
* Content curation by territory members with voting
* Openly curate content into private & shared & public spaces
* Launch a new territory together

## Build your own community

Without readers and supporters, writers cannot really get recognition and expand their impact. t2 provides you with the toolings for your own community to form, grow, and for you to share this collective ownership with your deepest supporters.&#x20;

**Related Features**:

* Bonding with your readers on Social Graph
* Create gated memberships with a paid subscription model
* Shared your growth with your bonded followers (reputation & revenue)<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://t2-world.gitbook.io/docs/use-cases/writers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
