> For the complete documentation index, see [llms.txt](https://yellow-umbrella.gitbook.io/yellow-umbrella/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yellow-umbrella.gitbook.io/yellow-umbrella/04-why-using-solana/scalability-devfriendly.md).

# Scalability and Developer-Friendliness

Solana offers **high scalability**, which is a crucial factor in ensuring the **mass adoption of YU Token**.

## 1) Vertical and Horizontal Scalability

* **Vertical Scalability:** Solana is designed to scale up to **710,000 transactions per second (TPS)**, ensuring that network performance remains high as it expands.
* **Horizontal Scalability:** Solana is **designed to support gradual expansion**, allowing it to process even higher transaction volumes as technology advances.

## 2) Developer-Friendly Environment

Solana provides developers with a range of tools to facilitate the seamless creation of **blockchain applications**.

* **Support for Rust and C programming languages:** Rust is a high-performance, secure programming language, and Solana supports **Rust-based smart contract development**.
* **Sealevel parallel processing engine:** Unlike Ethereum, which processes transactions sequentially, Solana’s **Sealevel parallel processing engine** enables simultaneous execution of multiple transactions, significantly increasing throughput.

## 3) Real-World Project Applications

Solana has already been adopted by **several successful blockchain projects**, demonstrating its potential as a foundation for YU Token’s growth.

* **Serum (**&#x44;ecentralized Exchange, DE&#x58;**)**: A high-performance, Solana-based DEX capable of processing thousands of transactions per second.
* **Star Atlas (**&#x4E;FT & Metavers&#x65;**)**: A next-generation blockchain game leveraging Solana’s speed and scalability.
* **StepN (**&#x4D;ove-to-Ear&#x6E;**)**: A fitness application that tracks user movement and provides rewards using Solana’s blockchain.

These examples demonstrate that **Solana is a robust network capable of handling large-scale transactions while maintaining stability**, providing a **solid foundation for YU Token to build a strong ecosystem**.

<br>


---

# 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://yellow-umbrella.gitbook.io/yellow-umbrella/04-why-using-solana/scalability-devfriendly.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.
