> For the complete documentation index, see [llms.txt](https://matheus-draau.gitbook.io/solana-onboarding-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matheus-draau.gitbook.io/solana-onboarding-kit/landscape.md).

# 3. The overall landscape

**13 applications** were evaluated, covering all the relevant categories of the ecosystem:

| Category                 | Apps                                    |
| ------------------------ | --------------------------------------- |
| **Hardware wallets**     | Tangem, Ledger                          |
| **Software wallets**     | Exodus, Solflare, Phantom, Trust Wallet |
| **CEX + wallet**         | Backpack, OKX                           |
| **DEXs and aggregators** | Jupiter, Meteora, Orca                  |
| **Data explorer**        | DEX Screener                            |
| **DeFi / lending**       | Kamino                                  |

That represents **390 evaluated items** (13 × 30), each with a verdict, severity, and impact.

{% hint style="info" %}
**Time frame.** This analysis is a snapshot of the market in the **first half of 2026**: it reflects the state of the onboardings as they were at the moment of evaluation and is likely to evolve as the products update.
{% endhint %}

The averages spread across a wide spectrum, from **0.53** (Tangem, the benchmark) to **4.00** (Orca and Kamino, a total absence of an entry layer), which on its own already tells a story: **the ecosystem does not have a uniform onboarding problem; it has everything from exemplary cases to cases of complete absence**, and everything in between.

## Three maturity tiers

Grouping the results reveals three clear tiers:

* **Mature (average < 0.60):** Tangem, Backpack, Exodus, cohesive onboardings whose weaknesses are explanatory, not structural.
* **Functional but opaque (0.90 to 1.40):** DEX Screener, Solflare, OKX, Phantom, Trust Wallet, Jupiter, solid technical foundations that assume an already-fluent user and fail at the moments of greatest risk.
* **No entry layer (1.80 to 4.00):** Ledger, Meteora, Orca, Kamino, from the overly long and technical onboarding (Ledger) to the categorical absence of any welcome at all (Orca, Kamino).

***

➡️ Continue to [**4. Recurring patterns**](/solana-onboarding-kit/recurring-patterns.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://matheus-draau.gitbook.io/solana-onboarding-kit/landscape.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.
