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

# Achievements

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

We're proud of the intergalacic travel we've done so far. As the journey is far far away of being over, here we just take a moment to think about some acomplishments

## Community Recognitions

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h3>XTAR ICO</h3></td><td><p>Dogstar was born in December 2021 and made a Initial Coin offering in January 2022. We managed to sell 15.000.000.000 XTAR in just 24h! </p><p>This represents a 15% of the total XTAR supply and so far, no more liquidity has been added to the market. </p></td><td></td></tr><tr><td><h3>Stellar BootCamp finalist</h3></td><td>On April 2023 we join the <a href="https://stellar.org/community/events/startup-camp-q2-2023">Stellar BootCamp</a>, where we developed a key feature for the DogstarLeague: an acution SmartContract (SC) to manage the sponsors bids. We were a finalist project on that edition. </td><td></td></tr><tr><td><h3>Stellar Comunity Funds (SCF - 16)</h3></td><td>In May 2023, we were <a href="https://communityfund.stellar.org/project/dogstar">awarded by the SCF</a> with $71.200 to develop an MVP of the DogstarLeague! The MVP is already live. Feel free to jump in and join the Dogstar League!</td><td></td></tr><tr><td><h3>Aquarius Grant</h3></td><td>In December 2023 we <a href="https://aqua.network/governance/proposal/84/">were granted</a> by <a href="https://aqua.network/">Aquarius Stellar project</a> with 60.000.000 AQUA to incentivize XTAR Liquidity Pools &#x26; for AQUA to become a Sponsor of the DogstarLeague</td><td></td></tr></tbody></table>

## Product delivery achievements

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h3>DeFi Platform</h3></td><td>We launched the <a href="https://app.dogstarcoin.com/">DeFi platform</a> in late 2022 and since then, we keep improving it</td><td></td></tr><tr><td><h3>Dogwallet</h3></td><td>In September 2023 we realised the <a href="https://app.dogstarcoin.com/sign-in">Dogwallet</a>, a key functionallity to bring to live the DogstarLeague!</td><td></td></tr><tr><td><h3>DogstarLegaue</h3></td><td><a href="https://app.dogstarcoin.com/sign-in">DogstarLeague</a> MVP came to live in January 2024, with the first ever round game round played in a test environment</td><td></td></tr><tr><td><h3>Auction SC</h3></td><td>As part of our Bootcamp participation, we developed the firts <a href="https://github.com/dogstarcoin/auction-soroban-sc">Auction SmartContract</a> in Soroban!</td><td></td></tr><tr><td><h2>LP Rewarded</h2></td><td>The team managed to start rewarding XTAR Liquidity Pools. Now, XTAR-XLM and XTAR-AQUA pools distribute rewards every hour! </td><td></td></tr></tbody></table>


---

# 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://dogstar.gitbook.io/dogstar-coin/whitepaper/achievements.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.
