> For the complete documentation index, see [llms.txt](https://research.chainedassets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://research.chainedassets.com/intro-to-rwa/us-market-and-regulations/other-important-regulations.md).

# Other Important Regulations

A few of the key legal frameworks that Crypto projects must consider include:&#x20;

1. Securities laws including the Securities Act, Exchange Act,&#x20;
2. The Commodity Exchange Act and its registration requirements, anti-fraud provisions, antimanipulative provisions, and commodity pool/commodity trading advisor requirements;&#x20;
3. Investment Company Act&#x20;
4. Investment Advisor Act, including their respective registration and disclosure requirements and market conduct and anti-fraud rules;&#x20;
5. The Bank Secrecy Act&#x20;
6. State Money Transmission laws and their respective know-your-customer and anti-money laundering requirements;&#x20;
7. Payments and consumer finance regulation;&#x20;
8. Federal sanctions and anti-terrorism regimes;
9. &#x20;Other state licensing requirements such as New York’s BitLicense, to name a few


---

# 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://research.chainedassets.com/intro-to-rwa/us-market-and-regulations/other-important-regulations.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.
