# AI Agent Dev Roadmap

{% hint style="success" %}
Questions? Feedback? Cool ideas to build?\
\
Follow [this guide](https://mode.hashnode.dev/get-developer-role) on how to get the Developer role on our discord and come say hi!
{% endhint %}

### Mode Roadmap

<details>

<summary>Mode Starter Kit</summary>

* [ ] Add Mode Mainnet and Testnet to your wallet - [Add Mode](/user-guides/using-mode-mainnet.md)
  * [ ] Mainnet Added
  * [ ] Testnet Added
* [ ] Deploy a smart contract on Mode testnet
  * [ ] [Quick start](/introduction/quick-start.md)
  * [ ] [Deploying a Smart Contract](/tutorials/deploying-a-smart-contract.md)
  * [ ] [Register a Smart Contract](/tutorials/sfs-sequencer-fee-sharing/register-a-smart-contract.md)
  * [ ] ***EXTRA:***[Verifying your smart contract](/tutorials/verifying-your-smart-contract.md)

</details>

* [ ] Watch one of our workshops with our partners:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Tenderly 101</strong></td><td></td><td></td><td><a href="https://www.youtube.com/watch?v=zbUKLcW5qdY&#x26;t=138s">https://www.youtube.com/watch?v=zbUKLcW5qdY&#x26;t=138s</a></td><td><a href="/files/wZRC6gQooOUt98ch9sdL">/files/wZRC6gQooOUt98ch9sdL</a></td></tr><tr><td><strong>Introduction to OEV with API3</strong></td><td></td><td></td><td><a href="https://www.youtube.com/live/m-xJQO4mS6s?si=yFV3SLj9pap_H7Zy">https://www.youtube.com/live/m-xJQO4mS6s?si=yFV3SLj9pap_H7Zy</a></td><td><a href="/files/lAzLdNoBQuePuvQgM9u3">/files/lAzLdNoBQuePuvQgM9u3</a></td></tr><tr><td><strong>Chainlink CCIP</strong></td><td></td><td></td><td><a href="https://www.youtube.com/watch?v=8u2A-57I1P8&#x26;t=2s">https://www.youtube.com/watch?v=8u2A-57I1P8&#x26;t=2s</a></td><td><a href="/files/XalgYO1eNAbyVaEyfPBM">/files/XalgYO1eNAbyVaEyfPBM</a></td></tr></tbody></table>

* [ ] Check [GOAT SDK](https://github.com/goat-sdk/goat) - A framework to give all the onchain tools you need for your agent
* [ ] Check [Eliza](https://github.com/ai16z/eliza) - A multi-agent simulation framework designed to create, deploy, and manage autonomous AI agents.

### Our Socials

* [ ] Join our [Discord](https://discord.gg/modenetworkofficial) and get the [Developer role](#user-content-fn-1)[^1]
* [ ] Follow Mode on [X](https://twitter.com/modenetwork)
* [ ] Visit and star the [Mode Developer Repo](https://github.com/mode-network/mode-developers)
* [ ] Follow Mode on [dev.to](https://dev.to/modenetwork/how-to-get-the-developer-role-on-the-mode-discord-server-30pk)
* [ ] Write an article for the community and share on [dev.to](https://dev.to/modenetwork/how-to-get-the-developer-role-on-the-mode-discord-server-30pk)

[^1]: You can get this role by linking your Github account to our Discord.\
    \
    Read more:

    <https://dev.to/modenetwork/how-to-get-the-developer-role-on-the-mode-discord-server-30pk>


---

# Agent Instructions: 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://docs.mode.network/introduction/dev-onboarding-checklist.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.
