> For the complete documentation index, see [llms.txt](https://docs.secondswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secondswap.io/getting-started/welcome-to-secondswap/quick-start-guide.md).

# Quick Start Guide

### Connect a Wallet

* **Step 1: Click Connect Wallet**
* **Step 2: Select Wallet Type**
* **Step 3: Check Permissions and Click Connect**
* **Step 4: Click Sign**
* **Step 5: Click Confirm**

{% content-ref url="/pages/WTD7ntvqMbtyJ4Rl1DWX" %}
[Connecting your Wallet](/how-to-guides/connecting-your-wallet.md)
{% endcontent-ref %}

### **Creating Bids and Linking Telegram**

* **Step 1: Search for Specific Token or Browse the Marketplace**
* **Step 2: Select Tokens & Bid**
* **Step 3: Confirm your bid offer**
* **Step 4: Connect your Telegram to get notified when tokens are available for purchase.**
* **Step 5: Share the Tokens that you just bid on. The more demand, the more tokens listed.**

{% content-ref url="/pages/CIqMxZzWZmF7nzPs5Hsw" %}
[Creating Bids and Linking Telegram](/how-to-guides/creating-bids-and-linking-telegram.md)
{% endcontent-ref %}

### **List a Token Lot**

* **Step 1: Head to the “My Assets” section**
* **Step 2: Select token you would like to list**
* **Step 3: Enter the amount you want to sell and the price in USDT**
* **Step 4: Select the Fill Type, Discount Type, and the Discount Amount**
* **Step 5: Review Listing Details and Confirm Listing**
* **Step 6: Your listing can now be found and searched in the Marketplace**

{% content-ref url="/pages/rLxh7ECNNAlS7cGbUEVj" %}
[Listing Tokens for Sale on the SecondSwap Marketplace](/how-to-guides/buyers-and-sellers/listing-tokens-for-sale-on-the-secondswap-marketplace.md)
{% endcontent-ref %}


---

# 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.secondswap.io/getting-started/welcome-to-secondswap/quick-start-guide.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.
