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

# (⚡️,⚡️)

### What is (⚡️,⚡️)?

This refers to "bond + stake" strategy, the best strategy for everyone collectively in Meta DAO from the Game Theory perspective.  It's the same as Olympus DAO's (3,3) strategy. &#x20;

The best strategy with highest scores for all Meta DAO collectively&#x20;

**staking = +2**

**bonding = +1**

**selling = -2**&#x20;

Assuming there are two participants in all scenarios, the total scores of the protocols:&#x20;

**both actors bond & stake = (3, 3) = 6**

**one bond & one stake = (3, 1) = 4**

**if one sells = (1, -1) = 0**

**if both sell = (-3, -3) = -6**&#x20;

With Meta DAO, $META can only be minted or burned by the protocol and it also guarantees that each META is always backed by some amount of 1 MIM.


---

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

```
GET https://meta-dao.gitbook.io/meta-dao-docs/functions-of-meta-protocol/undefined.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.
