# FAQ

<details>

<summary>Does my subscription renew automatically?</summary>

No. When you purchase a 1-month, 3-month, or 1-year plan, it will not renew automatically after expiration. You will need to manually purchase a new plan once it ends.

</details>

<details>

<summary>Can I buy multiple subscriptions at once?</summary>

Yes. Subscription periods are stackable. For example, if you buy a 1-month plan and a 3-month plan, they will be combined for a total of 4 months of access.

</details>

<details>

<summary>Do I need to connect my main / cold wallet?</summary>

No. You can connect a completely empty wallet with just enough ETH to pay gas fees on Base and the required amount of USDC for your subscription. Once the payment is made, you’ll be able to set any EVM address to track (by default, the connected wallet will be used).

</details>

<details>

<summary>How does Yecho calculate daily income?</summary>

Yecho takes on-chain snapshots of your positions and computes the delta between days. This provides accurate real yield data, not estimates.

</details>

<details>

<summary>Do you store or access my funds?</summary>

No. Yecho never touches, moves, or interacts with your assets. It only reads on-chain balances.

</details>

<details>

<summary>Can I track multiple wallets?</summary>

At the moment, Yecho tracks **one wallet per connected address**.\
If you use several wallet addresses, you will need to connect and manage each one separately.

We are currently evaluating a future feature that would allow users to **track multiple addresses under a single account**.

</details>

<details>

<summary>Can I use Yecho for institutional or high-volume tracking?</summary>

Yes. We offer an Enterprise [API](https://app.gitbook.com/o/ZZZvCLLvYWVUEqHIYnZj/s/ixbjaRBzIf0VJk0BWlCA/~/edit/~/changes/2/enterprise-and-api) designed for wallets, dApps, and analytics teams.

</details>

<details>

<summary>How often are snapshots taken?</summary>

Snapshots are taken once per day by default. Some protocols offer additional intra-day updates depending on their design.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.yecho.app/getting-started/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
