# Delegators

**Delegators** hold the logic to delegate voting or proposition power for a given type of governance token. There is 4 different **Delegators** that **PalPools** can clone to create **PalLoans** :&#x20;

###

### Basic Delegator

Based on Governor Alpha/Bravo governance, and on COMP-like tokens.

Currently used for COMP & UNI PalPools.

### Aave Delegator

Based on Aave Governance, and the AAVE token delegation logic.

Currently used by the AAVE PalPool.

### Aave Claimer Delegator

Also Based on the Aave Governance, and inheriting the delegation logic from the Aave Delegator, this Delegator adds Claim logic to retrieve any rewards earned by stkAAVE tokens during the delegation period.

Currently used by the stkAAVE PalPool.

### Snapshot Delegator

Based on the Delegation Strategy that can be applied in a Snapshot space, and that uses the Gnosis Delegate Registry (0x469788fE6E9E9681C6ebF3bF78e7Fd26Fc015446).

Currently not used by any PalPool.


---

# 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.paladin.vote/paladin-lending/technical-docs/delegators.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.
