> For the complete documentation index, see [llms.txt](https://docs.dcalls.org/dcalls/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dcalls.org/dcalls/getting-started/why-do-i-need-to-connect-my-wallet.md).

# Why do I need to connect my wallet?

Like most of the web community, you might have grown tired of the login-password credentials that should be different for every website and app. Otherwise, it's not secure. Yes, password managers like Enpass and 1Pass have been making it easier to bear, but if you ~~(god forbid)~~ forget the master password – you're practically doomed.

That's why the web community started using the 'Register with Facebook/Twitter/Google/etc.' options. This way, you have to click one button, and you're in! (We presume you've already authenticated into one of those.)

But all these accounts get hacked or even blocked from time to time. That's why the Web3 community came up with the idea of authentication via your crypto wallet. And since you're holding private keys from your wallet, no one can block and prevent you from entering other apps.

{% hint style="info" %}
Connecting your crypto wallet to dCalls account is an authentication and identification method only. You do not expose your private key, so your wallet is secured.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.dcalls.org/dcalls/getting-started/why-do-i-need-to-connect-my-wallet.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.
