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

# Overview

## Local stocks. Regional markets. Global access. All on Solana.

Limer's Capital is the Caribbean's first DeFi education-and-trading platform — an on-chain gateway connecting local, regional, and global capital markets through a single wallet on Solana.

### The Four Pillars

| Pillar    | What It Does                                                                                                                 |
| --------- | ---------------------------------------------------------------------------------------------------------------------------- |
| **Learn** | 8 modules, 37 lessons, 8 quizzes covering blockchain, Caribbean markets, DeFi, and LP strategies                             |
| **Trade** | Paper trade 14 Solana tokens, 30 TTSE stocks, and perpetuals with $100K virtual capital — then execute real Jupiter V6 swaps |
| **Earn**  | $LIMER Points convert to tokens at launch. 10-tier XP system, 25 badges, daily streaks, trading competitions                 |
| **Grow**  | Tokenizing Caribbean real-world assets. Universal Basic Ownership for every islander — the long vision                       |

### The Capital Markets Thesis

Caribbean equities are **structurally undervalued by 45-65%** due to illiquidity, market fragmentation, and zero institutional access. The TTSE trades at a 9.9x PE — 42% below the emerging market average. Tokenizing these securities on Solana addresses all five structural causes of undervaluation, unlocking 30-70% potential upside.

[Read the full Capital Markets thesis →](/capital-markets/thesis.md)

### Quick Links

* **Website**: [limerscapital.com](https://limerscapital.com)
* **GitHub**: [github.com/Cuzo1ace/LimersCapital](https://github.com/Cuzo1ace/LimersCapital)
* **X (Twitter)**: [@limerscapital](https://x.com/limerscapital)
* **Instagram**: [@limerscapital](https://instagram.com/limerscapital)
* **TikTok**: [@limerscapital](https://tiktok.com/@limerscapital)

### Built on Solana

Limer's Capital is built on Solana with Anchor, Jupiter V6, Pyth Hermes, Helius, and the wallet-standard. The on-chain program is deployed at `HuCCEkDvYdm1EMs3EH9wzLYi53aVkE7orkGXma8azhFk`.


---

# 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.limerscapital.com/welcome/readme.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.
