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

# Welcome to Solport

Website: [www.Solport.io](http://www.Solport.io)  (coming soon)

Twitter: @Solportio&#x20;

Discord: [https://discord.gg/Solport](https://discord.com/invite/Solport)

Solport is a Solana-based NFT marketplace that empowers creators, collectors and sellers using innovative technologies never seen before on Solana. We take zero fees on listings and a 2% fee on sales making us one of the most highly competitive markets in Solana.‌&#x20;

When we first had the idea to develop the platform we noticed a massive issue with Solana; the issue being that the current marketplaces were unstable, lacked the core features we believe the Solana NFT community deserved. We set out on a mission, that mission being to give Solana the marketplace it deserves. During our development, we have seen some of the platforms make changes that have showcased how great Solana is, we have also seen some promising new faces in the space which we love to see, but what we've built is the most complete, feature rich marketplace in the whole of Solana and we can't wait for you to use it.‌

Solport utilizes Rust for custom smart contract development, which serves as a Dapp that powers our whole backend. We use Node.js to interact with our Dapp's functions and Vue.js for our UI/Frontend functionality. We have created custom Libraries for our Web3 implementation and created a custom JavaScript library that constantly tests several nodes simultaneously and makes a decision on what one to use to ensure maximum processing speed. Also The use of Smart caching ensures minimal loading speeds where possible, which adds to our overall user experience. In the next 6 months, Solport aims to be a multi-chain platform that bridges Solana with several of the top chains in the metaverse as well as having a mobile app on IOS/Android for both the marketplace and a custom wallet. Solport has strong community values and will be hosting a lot of giveaways and cashback opportunities for users and creators on our platform. We're aware of how much of a role our community will play in taking us to where we need to go and we look forward to everyone enjoying the ride; please stay tuned for all of our giveaways ,cashback and lottery systems we're going to be doing with Solport.\ <br>

You're probably wondering, what makes Solport so great? and that would be a good question... I think that the best answer to it is just to list what we've built so far as of 25th October 2021 and let you decide for yourself. (please head to the "Features" & "Road-map" tab.)


---

# 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://solport.gitbook.io/solport/master.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.
