> For the complete documentation index, see [llms.txt](https://docs.stafihub.io/welcome-to-stafihub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stafihub.io/welcome-to-stafihub/chain/getting-started/introduction.md).

# Introduction

## StaFiHub

***

StaFiHub is a parallel chain developed by StaFi based on the Cosmos SDK, by implementing the [rToken Protocol](https://docs.stafi.io/developer/rtoken-technical-paper), StaFiHub releases liquidity of tokens staked in other chains of the Cosmos Ecosystem. Through good module design, open cross-chain-bridge design and developer incentive strategy, StaFiHub will cooperate with other chains in the Cosmos Ecosystem and work with other developers to bring out multiple rTokens. What's more, StaFiHub will integrate IBC module to interact with other IBC chains in Cosmos Eco and integrate the bridge between StaFi chain and StaFiHub and will also build rDEX so that rToken holders can easily trade them.

The First Staking Derivative SDK will be provided for Developers so that Cosmos SDK based projects can develop its own staking derivative by using the SDK, which could be easily integrated without taking too much cost and time.

## StaFiHub Tokens

***

As a parallel chain of StaFi chain, StaFiHub's native token is FIS. StaFiHub will also have many rTokens. Both FIS and rTokens are able to transfered to other chains through IBC.

* FIS. FIS can be used to pay fees for all transactions.
* rToken. rToken is transferable and can be used to redeem origin tokens.

## StaFi Open Architectures

In order to make it more efficient, secure and decentralized to create rTokens, StaFiHub build an open architecture so that other teams and developers can join us and create rTokens together.


---

# 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.stafihub.io/welcome-to-stafihub/chain/getting-started/introduction.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.
