# 关于界面

做为一款区块链产品，我们深知时间的重要性，当大涨大跌行情来临时，想打开网站进行抄底，搬砖，套利等行为时，却发现网站卡顿，打不开，交易不了，这种分分钟错过一个亿的感觉，实在让人抓狂和无奈。

所以为了追求网站的极致性能，我们放弃了所有会影响交易速度的代码，OBSwap界面采用了最简洁，高效，快速的设计，主要核心功能就是兑换和做市，连最基本的自动刷新都不提供。用户想要查看余额，流动池等数据，都要通过手动点击按钮刷新。

理论上，只要你第一次打开了兑换页面，后续所有的操作，都是直接跟节点交互，不再有后台服务器的接口请求，遇到大行情时，只要切换最快速的节点，就可以顺畅的进行交易。

当然，这样的设计，整个网站基本上没有其他多余的图片，对界面的美观是有一定程度的影响，但是功能上却该有的都有，而且更加方便使用和人性化。后续如果有社区用户实在忍受不了这种界面，也可以通过官方提供的API接口，自行开发交易界面，而且合约内部有合作伙伴分享交易手续费的设计。非常欢迎和鼓励社区参与生态开发。

后续还可能推出去中心化的单文件离线页面，所有操作都只跟节点交互，没有任何的服务端数据。


---

# 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://defiob.gitbook.io/obswap/guan-yu-jie-mian.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.
