# Safe Delegation Mechanism (Session Keys)

1. **Short-term rights issuance** \
   User signs transaction through EOA, creating a smart wallet that stores permissions list, limit settings, and sends ERC-4337 contract to network.
2. **Whitelist specification**\
   For protocols (specific pools) and allowed operations (deposit, withdraw).
3. **Setting limits** \
   By amount (for example, no more than 3000 USDT) and validity period (number of blocks, or specific timestamp).
4. **Unauthorized access control**\
   When the limit is exceeded or an attempt to access unauthorized protocol occurs, functionality is blocked at the Permission Manager contract level.


---

# 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/overview.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.
