> For the complete documentation index, see [llms.txt](https://docs.paytweed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytweed.com/developer-tools/external-integrations/wagmi-connector.md).

# Wagmi connector

{% embed url="<https://github.com/paytweed/Tweed-WAGMI-Connector>" %}

Tweed’s new [Wagmi](https://wagmi.sh/) Connector makes it easier for developers using Wagmi to integrate Tweed’s [Wallet-as-a-Service](/products/waas.md) solution. Wagmi, a robust toolkit, empowers developers with an open source collection of React Hooks that make it easier to interact with the Ethereum blockchain. With modular APIs, automatic type safety, and comprehensive documentation, Wagmi delivers an unparalleled experience in building Ethereum applications.

The synergy between Wagmi and Tweed is a game-changer for Web3 devs building on Ethereum. Tweed helps developers open up their applications through easy and secure web2 user onboarding. With advanced, self-custodial key management, companies can open up wallets for users behind the scenes, ensuring secure and compliant user ownership and an easy onboarding process. Tweed's wallet-as-a-service SDK encrypts private keys with secrets such as Google Single Sign On, simplifying wallet recovery without the need for a 12-word seed phrase. Users can access wallets and switch devices seamlessly through straightforward login methods, and key decryption occurs locally for enhanced security.

Wagmi developers can also take advantage of Tweed’s versatile authentication, streamlining the process by enabling users to connect their MetaMask wallets or utilize WalletConnect out of the box, and eliminating the need for multiple configurations. With everything under one roof, Tweedy enhances the user experience but also simplifies the integration of Wagmi. Developers can also unlock more features and products provided by Tweed such as the NFT and  In-Platform Token Checkout, offering fiat payment methods for buyers and flexible settlement options for sellers.

To integrate, developers can view our Github and run the [Wagmi Connector example](https://github.com/paytweed/Tweed-WAGMI-Connector)


---

# 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.paytweed.com/developer-tools/external-integrations/wagmi-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.
