# Solana

## About Solana:

Solana is a blockchain platform built by Solana Labs (based in San Francisco), and currently run by Solana Foundation (based in Geneva).&#x20;

It was proposed by Anatoly Yakovenko (a former executive at Qualcomm) in a white paper published in Nov 2017, and launched in Mar 2020. It uses a "proof-of-history" (PoH) consensus mechanism, which uses timestamps to define the next block in Solana's chain. It can theoretically process over 710,000 tps (transactions per second) without any scaling solutions needed.

For the sake of brevity, we will not go into too much techincal details, but here are some additional reading materials if you're interested:

* <https://solana.com/>
* <https://cointelegraph.com/news/what-is-solana-and-how-does-it-work>
* <https://www.investopedia.com/solana-5210472>

At the time of writing (26 Feb 2023), Solana is the second-largest blockchain for NFTs by volume according to CryptoSlam! with >$90mil in 30-day volume.

<figure><img src="/files/gp7xzAoETQ4BrOFUxtOF" alt=""><figcaption></figcaption></figure>

## Key Players in Solana NFTs:

* Blockchain: [Solana](https://solana.com/)
* Infrastructures: [Metaplex](https://www.metaplex.com/)
* Marketplaces: Kyzzen, [Magic Eden](https://magiceden.io/), [Hyperspace](https://hyperspace.xyz/), [Hadeswap](https://www.hadeswap.com/)
* Launchpads: Kyzzen, [Magic Eden](https://magiceden.io/), [LaunchMyNFT](https://www.launchmynft.io/)
* Wallets: [Phantom](https://phantom.app/), [Solflare](https://solflare.com/), [Backpack](https://www.backpack.app/) (more about wallets in the next section)
* Analytics: [SolanaFloor](https://solanafloor.com/), [Hello Moon](https://www.hellomoon.io/developers), [NFTInspect](https://www.nftinspect.xyz/)
* Rarity Ranking: [MoonRank](https://moonrank.app/), [HowRare](https://howrare.is/)
* NFT Lending: [Frakt](https://frakt.xyz/), [Sharky](https://sharky.fi/), [Citrus (Famous Fox Federation)](https://citrus.famousfoxes.com/)
* NFT Raffles: [Famous Fox Federation](https://rafffle.famousfoxes.com/)
* Messaging/Notifications: [Notifi](https://notifi.network/), [Dialect](https://www.dialect.to/)


---

# Agent Instructions: 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:

```
GET https://nfts-101.kyzzen.io/solana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
