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

# Bidul Ideas

{% embed url="<https://www.youtube.com/watch?v=mplmG_xpdiI>" %}

1. Build NFT project
   1. Tzeetch Birds - find artist
2. Take an existing application, fork it, and move it to another chain
   1. [List of EVM Networks](https://coinguides.org/evm-blockchains-add-evm-network/)
   2. Does this EVM network have lending, do flashloans, etc
   3. Fork the contract (check license) + Build your own UIUX FE
3. Add your own features onto existing Dapps and charge a fee
   1. Like 1inch, Dex Aggregator (on Moonriver/Glimmer?)
   2. Zapper.Fi
4. Build Staking Business
   1. <https://www.stakingrewards.com/>
   2. Idea: build a FE to auto-select which collator to stake with on MOVR/GLMR
      1. put in amt, check and makes sure you are in top XXX.
   3. Run the node
      1. let others stake with you (??)
      2. then sell the node after
   4. Node as a Service - ppl can use it to spin up their own nodes

NFT swap on moonriver


---

# 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://calnix.gitbook.io/eth-dev/misc/bidul-ideas.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.
