# Getting Started

{% hint style="info" %}
**Let´s Go**
{% endhint %}

### **Connecting Your Digital Wallet to Polygon (MATIC)**

To interact with Kingswap, you'll need to have a digital wallet set up for Polygon Blockchain. Here we provide the steps using MetaMask as an example:

* Visit the MetaMask website and download their extension for your browser.
* Once downloaded and installed, create a new wallet in MetaMask (or access an existing one).
* Set up Polygon in MetaMask. To do this, click on the Networks section in the MetaMask settings and then "Add Network". Input the Polygon network details:
  * Network Name: Polygon
  * RPC URL: <https://polygon-rpc.com>
  * ChainID: 137
  * Symbol (optional): MATIC
  * Block Explorer URL (optional): <https://polygonscan.com>
* After doing this, your MetaMask will be connected to Polygon.

### Connect your Wallet

* Navigate to the Kingswap Exchange: <http://exchange.kingswap.online>
* Click on the "**Connect Wallet**" button at the top right.
* Select MetaMask (or the wallet you've set up for Polygon) and accept the necessary permissions to connect your wallet with Kingswap.

### **Acquire and Store King Tokens**

Coming Soon

*


---

# 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.kingswap.online/overview/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.
