# 智能合約 & API & SDK

## 智能合約

Byreal 的核心智能合約部署在 Solana 區塊鏈上。合約代碼經過審計，確保安全性和可靠性。

## API

Byreal 提供 API 供開發者整合交易、流動性和池數據功能。如需 API 文件和存取權限，請透過我們的社群渠道聯繫開發者關係團隊。

## SDK

Byreal CLI 工具和 SDK 可在 GitHub 上找到：<https://github.com/byreal-git/byreal-cli/>

如需開發者支援，請加入我們的 Discord 並前往開發者頻道。


---

# Agent Instructions: 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:

```
GET https://docs.byreal.io/zh-tw/developer/smart-contracts-and-api-and-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
