> For the complete documentation index, see [llms.txt](https://howtostake-cn.kysenpool.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howtostake-cn.kysenpool.io/gou-mai-atoms.md).

# 购买ATOMs

ATOM 可以用比特币或以太币在交易所购买，例如：

* Binance -- <https://www.binance.com/en/trade/ATOM_BTC>
* Kraken -- <https://trade.kraken.com/markets/kraken/atom/btc>
* Poloniex -- <https://poloniex.com/exchange#btc_atom>

登陆以下网站查看可购买Atom交易所名单：<https://coinmarketcap.com/currencies/cosmos/#markets>

![](https://lh5.googleusercontent.com/taIkLOSXVQLTKF3Eav65xFZTYodoJ5TL0GiTvBe49co8UM3QQYNHuG14ODKPLM8QpEDLq336V70jTRME3VulZs-bjNqkRfVma8LSJ1M6Ahwq6utJcGqgwPVqkY4xLB_o8Aeu1TzX)

下面，我们会讲解几种创建 Cosmos 钱包的方式。这些钱包由您自己有用，可以用于储存和质押代币 ATOM 获得收益。

{% hint style="info" %}
如果您对 Cosmos 和 ATOM 关系仍有疑问，可以以下信息：

* **Cosmos** 是基于 Tendermint 的区块链
* **Tendermint** 是 Cosmos 的基本共识协议
* **ATOM** 是 Cosmos 的权益抵押代币，是Cosmos Hub中交易的**载体**
* **Cosmos Hub** 是 Cosmos 生态的第一个跨链枢纽，旨在成为区块链之间的连接器，换句话说，就是“可互操作的区块链中心”。
  {% endhint %}


---

# 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://howtostake-cn.kysenpool.io/gou-mai-atoms.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.
