> For the complete documentation index, see [llms.txt](https://docs.department77.com/department-77/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.department77.com/department-77/guides/getting-started/1.-get-some-droids.md).

# 1. Get some droids!

First thing to do is to get your hands on a droid NFT. There are three collections available:

1. **Deus MK1** - this is the original collection launched in March 2022 on Terra. Deus has the Special Ops archetype so it does best on rescue missions. Holding a Deus also gives you an automatic first-tranche whitelist spot on *all future Department 77 collections*. You can buy Deus off the secondary market on [OnePlanet (Polygon)](https://www.oneplanetnft.io/collections/items/0x81453949c0f5a4af156b55710c4060897c35d0e8?sort=price_low_to_high).
2. **Mono MK1** - assassin model that does best on kill missions. Holding a Mono gives you an automatic second-tranche whitelist spot on all future Deopartment 77 collections. You can buy  Mono off the secondary market on [OnePlanet (Polygon)](https://www.oneplanetnft.io/collections/items/0x8c17a58345b9abe99e363cae88b4a2a8a8fdf3b0?sort=price_low_to_high).
3. **Echo MK1** - specifically designed for the Secret Network blockchain. These droids have access to special data broker missions, which are highly lucrative. Echos are money-makers, and it's always a good idea to have a few of these always running data broker missions. You can buy Echo on [Stashh (Secret Network)](https://stashh.io/collection/department-77-echo-mk1) - they are still available brand new!

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


---

# 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.department77.com/department-77/guides/getting-started/1.-get-some-droids.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.
