# Web3Auth

## What is Web3Auth?

Web3Auth is a pluggable embedded wallet infrastructure that simplifies Web3 wallet integration and user onboarding. It supports OAuth-based logins and multiple platforms, allowing users to access Web3 applications through familiar authentication methods in under a minute.

Web3Auth is not a wallet, but rather a wallet infrastructure that can be integrated into any application.

## What this means for you

By integrating Web3Auth into your Chiliz Chain projects, you can simplify your user onboarding by enabling passwordless login with familiar methods like social accounts, improving accessibility and adoption.

This way, Web3Auth helps you enhance security through non-custodial key management, ensuring users maintain control over their private keys.

Learn more about Web3Auth on their Chiliz-specific documentation:

{% embed url="<https://web3auth.io/docs/connect-blockchain/evm/chiliz>" %}


---

# 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.chiliz.com/community/chiliz-chain-ecosystem/developer-tools/web3auth.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.
