> For the complete documentation index, see [llms.txt](https://devdocs.educhain.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devdocs.educhain.xyz/services/wallets/web3auth.md).

# Web3Auth

Web3Auth is a pluggable wallet infrastructure for Web3 wallets and applications. It streamlines the onboarding of both mainstream and crypto native users in under a minute by providing experiences that they're most comfortable with. With support for all OAuth-based login systems, web & mobile native platforms, Web3Auth provides a seamless onboarding experience for your users

You can follow a quick start guide [here](https://web3auth.io/docs/quick-start?product=PNP\&sdk=PNP_MODAL\&framework=REACT\&stepIndex=0)

In order to use Web3Auth on Open Campus testnet we will need to adap the network config file to

```
const  chainConfig: {
    chainNamespace: "eip155", 
    chainId: "0xA045C",// Cahin Id 656476 in hex
    rpcTarget: "https://rpc.open-campus-codex.gelato.digital",
    displayName: "Open Campus Codex",
    blockExplorer: "https://opencampus-codex.blockscout.com/",
    ticker: "EDU",
    tickerName: "EDU",
  },
```


---

# 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://devdocs.educhain.xyz/services/wallets/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.
