> For the complete documentation index, see [llms.txt](https://arc-3.gitbook.io/arc-newsletter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arc-3.gitbook.io/arc-newsletter/week-19.md).

# Week 19

NFT marketplace testing is ongoing. We've brought in even more community and partner projects to obtain feedback and are making some minor changes based on what we've received from them. Several AMAs coming up this week as well as more discussions with future NFT project partners.

**To date:**

* Minor updates throughout the website:
  1. Some modules color changes were being stubborn, they received the hammer and now match
  2. Farms data displays even when user isn't logged in
  3. About us section has added members
* Links now display properly on all social platforms
* SCSG private round is underway for 75k token ARC holders. Info can be found at [starcardsports.games/token](https://starcardsports.games/token-sale/)
* LP rewards have been adjusted down. No further change has been decided; we will announce if/when another adjustment is needed

**Upcoming:**

* APE Dads <> ARC Twitter spaces Tuesday 10th 7-8pm EST | 11pm-12am UTC&#x20;
* Crypto Assassins AMA Friday 13th, 1-2pm EST | 5-6pm UTC
* Final rounds of NFT Marketplace testing before launch
* Deployment of the updated dashboard
* ARC Generator continued development/finalization for launch


---

# 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://arc-3.gitbook.io/arc-newsletter/week-19.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.
