# Glossary

* **EOA**: Externally Owned Account (eg, your Metamask wallet address).
* **Smart Account**: Your modular ERC-4337 account contract.
* **ERC-4337**: Account abstraction standard using UserOperations executed via an EntryPoint.
* **Bundler**: Off-chain service that submits UserOperations to EntryPoint.
* **EntryPoint**: ERC-4337 contract that validates and executes UserOperations.
* **Session Agent**: Authorized signer for an account session.
* **Session**: A time/permission-bounded authorization for an agent to act on your behalf.
* **GSPM**: Global Session Policy Module; policy firewall for agent execution.
* **Position Manager**: Liquidity manager for NFT-based concentrated liquidity positions.
* **DeFi Agent**: Strategy module computing tick ranges and rebalance signals.
* **Slippage budget**: Allowed value loss over a rolling window, enforced on-chain.
* **Recipient pinning**: Enforcement that proceeds go only to the account or owner.
* **Performance fee**: A protocol fee charged on realized fees/yield, collected at rebalance or autocompound events.\
  **Autocompound**: A scheduled process that realizes and reinvests fees/yield back into the position (runs weekly).


---

# 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.alloc8.xyz/glossary.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.
