> For the complete documentation index, see [llms.txt](https://docs.rujira.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rujira.network/core-products/tcy-autocompounder.md).

# TCY AutoCompounder

The TCY AutoCompounder is a permissionless smart contract on Rujira that automatically claims, converts, and reinvests TCY rewards to maximize yield — with zero manual intervention. Designed for users who want to earn more without constant monitoring, it’s the simplest way to compound TCY over time.

### Key Features

* **Fully Decentralized & Non-Custodial:** The AutoCompounder is 100% on-chain and permissionless. Your TCY always remains under your control — the smart contract simply automates the process.
* **Simple, One-Step Setup:** Just deposit your TCY into the AutoCompounder at <https://rujira.network/stake/TCY>. You’ll receive sTCY in return, representing your share of the vault. This allows you to stay liquid or use your position in future DeFi products.
* **Automated Claim, Conversion & Reinvestment:** Approximately every 24 hours, the contract receives rewards in RUNE. These rewards are automatically converted into more TCY via RUJI Trade and redistributed proportionally to all depositors — growing your position continuously.

### Benefits

* **Set & Forget Yield Optimization:** Forget about claiming rewards, tracking prices, or managing reinvestments. The AutoCompounder runs 24/7 and compounds for you — ensuring you never miss a chance to grow your position. It removes the friction of active management while delivering optimized returns over time.
* **Maximum Efficiency:** Rewards are claimed and reinvested as soon as they become available. No idle assets. No wasted time. No manual effort.

### Fees & Fee Sharing with THORChain Base Layer

* TCY AutoCompounder charges a 10% fee collected from compounded rewards only (not principal).
  * The 10% fee will also apply if you use the TCY staking contract without auto-compounding.
* The standard 50/50 revenue share with TC Base Layer applies to all the fees collected by TCY AutoCompounder.

### Status

* TCY AutoCompounder is live [here](https://rujira.network/stake/TCY).


---

# 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.rujira.network/core-products/tcy-autocompounder.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.
