# Start

## Sui Wallet

These are the Scallop recommended Sui wallets:

* [**Sui Wallet**](https://github.com/MystenLabs/mysten-app-docs/blob/main/mysten-sui-wallet.md)
* [**Martian**](https://martianwallet.xyz/)
* [**Elli**](https://elliwallet.com/)
* [**Suiet**](https://suiet.app/)
* [**OKX**](https://www.okx.com/web3)
* [**Bitget** ](https://web3.bitget.com/)

1. Install a wallet you like.
2. Create a password. (This password is for this browser, in case bad guys steal your tokens by stealing your laptop or use it without asking, etc.)
3. Save your mnemonic. Do not let anybody know your mnemonic, save it safely. ([Best Ways to Store Your Mnemonic Passphrase and How](https://cryptoadventure.com/best-ways-to-store-your-mnemonic-passphrase-and-how/))
4. Now you can copy your Sui address and send your Sui to your wallet!

## Get SUI

These are some famous and trustable centralized exchanges in the world, you can use your credit card or some other ways to buy SUI.

* [**Binance**](https://www.binance.com/en)
* [**OKX**](https://www.okx.com/)
* [**Kucoin**](https://www.kucoin.com/)
* [**Bybit**](https://www.bybit.com/)
* [**Coinlist**](https://coinlist.co/)

After you send your SUI to your Sui wallet, you can start becoming a Scalloper.

## Bridge Assets to Sui

To acquire Tokens on the Sui Network via a cross-chain transfer, you can utilize the [Wormhole Connect](https://app.scallop.io/bridge). Wormhole is a multi-chain messaging protocol capable of connecting to several chains, such as Ethereum, Solana, Terra, Binance Smart Chain, Polygon, Sui, Avalanche, and Oasis.

Here's an easy-to-follow guide to get you started:

* Navigate to the Bridge section at Scallop or head to the Wormhole Connect page.
* Determine the blockchain from which you wish to transfer assets, then select SUI Network as the target. At this point, link your Metamask Wallet.
* Choose the token type to be transferred (WBTC, WETH, USDC or USDT) and indicate the quantity.
* Lastly, link your Sui wallet, cover the gas costs on Sui, and approve the transactions for both sending and claiming.


---

# 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.scallop.io/scallop-lend/start.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.
