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

# Introduction

## Project Goal

The goal of this project is to create a **real-time trading terminal for Pokémon cards on the Solana blockchain**. The platform aims to combine the functionality of a traditional collectible card marketplace with the speed and transparency of blockchain-based trading, allowing users to buy, sell, and track Pokémon cards using SOL as the payment currency.

***

## Core Idea

The core idea is to build a **Dexscreener-style interface** for Pokémon cards, where each card is represented with up-to-date market data pulled from trusted sources such as **CardMarket** and **TCGplayer**. Users can view historical price trends, current bids and asks, and trade cards directly through the terminal, all in **real SOL value**.

The terminal acts as a bridge between **traditional card market data** and **on-chain trading**, providing a seamless experience for collectors and traders to interact with the Pokémon card market using blockchain technology.

***

## Key Features

* **Real-Time Price Tracking**
  * Aggregates Pokémon card prices from multiple sources (CardMarket, TCGplayer).
  * Converts card prices from fiat currencies (USD, EUR) to SOL using live exchange rates.
* **Bid / Ask Trading System**
  * Users can place buy (bid) and sell (ask) orders for individual cards.
  * Matching engine executes trades automatically based on order book data.
* **Historical Price Charts**
  * Visualize card price trends over time.
  * Helps users identify market movements and make informed trading decisions.
* **SOL Payments Integration**
  * Users pay with SOL directly through wallet integration (Phantom, Solflare).
  * Supports escrow or proof-of-purchase for physical card delivery.
* **Collector-Friendly Interface**
  * Detailed card metadata: rarity, set, condition, edition, images.
  * Search, filter, and sort cards by price, rarity, or set.


---

# 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://docs.poketerminal.world/introduction.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.
