> For the complete documentation index, see [llms.txt](https://docs.untrading.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.untrading.org/faqs/signing-up.md).

# Getting Started

<details>

<summary><strong>How do I start using untrading.org testnet?</strong></summary>

* Install a Web3-compatible browser extension (e.g., MetaMask) and connect it to the untrading.org testnet.
* Acquire test ETH and other tokens from testnet faucets.
* Follow the guide on the untrading.org documentation to wrap your test tokens into unBTC and unETH.

</details>

<details>

<summary>Why must I be verified via Twitter on app.untrading.org?</summary>

By requiring users to verify their identity and link their accounts to a Twitter account, the protocol can ensure that it is doing its best to prevent wash trading. It may also help to protect users by ensuring that only legitimate accounts can access the service.

Wash trading is a type of market manipulation in which a trader buys and sells a security for the purpose of creating the appearance of activity in the market. This can be done by a single trader or by a group of traders working together. The goal of wash trading is often to manipulate the price of a security or to create the impression of a particular trend in the market, such as an upward trend. By squatting ownership rights, wash traders can gain unfair financial rewards under [EIP-5173](https://eips.ethereum.org/EIPS/eip-5173), which harms the entire Flow ecosystem.

There are several ways to prevent wash trading:

1. Implementing strict trade monitoring: By monitoring trades and identifying patterns that may indicate wash trading, untrading.org can prevent this type of market manipulation.
2. Establishing rules and regulations: untrading.org establishes rules and regulations that prohibit wash trading and establish penalties for users who engage in this type of activity. Please see our [Community Guidelines](/community-guidelines.md) for and [Terms of Service](/terms-of-service.md) for more information.&#x20;
3. Utilizing surveillance technology: Advanced surveillance technology can help exchanges identify and prevent wash trading by analyzing trade data and detecting unusual patterns or anomalies.
4. Enforcing strict penalties: By imposing strict penalties on users who engage in wash trading, untrading.org can discourage this type of behavior and create a more fair and transparent market.
5. Publish transparent reporting: untrading.org will publish regular transaction activity findings and provide transparent reporting in order to prevent wash trading.

Later, additional verification methods and OAuth sign-ins will be added.

</details>

<details>

<summary>What is the difference between BTC and unBTC (as well as ETH and unETH)?</summary>

unBTC and unETH are wrapped versions of Bitcoin (WBTC) and Ethereum (WETH) designed specifically for use on untrading.org. They enable participation in the platform's Decentralized Strategies as a Platform (dSaaP) features.

</details>


---

# 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://docs.untrading.org/faqs/signing-up.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.
