> 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-23.md).

# Week 23

* NFT marketplace has launched onto production and is out there for everyone to see. We acknowledge that we have some bugs to fix to optimise the platform to even get it to the start line.
* Marketing has had a near impossible time with the constant delays to the platform and thus has been placed on hold entirely - we have plans but as you can appreciate we need to get the product right first.
* No hard dates being given for the completion of the NFT MP. This is not because its far away but because we don't want to disappoint.
* SWAPS - We are aware of the mobile compatibility issue and this will be addressed as soon as the NFT MP is stable and launched.
* ERC1155 - To be removed as an option due to complications for initial launch. This will be intended on being in later iterations, but for now ERC721 will be the only token type supported. (THIS DOES NOT AFFECT LAZY MINTING)
* AMA Upcoming - **1900 UTC Wednesday 08 June 2022 -** This is a general update and a forum to ask any questions or voice any concerns.
* Ryan Kowalczyk is taking 2 weeks off to properly recover from COVID and will be back no doubt with increased vigour and passion. We wish him all the best in recovering and look forward to seeing him on his return.
* Patch Notes created in Gitbook - these will be updated after every release.


---

# 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-23.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.
