# Features

Wepin is a wallet solution designed to simplify user onboarding for Web3 services and enable easy management of blockchain assets. Traditional wallet systems often caused user drop-off due to their complex creation process and key management issues, requiring significant cost and resources to implement. Furthermore, safely managing private keys posed a major challenge. Wepin solves these problems and provides developers with various features that make wallet integration easy. Below are the key features of Wepin.

### Simple Wallet Based on Social Login

Wepin supports major [**social login providers**](https://docs.wepin.io/en/login/social-login-auth-providers) such as Google, Apple, Naver, and Discord, allowing users to easily create and log into their wallets. This enables users to quickly access Web3 services without having to go through complicated wallet creation procedures. Additionally, Wepin offers a [**simplified login**](https://docs.wepin.io/en/login/simplified-login) feature that integrates the service login and wallet login into one smooth onboarding experience for users. Developers can also set up additional [**providers**](https://docs.wepin.io/en/widget-integration/web-javascript-sdk/provider) as needed to interact with various blockchain networks.

### **Powerful Widget Functionality**

Wepin provides a widget that developers can easily integrate into their service. With this widget, users can view and send or receive tokens and NFTs, check their wallet addresses, and handle transaction signature requests. The widget supports multiple languages (English, Korean, Japanese), ensuring a consistent experience for global users. Additionally, the widget’s customization features allow for the maintenance of a unique brand identity while delivering a consistent user experience. The widget can be integrated into various environments, including [Web](https://docs.wepin.io/en/widget-integration/web-javascript-sdk), [Android](https://docs.wepin.io/en/widget-integration/android-java-and-kotlin-sdk), [iOS](https://docs.wepin.io/en/widget-integration/ios-swift-sdk), [Flutter](https://docs.wepin.io/en/widget-integration/flutter-sdk), [React Native](https://docs.wepin.io/en/deprecated/react-native-sdk), [Unity](https://docs.wepin.io/en/deprecated/react-native-sdk), and [Compose Multiplatform](https://docs.wepin.io/en/widget-integration/compose-multiplatform-sdk).

### **Dashboard for Administrators: Workspace** <a href="#workspace" id="workspace"></a>

Wepin offers a management environment through its administrator dashboard, [**Workspace**](https://docs.wepin.io/en/wepin/workspace), where all wallet-related information can be efficiently managed. In the workspace, administrators can [**configure blockchain networks, tokens, and NFTs**](https://docs.wepin.io/en/wepin/workspace/add-networks-and-assets) accessible via the widget, [**customize widget designs** ](https://docs.wepin.io/en/wepin/workspace/widget-design)to deliver user experiences tailored to the service, and make adjustments without modifying code. This allows for flexible responses to changing service requirements.

### **Multichain Support**

Wepin supports a wide range of blockchain networks, including both EVM-based and non-EVM blockchains, enabling developers to expand their wallets across multiple chains without being limited by network compatibility. If additional mainnet support is required, Wepin can easily accommodate this without extra costs, allowing wallet integration without concerns about mainnet support. You can check the list of supported networks on the [Supported blockchains page](https://docs.wepin.io/en/wepin/supported-blockchains).

### **Non-Custodial Architecture**

Wepin is designed with a non-custodial architecture, ensuring that users have complete ownership of their wallets. The user's private key is accessible only to them, and even Wepin administrators and developers cannot access it. Additionally, users can extract their wallet keys at any time, making them compatible with other self-custody wallets. For more information on Wepin’s key generation and signing processes, please refer to the [Architecture page](https://docs.wepin.io/en/wepin/architecture).

### **Technical Support**

Wepin offers fast and easy integration of in-app wallets, optimized for any service. We provide SDKs that can be integrated in just one hour, allowing developers to connect Wepin wallets to their service without complex coding. Additionally, developers can receive prompt and efficient technical support through our developer support channels, ensuring a smooth integration process.


---

# 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.wepin.io/en/wepin/features.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.
