> For the complete documentation index, see [llms.txt](https://docs.doppler.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doppler.lol/reference/svm-sdk-examples.md).

# SVM SDK Examples

These examples show how to create and trade Doppler launches on Solana.

* [Launch](/reference/svm-sdk-examples/launch.md) - create a standard Solana launch.
* [Dynamic fee launch](/reference/svm-sdk-examples/dynamic-fee-launch.md) - create a launch with a decaying swap fee schedule, optionally combined with cosigner gating.
* [Swap](/reference/svm-sdk-examples/swap.md) - swap against a Solana CPMM pool.
* [Launch, monitor, and e2e](/reference/svm-sdk-examples/launch-monitor-and-e2e.md) - create, monitor, trade, and migrate a launch end to end.
