> For the complete documentation index, see [llms.txt](https://token-engineering-commons.gitbook.io/tec-source/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-commons.gitbook.io/tec-source/working-groups/omega-wg.md).

# Omega WG

## General Information

Meetings: Bi-Weekly, Wednesday, 8pm CET *(11am PST)*\
Steward: Sebnem

* [**Omega Working Group Manifesto**](https://docs.google.com/document/d/1FM5lokbcJZFXALDfwn-NIjJ1MSUjgoYgecCPwEnTydU/edit#heading=h.x7qmm9h95iaz)
* [**Agenda Document**](https://docs.google.com/document/d/1SRvWH57956GjlRXxvVGgVF7w-Exvdi7TFhVwIbpPoLQ/edit#)

## Resources

* Omega WG Zenhub Workspace
* [Omega WG Miro Board](https://miro.com/app/board/o9J_lCDymUs=/)

## Active Documents

* [Token Engineering Community Survey](https://the-commons-stack.typeform.com/to/t7M0UzZU)
* [TE Consilience Project](https://docs.google.com/document/d/1GwTiq1RcRfnDrr-Po8BbWVpOxl0b9gD1emjmgqIJDy4/edit#)
* [TE Ethics Participatory Research](https://docs.google.com/document/d/1ngUBguUdAITrNnVsum7UhjoMFUqcoFSVAj1R_yQwB2Q/edit#)
* [Research Methods](https://docs.google.com/document/d/1_y2SLg44oxCm6PDS8MxXHu6mh80-M6pPREEKVIu4BIE/edit#heading=h.71wso6xm1ooq)&#x20;
* [Governance - Moral Philosophy Slides](https://docs.google.com/presentation/d/1VHlxVFKk0yxcqP4DmlLLAVEjffdxIcxlMtUG9zq6SE8/edit#slide=id.ga458bfdb29_0_6)

## Archived Documents

* [Proposal Working Group: Omega](https://docs.google.com/document/d/1GZi7Cz0DlovZBRzocxfj-5A9Jp3lGX6kjFxoTH8v2G4/edit#heading=h.mfwf7l9lteyu)
* [TE Community Survey - Environment & I](https://the-commons-stack.typeform.com/to/t7M0UzZU)
* [Hitchhikers Guide to Token Engineering Slides](https://docs.google.com/presentation/d/e/2PACX-1vQrh5_3SJiTm-jWn28ekZIyZAxl19HHf0yixav8zJcW0WjauwjFE4H-XaU-F8X6Wshkw1tx0Slv1JfO/pub?start=false\&loop=false\&delayms=3000\&slide=id.gcd6d300658_0_0)
* [MetaFest TE Slides](https://docs.google.com/presentation/d/e/2PACX-1vRkuQViLqcK4sJlj0sRry6tryzjdSIVz3lHrApGD3H20zg7QexG0QbwpqwF1p_rieap5oVXKCayNxdv/pub?start=false\&loop=false\&delayms=3000\&slide=id.gc8420ebf32_2_5)
* [Omega WG Forum Post Review](https://docs.google.com/document/d/1QMCvwIUML61x3gHMecprUq_WKQvBZerxcKxNeyDwtn4/edit#)


---

# 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://token-engineering-commons.gitbook.io/tec-source/working-groups/omega-wg.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.
