> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/developer-documentation/onboarding-the-web3-player/integration-of-metapro-wallet-connector.md).

# Integration of Metapro Wallet Connector

The integration of the Metapro Wallet Connector is a fundamental element in the player authentication process, providing access to the game and specific on-chain information. The detailed implementation steps are thoroughly described in the section: [Basic informations](/wallet-connector/basic-informations.md).

**Why It Matters:**

1. **User Authentication:**
   * The Metapro Wallet Connector plays a crucial role in authenticating the player. This tool allows for securely confirming the player's identity while ensuring seamless access to the gaming world.
2. **Access to the Game and Resources:**
   * Integrating the Metapro Wallet Connector gives developers control over access to the game. Players can gain full access to gaming features and their on-chain assets, creating a cohesive and secure gaming environment.
3. **Secure Information Exchange:**
   * The Connector ensures a secure exchange of information between the player and the game. This is a vital safeguard for on-chain data, protecting the player's privacy and securing all in-game transactions.
4. **Personalization of Player Experience:**
   * Through integration with the Metapro Wallet Connector, developers can tailor the player's experience based on individual preferences and assets. This creates personalized and engaging gaming experiences.

**Implementation Instructions:**

* For detailed steps on implementing the Metapro Wallet Connector, refer to the section: [Basic informations](/wallet-connector/basic-informations.md). There, you'll find a comprehensive step-by-step guide enabling a smooth integration of this crucial tool.

{% content-ref url="/pages/auaEH14gb8G9EsKejP8p" %}
[WALLET CONNECTOR](/wallet-connector/introduction.md)
{% endcontent-ref %}

The integration of the Metapro Wallet Connector is not just a technical aspect but a key element ensuring the security and coherence of player experiences in the Web3 gaming environment. Explore how to effectively deploy this connector to offer players not only access but also security and personalized experiences.


---

# 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://docs.metaproprotocol.com/developer-documentation/onboarding-the-web3-player/integration-of-metapro-wallet-connector.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.
