# Onboarding Simplified:                  Wallet or No-Wallet

KiX is inclusive. If you love football, regardless of how much you know about crypto - we want you 'IN'!&#x20;

With that in mind, we're excited to adopt a relatively new concept within crypto called  '[account abstraction](/kix/further-information/account-abstraction.md)', or AA for short.&#x20;

The onboarding of new users is now really simple, without compromising the core blockchain principles of decentralization, security and transparency.

{% hint style="info" %}
Users, both new & old to Web3, can onboard simply, seamlessly and securely onto the KiX decentralized application with the minimum of friction.&#x20;
{% endhint %}

Account Abstraction uses the [ERC 4337](https://cointelegraph.com/learn/account-abstraction-guide-to-ethereums-erc-4337-standard) protocol, and enables a user to create their own decentralized account directly onto a **smart contract** within the KiX eco-system, on the Polygon blockchain. &#x20;

{% hint style="info" %}
A **smart contract** controlled by a user is known as a **smart account**.&#x20;
{% endhint %}

This smart account is effortlessly controlled by the user's login method, which could be as simple as using an external wallet like Metamask or a familiar social login. Either of these methods acts as their signing approval for the creation of the account and all transactions, making the process a breeze.&#x20;

Creating smart accounts using the [ERC 4337](https://cointelegraph.com/learn/account-abstraction-guide-to-ethereums-erc-4337-standard) protocol removes the pain points of being on the correct network chain with the correct tokens to pay gas fees; essentially these hurdles are all abstracted away from the account.

The user's KiX **smart account** is conveniently created on the [Polygon Network](https://polygon.technology/), regardless of their origin. What's more, all gas fees for users' transactions are taken care of internally by KiX, giving you the freedom to focus on what matters most.&#x20;

A significant list of external wallets, including Metamask and Wallet Connect, may be used to create KiX accounts and authorize transactions.&#x20;

Alternatively, for those new to Web3 or natives who want to 'keep it simple,' there are a number of social logins that can be used to create an account and authorize transactions in exactly the same way as an external wallet.&#x20;

We support social logins from Google (Gmail), Apple, Twitter, TikTok, LinkedIn, and a few others.&#x20;

Our smart accounts use [Shamir's secret sharing](https://en.wikipedia.org/wiki/Shamir's_secret_sharing), which enables a secure, decentralized approach to private key management. Effectively, there is now no need to save private keys; it's all done for you through this technology. &#x20;

In summary, once connected to our dApp, all tokens are held in a 'smart account' assigned to the user on the blockchain. Only the user can authorize transactions on their account, and the process is managed by fully audited conventions provided by third parties.

Once a user's 'smart account' has been created, they can transfer their $KIX tokens or stablecoins into an external wallet of their choice or move them to an exchange.

\* **PLEASE NOTE: Under regulation KiX is not offered or promoted to UK users or residents. \***


---

# 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://kix-2.gitbook.io/kix/getting-started/onboarding-simplified-wallet-or-no-wallet.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.
