> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/community/chiliz-chain-ecosystem/wallets/magic.md).

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