> For the complete documentation index, see [llms.txt](https://docs.maticmike.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maticmike.club/matic-mike/matic-mike-devs.md).

# Matic Mike Devs

## Mike Dev

👋 Creator / Art / Full-Stack Engineer

![](/files/36XakmkXqL3vRr2ybhWl)

### Bio

{% hint style="info" %}
**Mike Dev** has been a full-time full-stack software developer for over 12 years, as well as a long term Ethereum hodler.

Mike Dev started website development in the early 2000s while in middle school, graduated with a BS in Computer Science in 2011, and started blockchain dev just a few months ago.
{% endhint %}

## Andre

👋 Discord Engineer / Marketing / Moderation

![](/files/2pc46YwLJoDojkHzgQrx)

### Bio

{% hint style="info" %}
**Andre** is a seasoned marketing leader with 9+ years of marketing management and sales development experience across multiple sectors.

He's been in the NFT space for a year now and has turned the hobby into a full time job. When he's not staring at his discord you'll be able to find him poppin' bottles at your nearest rooftop bar.
{% endhint %}


---

# 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://docs.maticmike.club/matic-mike/matic-mike-devs.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.
