> For the complete documentation index, see [llms.txt](https://team57.gitbook.io/web3-sensei/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://team57.gitbook.io/web3-sensei/features/onboarding-web2-users.md).

# Onboarding Web2 Users

As a leading gateway to the Web3 community, Web3 Sensei not only provides a variety of compelling incentives but also equips users with a comprehensive suite of Web3 onboarding tools to ease their transition into the Web3 space.

**Web3 Sensei Soulbound Token (Web3 Sensei SBT)**: Acting as a singular digital identity, Web3 Sensei offers its community members the Web3 Sensei SBT. This unique token is instrumental in enhancing integrity and fostering trust within the community, facilitating a seamless entry into the Web3 world.

**Web3 Sensei Wallet**: This wallet is often the first foray into cryptocurrency storage for many in the Web3 Sensei community. It boasts a user-friendly interface and robust infrastructure, designed to securely house Web3 assets and enable smooth transactional operations.

**On-Chain Protocol Interactions**: Web3 Sensei diligently gathers comprehensive on-chain behavior data by actively engaging with protocol interactions on the BNB Chain. This initiative is crucial for conducting thorough behavioral analyses and gaining valuable insights, thereby establishing a solid foundation for the growth of both the community and the overall ecosystem.


---

# 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, and the optional `goal` query parameter:

```
GET https://team57.gitbook.io/web3-sensei/features/onboarding-web2-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
