# Quickstart !

## SAY GM&#x20;

* **Connect your wallet** – Click *Connect Wallet* and choose MetaMask or WalletConnect.
* **Say GM** – Hit the green **Say GM** button to send your GM for the day.
* **Track your progress** – View streaks, total GMs, XP, and leaderboard position.

{% hint style="info" %}
💡 *Tip:* You can only send **1 GM per chain per day** — so visit multiple chains for extra XP.
{% endhint %}

<figure><img src="/files/YEUAM5xoJeQ5WApCDjyP" alt=""><figcaption></figcaption></figure>

## Deploy a Smart Contract

**Deploy a Smart Contract –** CheapGM lets you deploy pre-built smart contracts directly from the app without writing code.

1. **Go to “Deploy SC” tab** – In the main menu, select the **Deploy Smart Contract** section.
2. **Select the network** – Choose the blockchain where you want the contract deployed.
3. **Confirm in your wallet** – Approve the transaction in MetaMask or WalletConnect.
4. **View your contract** – Once deployed, you’ll see the contract address and can interact with it instantly.

{% hint style="info" %}
💡 *Tip:* Contracts deployed through CheapGM are verified on-chain
{% endhint %}

<div data-full-width="false"><figure><img src="/files/t9sggf3gaDarAVbC7L2W" alt=""><figcaption></figcaption></figure></div>


---

# 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://doc.gm.cheap/getting-started/quickstart.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.
