> For the complete documentation index, see [llms.txt](https://universe.titan.tf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universe.titan.tf/history/storyline/break-the-safe.md).

# Break the Safe

"Break the Safe" is the first massive ARG (alternate reality game), and story driven event. The event came with a teaser and a trailer, along with multiple progression of events.

![](/files/-Lk-GvhKLy9daXsVhGf3)

### Event

This was a message relayed from Team Titan to the Grand Council after discovering a locked safe in Sexton Co.

"Team Titan here, we have successfully intruded Sexton Co. and we found a safe estimated to be worth $10,000"

"The safe is locked however. It requires a key and a 5 digit pin to unlock it."\
— Message from Team Titan (Elite Division of GC) to Grand Council

### Story Progression

The Grand Council has intruded into the domains of Sexton Co. and is greeted by a safe estimated to be worth $10,000. The safe is locked and requires a key and a 5 digit pin to unlock it.

The team had attempted to input a random number without a key and has accidentally activated its self defense mechanism, a bomb.

A timer attached to the bomb displayed 20:00:00:00.0 and started counting down. The safe is assumed to be set to explode 20 days from now. The team is determined to break open the safe after coming this far, and is seeking help from agents to unlock it.

The Grand Council has tasked agents around the world to gather as many keys as possible and guess the 5 digit code to unlock it, the winner will receive the money in the safe. You are tempted to be the one to unlock the safe and want to hunt down as many keys as you can find to stand a chance of winning the big prize in it. You registered yourself as an agent, and the story begins.


---

# 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://universe.titan.tf/history/storyline/break-the-safe.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.
