> For the complete documentation index, see [llms.txt](https://docs.splinterlands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.splinterlands.com/platform/hiveblockchain/creating-content.md).

# Creating Content

Your Hive blockchain account (upgraded Splinterlands account) allows you to create content on the various interfaces to the Hive blockchain and receive upvotes from community members. With staked HIVE (HIVE Power) you are also able to upvote the content of others and reward them with upvotes of value that are proportional to your stake.

## [Splintertalk.io](https://www.splintertalk.io/)

The official Hive blogging platform of Splinterlands is Splintertalk.io, where the content is 100% Splinterlands related. Creators and curators there receive payouts in the **Splintertalk (SPT)** token, the 2nd layer blogging reward token of Splinterlands.

### SPT

**SPT** can be traded on [**TribalDEX**](https://tribaldex.com/trade/SPT) or [**HIVE-Engine**](https://hive-engine.com/?p=market\&t=SPT), and will eventually have more use cases within the Splinterlands game. Players can also *stake* their SPT through both of the above exchanges, which gives them the ability to award larger SPT upvotes when curating others' content.

![To stake SPT, click the lock icon when viewing SPT in your wallet.](/files/-MXgZKOBDIvBAtBUfhQT)

### Posting Content

Players may also post their content on [**Peakd.com**](https://peakd.com/) or [**Hive.blog**](https://hive.blog/)**,** the two leading Hive blockchain interfaces. To make sure your Splinterlands content posted on these sites is cross-posted to Splintertalk, use the tag **#SPT** in your post. Then you will also be rewarded in SPT tokens upon the post's payout.


---

# 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://docs.splinterlands.com/platform/hiveblockchain/creating-content.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.
