# Delegate

Using a contract that operates through delegation, it provides a list of actual code addresses and code disclosure status of contracts located at other addresses.

If there is another contract (Delegator/Delegatee) that controls the operation of the contract, the behavior can be changed at any time, resulting in unintended behavior by the user. Check if there are associated contracts in the “Delegate” tab.

The lists in the Delegatee are contracts that actually operate by receiving a delegation from the Delegator. If the code of the actual operating delegate contract is publicly disclosed, a label is displayed in the “Code” section.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2PS9zwTpY8OC9Zj7f0wF%2Fuploads%2Fxmz1Q9NH8BcLABhH4MtA%2Fimage.png?alt=media&#x26;token=668664dd-cae6-4216-8a48-a717d658891a" alt=""><figcaption></figcaption></figure>

Be careful when using anonymous projects whose actual operating Delegate contract code is not publicly disclosed, as there is a risk of a hard rug.

<figure><img src="https://content.gitbook.com/content/gFCFldhGojm5Eu8QZ4Qo/blobs/4jhBoz537zJQtm2hYrlS/image.png" alt=""><figcaption></figcaption></figure>


---

# 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.kaiascope.com/contract/delegate.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.
