---
title: "Was ist Solana?"
canonical: https://wavect.io/de/glossary/solana/
language: de
description: "Eine High-Throughput-, Low-Fee-Blockchain mit einer Runtime, die nicht EVM-kompatibel ist. Anderes Programmiermodell, andere Trade-offs."
image: "https://wavect.io/img/general/bak/open_graph_preview.jpg"
---

TECHNOLOGIE

# Solana

Eine High-Throughput-, Low-Fee-Blockchain mit einer Runtime, die nicht EVM-kompatibel ist. Anderes Programmiermodell, andere Trade-offs.

Zuletzt geprüft: 2026-05-24 von [Kevin Riedl](/de/team/kevin-riedl/) [wiki ↗](https://www.wikidata.org/wiki/Q139796365)

Solana ist nicht [EVM](/de/glossary/evm/) -kompatibel. [Smart Contracts](/de/glossary/smart-contract/) (auf Solana „Programs" genannt) werden in Rust geschrieben, als BPF-Bytecode deployed und von der Solana-Runtime ausgeführt. Die Architektur optimiert auf Durchsatz (Tausende TPS) und niedrige Gebühren, zum Preis höherer Hardware-Anforderungen für Validatoren und eines anderen (manche sagen zentralisierteren) Dezentralisierungs-Profils.

Für Consumer-Anwendungen, bei denen der Nutzer sub-Cent-Gebühren zahlt und Bestätigung im Sub-Sekunden-Bereich liegt, ist Solana schwer zu schlagen. Für tiefe DeFi-Komposabilität mit dem EVM-Ökosystem ist die Brücke nicht trivial. Die richtige Chain hängt davon ab, welcher Trade-off für dein Produkt wichtiger ist.

Beispiel für den Stolperstein, der EVM-Teams beißt: Solanas Programmiermodell ist account-basiert, nicht contract-state-basiert. Du übergibst jeden Account, den eine Transaktion berührt, explizit, du verwaltest Rent auf Accounts, und du denkst von Anfang an über parallele Ausführung nach. Ein in Solidity flüssiges Team unterschätzt diesen Einstieg regelmäßig, shippt Code, der im Happy Path funktioniert, und stößt dann auf Edge Cases rund um Account-Ownership und Rent, die kein Ethereum-Pendant haben. Plane echte Zeit für den Modellwechsel ein; es ist keine Syntax-Übersetzung.

Der ehrliche Trade-off und der Founder-Fehler „nimm die schnelle billige Chain": Solanas Validator-Hardware-Anforderungen sind höher als die von Ethereum, also ist das Validator-Set kleiner, und historisch gab es Netzwerkausfälle (zuletzt seltener). Für Consumer-Payments und High-Volume-Apps ist dieser Trade-off meist in Ordnung, und der Durchsatz ist es wert. Für ein System, dessen Kernversprechen Zensurresistenz ist, prüfe das Bedrohungsmodell sorgfältig, bevor du annimmst, dass Solana die Latte schafft.

Die Ökosystem-Kosten sind die andere Hälfte der Entscheidung. Das tiefe, komponierbare DeFi und Tooling, das auf EVM-Chains lebt, existiert nicht alles auf Solana, und Assets hinüberzubrücken ist eine nicht-triviale, sicherheitssensible Operation für sich, kein kostenloser Import. Wenn dein Produkt sich in bestehende On-Chain-Protokolle einklinken muss, ist dieser Zug-zur-EVM real und sollte gegen Solanas rohe Performance abgewogen werden. Ist dein Produkt weitgehend in sich geschlossen und durchsatzgebunden (Payments, Consumer-Apps, Gaming), gewinnt die Performance, und das kleinere Ökosystem beißt selten. Wavect liefert sowohl in Solana als auch in EVM über den [Web3](/de/glossary/web3/) -Stack. Wir haben keine Chain-Vorliebe; wir haben eine Use-Case-Vorliebe.

// FAQ

## Häufige Fragen

### Solana oder EVM, wie entscheide ich?

Solana, wenn Consumer-App mit hoher Transaktionsfrequenz, Sub-Cent-Gebühren und Sub-Sekunden-Bestätigung. EVM, wenn DeFi-Komposabilität, breite Liquidität und Auditor-Ökosystem zählen. Mittelweg gibt es nicht; Cross-Chain ist eigene Komplexitätsklasse.

### Wie schwierig ist Rust-für-Solana, wenn das Team Solidity kennt?

Schwieriger als erwartet. Solanas Programming-Modell (Accounts, Rent, Compute Units) ist konzeptionell anders, nicht nur syntaktisch. Mit Anchor wird der Einstieg leichter, aber rechne mit 2 bis 3 Monaten, bis ein erfahrener Solidity-Dev produktiv ist.

### Was bricht in Production auf Solana am häufigsten?

Rent-Exempt-Konten, die nach Account-Resize unter den Threshold fallen. Compute-Unit-Limits bei komplexen Instructions. Versionierungs-Konflikte zwischen Anchor und Solana-CLI nach jedem Network-Upgrade. Pin Versionen, monitor Rent.

Verwandte Begriffe

- [Web3](/de/glossary/web3/)
- [Smart Contract](/de/glossary/smart-contract/)
- [EVM](/de/glossary/evm/)

Passende Leistungen

- [Blockchain](/de/services/blockchain/)

Passende Fallstudien

- [Account Abstraction](/de/case-studies/account-abstraction/)

Passende Guides

- [Wie wählt man eine Softwareagentur aus?](/de/software-development-guide/how-to-choose-a-software-agency/)

Reden wir

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/#organization",
      "@type": [
        "Organization",
        "ProfessionalService",
        "LocalBusiness"
      ],
      "employee": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "founder": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "legalRepresentative": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "name": "Wavect GmbH",
      "subjectOf": {
        "@id": "https://wavect.io/verified-claims.json#dataset",
        "@type": "Dataset",
        "creator": {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        "description": "A machine-readable registry of quantitative and qualitative claims published by Wavect, with review dates, localized page appearances and public third-party citations where available.",
        "inLanguage": "en",
        "isAccessibleForFree": true,
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "name": "Wavect verified publication claims",
        "url": "https://wavect.io/verified-claims.json"
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/team/kevin-riedl/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Kevin Riedl",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796365",
        "https://www.linkedin.com/in/wsdt",
        "https://github.com/wsdt"
      ],
      "url": "https://wavect.io/team/kevin-riedl/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/team/christof-jori/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Christof Jori",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796367",
        "https://www.linkedin.com/in/jocr77/",
        "https://github.com/jo-chris"
      ],
      "url": "https://wavect.io/team/christof-jori/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/#website",
      "@type": "WebSite",
      "inLanguage": [
        "en",
        "de",
        "es",
        "zh"
      ],
      "name": "Wavect",
      "potentialAction": {
        "@type": "SearchAction",
        "query-input": "required name=search_term_string",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://wavect.io/search/?q={search_term_string}"
        }
      },
      "publisher": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "url": "https://wavect.io/"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/de/glossary/solana/#term",
      "@type": "DefinedTerm",
      "alternateName": [],
      "description": "Eine High-Throughput-, Low-Fee-Blockchain mit einer Runtime, die nicht EVM-kompatibel ist. Anderes Programmiermodell, andere Trade-offs.",
      "inDefinedTermSet": "https://wavect.io/de/glossary/#termset",
      "name": "Solana",
      "termCode": "solana",
      "url": "https://wavect.io/de/glossary/solana/"
    },
    {
      "@id": "https://wavect.io/de/glossary/solana/#webpage",
      "@type": "WebPage",
      "about": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "author": {
        "@id": "https://wavect.io/team/kevin-riedl/#person",
        "@type": "Person",
        "name": "Kevin Riedl",
        "url": "https://wavect.io/team/kevin-riedl/"
      },
      "dateModified": "2026-05-24",
      "description": "Eine High-Throughput-, Low-Fee-Blockchain mit einer Runtime, die nicht EVM-kompatibel ist. Anderes Programmiermodell, andere Trade-offs.",
      "headline": "Solana",
      "inLanguage": "de",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-05-24",
      "mainEntity": {
        "@id": "https://wavect.io/de/glossary/solana/#term"
      },
      "mentions": [
        {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        {
          "@type": "Service",
          "name": "Blockchain",
          "url": "https://wavect.io/de/services/blockchain/"
        }
      ],
      "name": "Solana",
      "reviewedBy": {
        "@id": "https://wavect.io/team/christof-jori/#person",
        "@type": "Person",
        "name": "Christof Jori",
        "url": "https://wavect.io/team/christof-jori/"
      },
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          ".gls-single__h1",
          ".gls-single__tldr"
        ]
      },
      "url": "https://wavect.io/de/glossary/solana/"
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/",
          "name": "Startseite",
          "position": 1
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/glossary/",
          "name": "Tech-, Produkt- & Engagement-Glossar",
          "position": 2
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/glossary/solana/",
          "name": "Solana",
          "position": 3
        }
      ]
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Solana, wenn Consumer-App mit hoher Transaktionsfrequenz, Sub-Cent-Gebühren und Sub-Sekunden-Bestätigung. EVM, wenn DeFi-Komposabilität, breite Liquidität und Auditor-Ökosystem zählen. Mittelweg gibt es nicht; Cross-Chain ist eigene Komplexitätsklasse."
      },
      "name": "Solana oder EVM, wie entscheide ich?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Schwieriger als erwartet. Solanas Programming-Modell (Accounts, Rent, Compute Units) ist konzeptionell anders, nicht nur syntaktisch. Mit Anchor wird der Einstieg leichter, aber rechne mit 2 bis 3 Monaten, bis ein erfahrener Solidity-Dev produktiv ist."
      },
      "name": "Wie schwierig ist Rust-für-Solana, wenn das Team Solidity kennt?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Rent-Exempt-Konten, die nach Account-Resize unter den Threshold fallen. Compute-Unit-Limits bei komplexen Instructions. Versionierungs-Konflikte zwischen Anchor und Solana-CLI nach jedem Network-Upgrade. Pin Versionen, monitor Rent."
      },
      "name": "Was bricht in Production auf Solana am häufigsten?"
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      ".faq-question",
      ".faq-answer"
    ]
  }
}
```
