> 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/regulations-and-startups/impact-of-restrictive-regulations-on-blockchain.md).

# Impact of Restrictive Regulations on Blockchain

#### **High Compliance Costs**

Unlike the industries above, blockchain projects face a notably stringent regulatory environment, primarily under the oversight of bodies like the SEC. Blockchain companies that wish to tokenize real-world assets (RWAs) are often required to adhere to securities laws, which involve costly compliance steps such as obtaining licenses for Broker-Dealer, Transfer Agent, and Alternative Trading System roles. This regulatory barrier creates a significant financial burden, with estimated costs between $500,000 and $2 million, as well as a time frame of 12 to 18 months, which many blockchain startups cannot afford. This stands in contrast to the relatively free environment in which internet, ride-sharing, and AI companies initially operated.

#### **Regulation by Enforcement**

The SEC’s approach to crypto has been highly enforcement-driven, often initiating legal actions against established blockchain entities like Coinbase, Uniswap, and OpenSea. This aggressive stance has cast uncertainty over the blockchain space, creating fear and hesitation among developers and investors. Instead of promoting growth by creating clear guidelines, the government has focused on prosecuting companies that operate in good faith, making it seem as if it aims to dismantle the entire crypto sector. This approach stands in stark contrast to the leniency that allowed companies like Uber and Airbnb to flourish while working around traditional industry regulations.

#### **Barriers to Collaboration**

The lack of regulatory flexibility in the blockchain space discourages traditional financial institutions from collaborating with blockchain startups. In many cases, blockchain projects aiming to build on RWAs encounter resistance from traditional solution providers. For example, when DoDAO approached financial institutions for discussions on integrating traditional and on-chain systems, these institutions focused primarily on raised capital rather than the compliance and innovative potential. This results in significant setbacks for blockchain projects, as they are unable to leverage traditional finance networks without massive upfront investments and established reputations, which contrasts with the support and acceptance that traditional fintech startups enjoy.


---

# 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/regulations-and-startups/impact-of-restrictive-regulations-on-blockchain.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.
