# EMBEDDED WALLET SDK

- [Quickstart](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart.md): Ramper Embedded Wallet SDK is a non-custodial wallet & web3 login solution. Let anyone log into DApps instantly without having to download wallets, use browser extensions, or store seed phrases.
- [For Web Apps](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps.md)
- [Multichain Supported](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/multichain-supported.md)
- [Wallet Integration](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/multichain-supported/wallet-integration.md)
- [Approve NFT](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/multichain-supported/approve-nft.md)
- [Approve Token](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/multichain-supported/approve-token.md)
- [Sign Typed](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/multichain-supported/sign-typed.md)
- [Get Started on Viction](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/get-started-on-viction.md)
- [Version 1](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1.md)
- [Get Started on Viction](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-viction.md)
- [Get Started on zkSync Era](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-zksync-era.md)
- [Get Started on EVM](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-evm.md)
- [Get Started on Chiliz](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-chiliz.md)
- [Get Started on NEAR](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-near.md)
- [Get Started on Terra](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/get-started-on-terra.md)
- [SDK Specifications](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications.md): These are the functions you would use in your dApp to interact with Ramper. Import each from @ramper/ethereum, @ramper/terra, or @ramper/near accordingly.
- [Initialization](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications/initialization.md): You can configure various aspects of Ramper UI by passing in a config to init() function. Make sure to first visit the Developer Dashboard to obtain your App ID and App Secret.
- [Sign In/Out](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications/sign-in-out.md)
- [Transactions](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications/transactions.md)
- [Session Management](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications/session-management.md)
- [Vanilla JS SDK](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/sdk-specifications/vanilla-js-sdk.md): Beta Preview
- [In-App Wallet View](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view.md)
- [WalletView](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view/walletview.md): Ramper SDK provides "WalletView", a wallet interface that displays inside your DApp.
- [Fiat Onramp](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view/fiat-onramp.md)
- [Standalone Wallet](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/in-app-wallet-view/standalone-wallet.md)
- [CONNECT MOBILE SDK](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/connect-mobile-sdk.md): Currently React Native is only available on EVM
- [Get Started on Mobile](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/connect-mobile-sdk/get-started-on-mobile.md): Ramper's React Native SDK helps developers provide easy access to the Blockchain for non-native crypto users through their SSO accounts.
- [React Native EVM](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-web-apps/version-1/connect-mobile-sdk/react-native-evm.md)
- [For Unity Apps](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-unity-apps.md)
- [For Telegram Mini Apps](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-telegram-mini-apps.md)
- [Set up Telegram bot](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-telegram-mini-apps/set-up-telegram-bot.md)
- [Implement Ramper Telegram SDK](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-telegram-mini-apps/implement-ramper-telegram-sdk.md)
- [For React Native Apps](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps.md): Ramper's React Native SDK helps developers provide easy access to the Blockchain for non-native crypto users through their SSO accounts.
- [Installation](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps/installation.md)
- [Getting Started](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps/getting-started.md): The RamperContext provides a global context for the Ramper wallet integration, managing authentication, theming, dapp functions, etc.
- [Wallet Integration](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps/wallet-integration.md)
- [Sign Typed](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps/sign-typed.md)
- [Approve](https://docs.ramper.xyz/embedded-wallet-sdk/quickstart/for-react-native-apps/approve.md)
- [Terms & Conditions](https://docs.ramper.xyz/embedded-wallet-sdk/terms-and-conditions.md)
- [Privacy Policy](https://docs.ramper.xyz/embedded-wallet-sdk/privacy-policy.md)


---

# 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.ramper.xyz/embedded-wallet-sdk.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.
