# Example of User Journey

Midl provides a user experience similar to interacting with EVM-based dApps but leverages Bitcoin wallets for transaction signing. Users can:

* Use familiar BTC wallets: Interact with compatible native BTC wallets of choice. No need to change what you are used to.
* Multiple transactions: Send up to 10 Midl transactions simultaneously within a single BTC transaction.
* Sign intents securely: Users generate and sign intents representing their desired actions within Midl dApps using their BTC private keys, which remain securely in their wallets. Midl does not have any access to these private keys at any time. The signed intents include attached BTC transaction hashes, ensuring that all transactions are authenticated and controlled exclusively by the user.


---

# 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://midl.gitbook.io/midl/midl-overview/example-of-user-journey.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.
