> For the complete documentation index, see [llms.txt](https://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/token-engineering-courses-and-resources.md).

# Token Engineering Courses & Resources

**Towards a Practice of Token Engineering | Trent McConaghy, Founder of Ocean Protocol**

{% embed url="<https://blog.oceanprotocol.com/towards-a-practice-of-token-engineering-b02feeeff7ca>" %}

**On the Practice of Token Engineering Series | Charles Rice & Dr. Michael Zargham, BlockScience**<br>

{% embed url="<https://blog.block.science/token-engineering-101-why-engineering-is-necessary/>" %}

{% embed url="<https://blog.block.science/on-the-practice-of-token-engineering-part-i-enter-the-token-engineer/>" %}

{% embed url="<https://blog.block.science/on-the-practice-of-token-engineering-part-ii-engineering-capability-responsibility/>" %}

{% embed url="<https://blog.block.science/on-the-practice-of-token-engineering-part-iii-something-is-missing/>" %}

**Token Engineering Courses** | **Token Engineering Academy**

{% embed url="<https://tokenengineering.net/explore/>" %}

**Token Design Tool** | **Token Kitchen**

{% embed url="<https://token.kitchen/dao-token-design-thinging-tool>" %}

**Crypto Economics Library** | **CuriousRabbit**&#x20;

{% embed url="<https://github.com/curiousrabbit-eth>" %}

**Blockchain Technology for Business Course Library** | **Dr. Tatiana Yukushkina for National Research University, High School of Economics Moscow**

{% embed url="<https://yakushkinahse.notion.site/References-6a03dc36ef074083aa75c089f32a53d5>" %}

**On Verifying Token-Based Systems | Trent McConaghy, Founder of Ocean Protocol**

{% embed url="<https://blog.oceanprotocol.com/on-verifying-token-based-systems-c33eca757ecf>" %}

**Intro to Economics for Web3 Founders** | **Dr. Michael Zargham, BlockScience**

{% embed url="<https://hackmd.io/i8qe9YPTSOig75i7fpXhXg?view>" %}

**Algorithms as Policy |  Dr. Michael Zargham & Dr. Kelsie Nabben, BlockScience**

{% embed url="<https://medium.com/block-science/algorithms-as-policy-44e289d34a65>" %}

**The Importance of Token Engineering Public Goods** **| Jessica Zartler for the Token Engineering Commons**

{% embed url="<https://medium.com/token-engineering-commons/wielding-promethean-fire-the-importance-of-te-public-goods-9afba0ce5a43>" %}

**Mycelial Design Patterns for Web3 & Beyond** **| Jeff Emmett & Jessica Zartler**&#x20;

{% embed url="<https://mycofi.art/>" %}


---

# 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://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/token-engineering-courses-and-resources.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.
