> For the complete documentation index, see [llms.txt](https://docs.sat20.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sat20.org/english/start-here-choose-your-path/developers.md).

# I Am a Developer

Developers can enter SatoshiNet through three paths:

1. Build smart contracts and applications.
2. Integrate wallets, Indexer, STP, and exchanges.
3. Help communities build DEX, DAO, Launchpad, or AI Agent tools.

## Recommended Paths

| Goal                             | Next Step                                                                                            |
| -------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Understand EVM Developer Preview | [EVM Developer Preview](/english/developer-center/evm-quickstart.md)                                 |
| View EVM sample contracts        | [EVM Sample Contracts](/english/developer-center/evm-sample-contracts.md)                            |
| Test Prediction / Agent contract | [Prediction Contract Quickstart](/english/developer-center/prediction-contract-quickstart.md)        |
| Build a community DEX / DAO      | [Community DEX / DAO Quickstart](/english/developer-center/community-dex-quickstart.md)              |
| Integrate asset data             | [Indexer Integration and Asset Fact Layer](/english/developer-center/indexer.md)                     |
| Implement an STP client          | [Third-Party STP Client Integration Guide](/english/protocol-and-security/stp/client-integration.md) |
| Integrate wallet                 | [Exchange and Wallet Integration](/english/developer-center/exchange-and-wallet.md)                  |
| Build AI Agent                   | [SatoshiNet AI Agent Quickstart](/english/developer-center/ai-agent-quickstart.md)                   |

## Developer Basics

1. Bitcoin L1 is the asset source.
2. Indexer is the asset fact layer.
3. STP is the cross-layer asset safety boundary.
4. SatoshiNet is the low-cost execution environment.
5. Smart contracts and GAS turn SatoshiNet into an application network.
6. Wallets and Agents turn complex protocols into user-operable flows.

## Developers Needed Now

1. EVM tooling and Solidity migration developers.
2. AMM, limit order, Launchpad, and DAO template developers.
3. Wallet and exchange integration developers.
4. Indexer, Explorer, RPC, monitoring, and data-service developers.
5. AI Agent adapter, deployment assistant, and safety-verification assistant developers.
