> For the complete documentation index, see [llms.txt](https://docs.secondlive.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secondlive.world/get-started/tutorial-for-sl-marketplace-trilogy-challenge.md).

# Tutorial for SL Marketplace Trilogy Challenge

This challenge consists of three phase tasks on the Marketplace, where participants must reach the required number of trades for each task. All trading orders for each task should be made using the designated "Go Now" links; otherwise, participants may not successfully claim rewards.

Note: The completion of tasks is based on the number of trade orders, not the number of items purchased per order. If multiple items are purchased in a single order, it will still only count as one trade.

Phase 1: Complete three transactions on the SecondLive secondary market to claim a Hairstyle NFT and receive a 10 $BEAN bonus. (Check your on-chain wallet for $BEAN transfers.)

As shown in the image below, you can purchase any item with a listed price.

Go Now:<https://secondlive.world/marketplace/0>

<figure><img src="/files/0kpz5Tl1zhPhkTVbef7a" alt=""><figcaption></figcaption></figure>

Phase 2: Complete three transactions on the SecondLive IMO market to claim another Hairstyle NFT and receive 20 $BEAN.

As shown below, you can purchase first-hand works released by creators.

Go Now：<https://secondlive.world/marketplace/imo/list?tab=2>

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

Phase 3: Complete ten more transactions on the SecondLive secondary market to claim a scarce Dance Space and receive 50 $BEAN.

Go Now:<https://secondlive.world/marketplace/0>

Get ready for a lively SL shopping spree, packed with exceptional and captivating finds!


---

# 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.secondlive.world/get-started/tutorial-for-sl-marketplace-trilogy-challenge.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.
