# Additional Tools & Examples

As Sonic's ecosystem is growing, more native Solana tools are becoming available on Sonic as well.&#x20;

| Tools                     | Description                                   | Docs link                                                                                                                            | Program Addresses                            |
| ------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- |
| Metaplex's Token Metadata | NFT Standard.                                 | [Docs](https://developers.metaplex.com/token-metadata)                                                                               |                                              |
| Metaplex's Candy Machine  | Launch your own NFT collection.               | [Docs](https://developers.metaplex.com/candy-machine)                                                                                |                                              |
| Metaplex's Core           | NFT Standard                                  | [Docs](https://developers.metaplex.com/core)                                                                                         |                                              |
| Metaplex's Bubblegum      | Compressed NFTs                               | [Docs](https://developers.metaplex.com/bubblegum)                                                                                    |                                              |
| Pyth ( Receiver )         | Allows users to post Pyth Price updates       | [Docs](https://github.com/pyth-network/pyth-crosschain/blob/e399a0325f81ee55f678df605d4b2dd6e7fbb01f/target_chains/solana/README.md) | rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ  |
| Pyth ( Price Feed )       | Fetch Price Feeds for all the your Defi needs | [Docs](https://docs.pyth.network/price-feeds/use-real-time-data/solana)                                                              | pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT  |
| Pyth Price Feed IDs       | All Pyth Price Feed IDs at one place          | [Docs](https://www.pyth.network/developers/price-feed-ids)                                                                           |                                              |
| Feed                      | Onchain provable randomness                   | [Docs](https://feed-protocol.gitbook.io/docs)                                                                                        | FEED1qspts3SRuoEyG29NMNpsTKX8yG9NGMinNC4GeYB |
| Sonic Agent Kit           | Make LLMs do interactions on Sonic            | [Github](https://github.com/sendaifun/sonic-agent-kit)                                                                               |                                              |
| Privy                     | Embedded Wallets                              | [Docs](https://docs.privy.io/guide/react/wallets/usage/solana/#custom-svm)                                                           |                                              |
| Damn Fun                  | Build and deploy AI-native games              | [Docs](https://docs.digimon.tech/digimon) , [Example](https://github.com/CohumanSpace/damn-example)                                  |                                              |
| MPC Vault                 | Multichain Multisig Wallet                    | [Website](https://mpcvault.com/)                                                                                                     |                                              |
| Kronos                    | SonicSVM Native Multisig                      | [Website](https://kronus.sonic.game/)                                                                                                |                                              |


---

# 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.sonicsvm.org/additional-tools-and-examples.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.
