# Resources

## World API

These are the current addresses for the World API endpoints for both Stillness (Live) and Utopia (Sandbox) Environments

| Environment | Address                                                                                        |
| ----------- | ---------------------------------------------------------------------------------------------- |
| Stillness   | [World API (Stillness)](https://world-api-stillness.live.tech.evefrontier.com/docs/index.html) |
| Utopia      | [World API (Utopia)](https://world-api-utopia.uat.pub.evefrontier.com/docs/index.html)         |

## Package ID's

Here are the current Package ID's for Stillness (Live) and (Utopia)

## Utopia

| Object                  | Address                                                            |
| ----------------------- | ------------------------------------------------------------------ |
| World Package           | 0xd12a70c74c1e759445d6f209b01d43d860e97fcf2ef72ccbbd00afd828043f75 |
| Object Registry         | 0xc2b969a72046c47e24991d69472afb2216af9e91caf802684514f39706d7dc57 |
| Killmail Registry       | 0xa92de75fde403a6ccfcb1d5a380f79befaed9f1a2210e10f1c5867a4cd82b84e |
| Server Address Registry | 0x9a9f2f7d1b8cf100feb532223aa6c38451edb05406323af5054f9d974555708b |
| Location Registry       | 0x62e6ec4caea639e21e4b8c3cf0104bace244b3f1760abed340cc3285905651cf |
| Energy Config           | 0x9285364e8104c04380d9cc4a001bbdfc81a554aad441c2909c2d3bd52a0c9c62 |
| Fuel Config             | 0x0f354c803af170ac0d1ac9068625c6321996b3013dc67bdaf14d06f93fa1671f |
| Gate Config             | 0x69a392c514c4ca6d771d8aa8bf296d4d7a021e244e792eb6cd7a0c61047fc62b |
| AdminACL                | 0xa8655c6721967e631d8fd157bc88f7943c5e1263335c4ab553247cd3177d4e86 |

## Stillness

| Object                  | Address                                                            |
| ----------------------- | ------------------------------------------------------------------ |
| World Package           | 0x28b497559d65ab320d9da4613bf2498d5946b2c0ae3597ccfda3072ce127448c |
| Object Registry         | 0x454a9aa3d37e1d08d3c9181239c1b683781e4087fbbbd48c935d54b6736fd05c |
| Killmail Registry       | 0x7fd9a32d0bbe7b1cfbb7140b1dd4312f54897de946c399edb21c3a12e52ce283 |
| Server Address Registry | 0xeb97b81668699672b1147c28dacb3d595534c48f4e177d3d80337dbde464f05f |
| Location Registry       | 0xc87dca9c6b2c95e4a0cbe1f8f9eeff50171123f176fbfdc7b49eef4824fc596b |
| Energy Config           | 0xd77693d0df5656d68b1b833e2a23cc81eb3875d8d767e7bd249adde82bdbc952 |
| Fuel Config             | 0x4fcf28a9be750d242bc5d2f324429e31176faecb5b84f0af7dff3a2a6e243550 |
| Gate Config             | 0xd6d9230faec0230c839a534843396e97f5f79bdbd884d6d5103d0125dc135827 |
| AdminACL                | 0x8ca0e61465f94e60f9c2dadf9566edfe17aa272215d9c924793d2721b3477f93 |

## EVE Vault

You can find the latest EVE Vault release at [EVE Vault releases](https://github.com/evefrontier/evevault/releases/)


---

# Agent Instructions: 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:

```
GET https://docs.evefrontier.com/tools/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
