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

# ユニバーサルスタリオンREとは

UNIVERSAL STALLION RE（ユニスタRE）は現実の競馬をモチーフとしたBCGゲームです。

ゲームを遊ぶことでゲーム内通貨（USP）やUソウル（ユニバーサルソウル）を手に入れることで、利益を得ることができるGameFiのシステムを採用しています。

◆レース 　

レースの賞金としてUSPやSメダル（スタリオンメダル）を獲得することが可能です。 　

レースはNPCレースとオンラインレースの2種類があり、NPCレースよりもオンラインレースの方が賞金を多く獲得することが可能です。 　

さらにオンラインレースでは重賞などの特定のレースが定期的に開催され、そこで好成績を残せれば多くの賞金を獲得することができます。

◆マーケット 　

マーケットの売買は基本的にSメダルを用いて行います。 　

マーケットでは種付け権利と繁殖牝馬を売買することが可能で、優秀な血統、才能を所持している馬はより高値で取引されるでしょう。


---

# 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://universal-stallion.gitbook.io/universal-stallion/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.
