# Magic

## What is Magic?

[Magic.link](https://magic.link/) provides a wallet-as-a-service (WaaS) platform with essential NFT capabilities. It enables developers to integrate passwordless authentication, create and manage digital wallets, and offer seamless NFT experiences.

As a non-custodial WaaS platform, it integrates perfectly with third-party wallets such as MetaMask and Coinbase Wallet.

## What this means to you

You can onboard your users to web3 by implementing Magic wallet within your app. To that end, Magic provides [a host of client-side and server-side SDKs](https://magic.link/docs/api/overview), as well as a [Web API implementation](https://magic.link/docs/api/client-side-sdks/web) that you can call right from your JavaScript code.

As often, the [Quick Start](https://magic.link/docs/home/quickstart/integration) section is the best place to start.

The Magic site has a Chiliz-specific page, which is based on their Ethereum tutorial:

{% embed url="<https://magic.link/docs/blockchains/other-chains/evm/chiliz>" %}

{% embed url="<https://magic.link/docs/blockchains/featured-chains/ethereum/javascript>" %}


---

# 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.chiliz.com/community/chiliz-chain-ecosystem/wallets/magic.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.
