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

# FAQ

## What is Simple Earn?

Simple Earn allows users to lock a certain amount of cryptocurrency on Gobank to support Gobank security and operations. In return, users receive cryptocurrency rewards.

## Which Simple Earn modes does Gobank support?

Gobank offers two modes: Flexible and Fixed time. Each mode offers different Annual Percentage Rates (APR).

## How are Simple Earn rewards calculated?

Rewards are calculated based on the amount locked, the period, and the applicable Annual Percentage Yield (APY). Generally, the longer the locked period the higher the APR.

## Can I cancel my Simple Earn order at any time?

Yes, you can cancel your Simple Earn order at any time.

## What fees does the Gobank charge?

Gobank does not charge any fees for Simple Earn service. You can create a Simple Earn order at any time without any charges.

## How are rewards distributed?

Simple Earn rewards are usually distributed hourly or daily (T+1), depending on the product. Each product may have different interest accrual rules; please refer to the product details for specific information. Rewards are displayed on the "My Earn" dashboard, where you can view them at any time.

## How can I view and manage my Simple Earn orders?

You can view all your order details, including the current amount staked, estimated rewards, and lock-up periods, on the Gobank Earn page.

## Who should I contact for more questions about Simple Earn?

If you have any questions or need assistance, please contact our customer support team. You can reach us at <https://app.godex.ai/go-bank>&#x20;


---

# 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.godex.ai/getting-started/gobank/faq.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.
