# Intelligence Lake

### :dna: Wallet Intelligence Layer

* Parses transaction history, current holdings, staking behavior, and protocol preferences.
* Builds a unique **on-chain identity profile** per user.
* Tracks:
  * Token balances & performance
  * Yield farming patterns
  * Protocol reputation exposure
  * Gas & transaction behaviors

***

### :bar\_chart: Yield Aggregation Layer

* Continuously fetches and aggregates data from major DeFi protocols across chains.
* Supports:
  * Lending/borrowing (Aave, Compound)
  * DEX LPs (Uniswap, Curve)
  * Liquid staking (Lido, Rocket Pool)
  * Yield optimizers (Yearn, Beefy)
* Standardizes APY, TVL, duration, and gas cost across protocols.

***

### :shield: Security Layer

* The protocol continuously:
  * Monitors market changes
  * Tracks protocol risks
  * Updates the user’s recommended positions
* Users receive optional AI notifications for rebalancing or exit signals.


---

# 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://staike.gitbook.io/staike-whitepaper/intelligence-lake.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.
