# Programmable Wallets

- [Programmable Wallets](https://docs.underscore.finance/programmable-wallets/user-wallet.md): Agentic wallets with programmable payments and DeFi access — execution rights without custody
- [Managers](https://docs.underscore.finance/programmable-wallets/managers.md): Give agents execution rights, not custody — within unbreakable boundaries you control
- [Payees](https://docs.underscore.finance/programmable-wallets/payees.md): Let agents pay for the services they need — recurring payments within exact limits
- [Digital Cheques](https://docs.underscore.finance/programmable-wallets/cheques.md): One-off spend without blind trust — cancellable payments with review delays
- [Whitelist](https://docs.underscore.finance/programmable-wallets/whitelist.md): Instant unlimited transfers to your most trusted addresses with time-locked security


---

# 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.underscore.finance/programmable-wallets.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.
