> For the complete documentation index, see [llms.txt](https://blog.emoney.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.emoney.io/announcements.md).

# Announcements

- [Scallop officially joins the SWIFT network](https://blog.emoney.io/announcements/scallop-officially-joins-the-swift-network.md)
- [🇺🇸 Scallop Gets U.S. MSB License](https://blog.emoney.io/announcements/scallop-gets-u.s.-msb-license.md): What This Means for You...
- [What’s New? Exciting New Features on E Money Wallet!](https://blog.emoney.io/announcements/whats-new-exciting-new-features-on-e-money-wallet.md)
- [Introducing E Money Network – Leading the Way with Modular RWA Protocol](https://blog.emoney.io/announcements/introducing-e-money-network-leading-the-way-with-modular-rwa-protocol.md)
- [E Money Network Testnet Goes Live!](https://blog.emoney.io/announcements/e-money-network-testnet-goes-live.md)
- [$SCLP Community Airdrop Announcement](https://blog.emoney.io/announcements/usdsclp-community-airdrop-announcement.md)
- [Stake Your $SCLP in our $SCLP Grand Finale Staking Pool and Win Big!](https://blog.emoney.io/announcements/stake-your-usdsclp-in-our-usdsclp-grand-finale-staking-pool-and-win-big.md)
- [E Money Network Can Add Tremendous Value to the Cardano Ecosystem - Check out our Proposal!](https://blog.emoney.io/announcements/e-money-network-can-add-tremendous-value-to-the-cardano-ecosystem-check-out-our-proposal.md)
- [Paving the Way for $EMYC](https://blog.emoney.io/announcements/paving-the-way-for-usdemyc.md)
- [E Money Network and Solana integrates to power Compliance Focused BankFi Innovation in Web3](https://blog.emoney.io/announcements/e-money-network-and-solana-integrates-to-power-compliance-focused-bankfi-innovation-in-web3.md)
- [Highlights of X Spaces “From Code to Compliance: Regulatory Insights for RWA Tokenisation"](https://blog.emoney.io/announcements/highlights-of-x-spaces-from-code-to-compliance-regulatory-insights-for-rwa-tokenisation.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://blog.emoney.io/announcements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
