> For the complete documentation index, see [llms.txt](https://nikepig.gitbook.io/nikepig/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nikepig.gitbook.io/nikepig/whitepaper/nikepig-whitepaper/governance.md).

# Governance

$NIKEPIG’s leadership consists of a core team of four — Guthix, Caleb, Elbonzys, and Spanners who have been leading key initiatives since August 2024. Operating under the Community Take Over (CTO) model, they now steer the project with a focus on transparency, progress, and community-driven direction.

A multisignature wallet with the handle **$feedthepig** was established as the main $NIKEPIG treasury.&#x20;

X account of the signers are:

* **Guthix -** [@Guthix19](https://x.com/Guthix19)
* **Elbonzys -** [@Elbonzys](https://x.com/elbonzys)&#x20;
* **Dr Caleb -** [@CalLovesTrading](https://x.com/CalLovesTrading)

In addition to $feedthepig, two more wallets have been created to streamline project operations:

1. **$nikespending** – A spending wallet designed to facilitate transactions that are not well-suited for multisig processes. This wallet ensures smoother execution of projects that require faster or more flexible spending mechanisms.
2. **$burnnike** – This wallet is intended to become a dedicated burn address in the near future. While it currently functions as a regular wallet, plans are in place to convert it to a true burn address to support the deflationary aspects of the $NIKEPIG ecosystem.

<br>


---

# 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://nikepig.gitbook.io/nikepig/whitepaper/nikepig-whitepaper/governance.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.
