# Getting Started

## Requirements

This section focuses on enabling gasless transactions on mobile device using natively embedded wallets generated by the [SDK](/flutter/embedded-wallets/getting-started.md). If you would like to utilize gasless transactions on a non-native mobile device such as web app, or backend, visit [Using without embedded wallets](/flutter/gasless-transactions/using-without-embedded-wallets.md).&#x20;

## Get an API key for gasless transactions

An API key is required to use the infrastructure to power gasless transactions. Visit  <https://app.rallyprotocol.com/> to generate both Amoy and Mainnet Polygon API keys.&#x20;

## Network

This section utilizes Polygon's testnet Amoy network. To switch between Amoy and Mainnet Polygon, update the network config using <https://github.com/rally-dfs/flutter-sdk/blob/main/lib/src/network.dart>.

## RLY Token&#x20;

In this section, we leverage the RLY token ([explorer](https://www.oklink.com/amoy/token/0x846D8a5fb8a003b431b67115f809a9B9FFFe5012)) to simplify the developer experience. We maintain a token faucet and manage token contracts to ensure that developers can execute their first gasless transaction without the extra steps.

Once you are ready to use your preferred token on production, refer to the subsequent 'your chosen ERC-20 token' sections.&#x20;


---

# 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.rallyprotocol.com/flutter/gasless-transactions/getting-started.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.
