# Other Protocols

<table data-full-width="true"><thead><tr><th width="142">Data Point</th><th width="102">Type</th><th width="267">Description</th><th width="139">Options</th><th>Data Source</th></tr></thead><tbody><tr><td>Name</td><td>String</td><td>Name of the protocol</td><td>Alpaca Finance, Unipilot</td><td>Adapter.</td></tr><tr><td>TVL</td><td>Number</td><td>Value locked in the protocol</td><td>$100M, $100k</td><td>Adapter</td></tr><tr><td>Active Users</td><td>Number</td><td>Number of active users in the protocol</td><td>10k</td><td>Adapter</td></tr><tr><td>Retained Users</td><td>Number</td><td>Number of retained users in the protocol</td><td>100k</td><td>Adapter</td></tr><tr><td>Category</td><td>String</td><td>Category of the protocol</td><td>Lending, DEX, CLM</td><td></td></tr><tr><td>Overlapping Users</td><td>Number (%)</td><td>Percentage of users overlap</td><td>14%</td><td></td></tr></tbody></table>


---

# 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://spock-analytics.gitbook.io/introduction/data-catalog/other-protocols.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.
