# Approach Benefits

1. **Security**\
   User funds are stored in a smart wallet under the user's control. Yieldex server only sends requests to the smart account.
2. **Convenience**\
   Automatic rebalancing without manual work from the user.
3. **Wide network coverage**\
   Using the universal ERC-4337 approach allows interaction with any network where there is a lucrative and safe stablecoin yield
4. **Flexible configuration**\
   Can set limits on amounts, terms, call frequency, etc.


---

# 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://yieldex.gitbook.io/yieldex-docs/benefits.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.
