# SashimiSwap

Official website:&#x20;

&#x20;   Ethereum V1: <https://sashimi.cool/>

&#x20;   Ethereum V2: [https://v2.sashimi.cool/](< https://v2.sashimi.cool/>)

&#x20;   BSC: <https://bsc.sashimi.cool/>

&#x20;   Heco: <https://heco.sashimi.cool/>

（Mobile users can use the product through imToken wallet.)

Discord：[http://discord.com/invite/mSEc2uv](https://t.co/5lmtO4NkYO?amp=1)

Telegram：[http://t.me/SashimiSwap](https://t.co/xYoRvxLZ1u?amp=1)

Twitter：<https://twitter.com/SASHIMISASHIMI5>

Medium：<https://medium.com/@SASHIMISASHIMI5>

Official Code: <https://github.com/SashimiProject/sashimiswap>

Audit Report: <https://sashimi.cool/files/sashimi_audit_report.pdf>

APY API：<https://sashimi.cool/api/farms/getList>


# 1.Introduction to SashimiSwap

Here are the articles in this section:

{% content-ref url="/pages/-MOVJBSlErC15r\_35NE6" %}
[1.1 SashimiSwap project introduction and structure](/1.introduction-to-sashimiswap/1.1-sashimiswap-project-introduction-and-structure)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVK8RcmtQ0Ho8I2B5v" %}
[1.2 SashimiSwap Exchange](/1.introduction-to-sashimiswap/1.2-sashimiswap-exchange)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVf39eFJoKaQ286VdZ" %}
[1.3 SashimiSwap Farms](/1.introduction-to-sashimiswap/1.3-sashimiswap-farms)
{% endcontent-ref %}

{% content-ref url="/pages/-MOZG\_JV4iB28kScqbho" %}
[1.4 Sashimi Lending](/1.introduction-to-sashimiswap/1.8-sashim-lending)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVj42mFrmEYikyLu17" %}
[1.5 SashimiSwap Investment](/1.introduction-to-sashimiswap/1.4-sashimiswap-investment)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVmF1Y4R47m1UDvMyc" %}
[1.6 SashimiSwap Vaults](/1.introduction-to-sashimiswap/1.5-sashimiswap-vaults)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVmkvjiRR1K9BKzq6i" %}
[1.7 Governance](/1.introduction-to-sashimiswap/1.6-governance)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVn2QTlKmfZ4j7ql-r" %}
[1.8 Sashimi Bar (Staking SASHIMI)](/1.introduction-to-sashimiswap/1.7-sashimi-bar-staking-sashimi)
{% endcontent-ref %}


# 1.1 SashimiSwap project introduction and structure

## Introduction

SashimiSwap is a multi-chain deployed decentralized transaction protocol built upon AMM and exchange pools. It has an embedded investment platform that aims to increase the income of liquidity providers. It is deployed simultaneously on the three leading chains: Ethereum, Huobi HECO, and Binance Smart Chain.SashimiSwap utilizes funds in the platform's liquidity pool to execute automatic trading strategies. In addition to the fee incomes similar to other decentralized exchanges, users of SashimiSwap also receive considerable investment earnings. You can think SashimiSwap as a spot forex exchange, and it saves part of the deposited funds in a bank to earn interest.

![](/files/-MOVb6fLtAoY2d0LwWKu)

SASHIMI is the token on the SashimiSwap platform, which is distributed 100% through liquidity mining, without any pre-sale, pre-mining, and team shares. Holders of SASHIMI token are able to participate in platform governance and receive SashimiSwap dividends through staking. platform income now includes transaction fees, income from liquidity investment, and service fees from Vaults, with more sources of income under development.

## Core components

![](/files/-MOVbZG86ckaWTDCyx0v)

### Core components

* SashimiSwap Exchange: a decentralized trading platform using AMM transactions (part of the funds are invested by Investment)
* SashimiSwap Investment: an asset management platform built into the Exchange. Idle funds are invested through different financial products, and the investment income is used to buy back SASHIMI, which is then transferred into the Sashimi Bar.
* SashimiSwap Farms: a liquidity mining platform used for liquidity incentives, supporting ordinary mining and double mining
* SashimiSwap Vaults: an aggregate financial management platform that invests the assets staked by users through different platforms to obtain the highest yield
* SashimiSwap Governance: ecosystem governance platform that allows the community to decide the development of SashimiSwap through multi-signature.

### Other related components

* Sashimi Bar: Users can obtain Sashimi Bar's SASHIMI income by staking SASHIMI (including 25% income from Investment, 0.05% fee income of Swap (not realized yet))
* Treasury: Treasury's funds include part of the fees charged by Vaults and 75% of the income from Investment. The funds can be used for community building, project cooperation, etc., or they can be burnt. Part of the funds will be put into the Marketing Fund to motivate and support the community’s marketing plan. The specific distribution rules are determined by the community (for transaction information, see Treasury Record ).
* Dev Fund: Part of the fees charged by Vaults will be put into the Developer Fund for development (for transaction information, see [Dev Fund](https://etherscan.io/address/0x0FaEF44d1373F6fdE75926E4564baB5B2d645944)).

## Component architecture and collaboration

SashimiSwap builds a complete DeFi integrated platform through the interaction between multiple components. Users can play the roles of traders, liquidity providers, investors, etc. in the SashimiSwap ecosystem.

![](/files/-MOVcEcgfEA_Vcf2-tvu)

## Project Features

* High asset utilization and high yield. It is able to use funds in the platform's liquidity pool for automated strategic investment
* A fairer token distribution mechanism encourages community members to actively participate in governance
* Vaults will use decentralized exchange funds for financial management through contracts to offer users high returns
* Comprehensive on-chain governance, decentralized control and development from the start


# 1.2 SashimiSwap Exchange

## Introduction

SashimiSwap Exchange is SashimiSwap's decentralized trading platform, which uses the popular AMM (Automated Market Maker) mechanism in decentralized exchanges represented by Uniswap for trading.

The principle is to use the CFMM (Constant Product Market Maker) model to establish a trading market, and determine the price range of the two tokens according to the available quantity (liquidity) of each token through the definite product function x∗y=k . Since the relative prices of the two tokens in a transaction pool are changed by trading (following the rules of the definite product function), the difference between the token price in the trading pool and the external price will create opportunities for arbitrage. This mechanism ensures that the Token price is always in line with the market settlement price.

In SashimiSwap Exchange, the following two functions are provided:

（1）Add / Remove Liquidity：

Users put two tokens of equal value in the transaction pair into the transaction pool and obtain the corresponding LP Token. The LP Token represents the redemption voucher of the assets added by the user in the transaction pool, allowing users to redeem their assets at any time.

（2）Swap：

Users are allowed to exchange any ERC-20 Token into another ERC-20 Token through the transaction pool. At the same time, users need to pay a 0.3% transaction fee.

## Tutorial

### Tutorial 1: How to redeem Token?

Step 1: Click the right top corner, select the wallet you want to connect to in the pop-up window and confirm (take MetaMask as an example)

​

Step 2: Click "Exchange" on SashimiSwap's homepage, then click "Swap" to enter the following page (<https://sashimi.cool/app/#/swap>)

![](/files/-MOVcm0iBycLIhTssq-n)

Step 3: Choose the Token you own and the target Token you want to exchange;

Enter the amount you want to exchange in any column of the Token you have or the target Token you want to exchange, and the other column will automatically show the corresponding amount according to the market price.

![](/files/-MOVcwmNgK35o8mfDDm5)

Step 4: Click "Swap", then click "Confirm Swap" on the pop-up confirmation page;

![](/files/-MOVd734PKruxPnDZf-X)

Step 5: Confirm the transaction in the connected wallet and wait for a while. After the transaction is completed, you can enter the Ethereum browser to view the transaction details.

![](/files/-MOVdNeWw1sjA4EnaSqB)

### Tutorial 2: How to add liquidity?

Step 1: With the wallet connected, click "Exchange" on the SashimiSwap homepage, and then click "Pool" to enter the following page （<https://sashimi.cool/app/#/pool）>

![](/files/-MOVdbkBm8wXNprSBqZY)

Step 2: Click "Add Liquidity" and select the two Tokens to add liquidity;

Enter the token amount you want to add in any column, and the other column will be filled in automatically.

![](/files/-MOVdn0nzqZgDvj6OhW-)

Step 3: After clicking "Supply", a confirmation page will pop up;

Confirm two pieces of information: the respective exchange prices of the two tokens currently injected as liquidity, and the ratio of this transaction to the liquidity pool.

After confirmation, click "Confirm Supply" to confirm, and click "Confirm" on the second confirmation page.

![](/files/-MOVe1oIaBblEiYr7pHH)

Step 4: Confirm the transaction in the connected wallet and wait for a while. After the transaction is completed, you can enter the Ethereum browser to view the transaction details.

![](/files/-MOVeBQ33qDrdhodtyRO)

### Tutorial 3: How to remove liquidity?

Step 1: With the wallet connected, click "Exchange" on the SashimiSwap homepage, and then click "Pool" to enter the following page (<https://sashimi.cool/app/#/pool>). You can click "Your Liquidity " to view the added liquidity information;

![](/files/-MOVeNOfTdY3A6UJ5pJY)

Step 2: Click the drop-down arrow on the right side of the added liquidity to view specific information; click "Remove" to enter the details page of removing liquidity

![](/files/-MOVeXe_tPxUIEzNcJYe)

Step 3: Enter the amount of liquidity to be removed, and click "Remove" in the lower right corner to remove liquidity.

![](/files/-MOVejsoaMBkPXgyaCDB)


# 1.3 SashimiSwap Farms

## Introduction

SashimiSwap Farms is SashimiSwap's liquid mining platform. Users can stake LP Token to get SASHIMI as mining rewards.

## Farming Strategy

![](/files/-MURwtQntkZN4wPyl2BI)

Users participate in mining by staking LP Token (currently support LP Tokens such as UNI-V2 LP, SLP, SALP, etc.) in the corresponding mining pool to earn SASHIMI.

The released SASHIMI will be distributed to each mining pool according to a specified ratio, and SASHIMI rewards will be distributed in each mining pool according to the proportion of LP Token staked by users.

#### Contract information:

MasterChef contract

{% embed url="<https://etherscan.io/address/0x1daed74ed1dd7c9dabbe51361ac90a69d851234d>" %}

## SASHIMI token release rules for mining rewards <a href="#sashimi-token-release-rules-for-mining-rewards" id="sashimi-token-release-rules-for-mining-rewards"></a>

SASHIMI is the platform token of SashimiSwap. Farms use liquidity mining to generate SASHIMI tokens. SASHIMI tokens are 100% generated based on liquidity mining, without any pre-sale, pre-mining and team distribution.

SASHIMI holders can participate in platform governance and obtain dividends from the platform. Platform income now includes transaction fees, income from liquidity investment, and Vault fee income.

Below is the SASHIMI release plan:

The total supply of SASHIMI is 100M, and the distribution will be reduced according to the rules shown in the figure below until the total distribution reaches 100M.

![](/files/-MOVh2L_s6zyb-8vRaon)

## Tutorial on mining

Step 1:

With the wallet connected, enter the SashimiSwap Exchange add liquidity page (<https://sashimi.cool/app/#/add/>) to add liquidity, at this time you will get the SALP Token of the trading pool; (If the mining pool is an LP Token of other protocols, you need to go to the corresponding platform to add liquidity to obtain the LP Token)

Note: For how to add liquidity, please refer to "Tutorial 2: How to add liquidity?" in the document "1.2 SashimiSwap Exchange".

Step 2: Enter the Farm page of SashimiSwap

（<https://sashimi.cool/farms>）

to select the mining pool and click "Select" (if there is no asset supported by the mining pool, you can click "GET LP" to enter the designated platform to add liquidity to obtain LP Token)

![](/files/-MOVhQkNmmu242EQbDZE)

Step 3: After clicking "Select", you will enter the LP Token details page. Now, you need to authorize the contract before mining.

Click "Approve" to authorize and confirm the transaction in the connected wallet.

![](/files/-MOVha3CmNAq6h-nrST2)

Step 4: After completing "Approve", click "+", type the amount of LP Token to be staked in the pop-up window, click "Confirm", and confirm the transaction in the connected wallet to complete staking.

![](/files/-MOVhlDfy7xf9sERRBgO)

![](/files/-MOVhtal7n8DZE9pPb9z)

Step 5: After the LP Token is staked, the Farm will calculate and distribute SASHIMI mining rewards based on the amount of staked LP Token in the current mining pool assets. The SASHIMI income generated by mining will be shown on the "SASHIMI Earned" card on the left side.

Click "Harvest" and confirm the transaction in the connected wallet to transfer the SASHIMI income into the wallet.

![](/files/-MOVi0ycbSmX__IXHf-l)

Step 6: When withdrawing the staked LP Token, click "Unstake", enter the amount of LP Token to be withdrawn in the pop-up window, click "Confirm", and confirm the transaction in the connected wallet to complete the withdrawal.

![](/files/-MOViD7wCtOqdAElnHaa)

![](/files/-MOVj-PAh41_-v0p66sE)


# 1.4 Sashimi Lending

## Introduction

Sashimi Lending is an algorithmic interest rate protocol of collateralised loan market. Sashimi Lending smart contract defines the interest rate model for user deposits and borrowings through algorithms. Users can deposit assets in the market, or collateralise assets to borrow from the market at any time. Depositors can get interest income, while borrowers need to pay an interest. The platform provides deposit and borrowing services with dynamic and floating interest rates.

Sashimi Lending's interest rate is determined by the supply-demand relationship of the market, the protocol provides fast and efficient transactions by cutting middlemen, removing borrowing time lag and operation restrictions.

Initially, Sashimi Lending will launch eight Supply and Borrow markets, users participating in every markets can receive $SASHIMI reward, which will be allocated to each market based dynamically on the proportion of interest generated in that market.

![](/files/-MOZPI_QeAz2T5tUh9c9)

## **Contract Information**

Lending Contract：[https://etherscan.io/address/0xB5d53eC97Bed54fe4c2b77f275025c3fc132D770](<https://etherscan.io/address/0xB5d53eC97Bed54fe4c2b77f275025c3fc132D770&#xA;>)

Pools Contract:

| Pool      | Reward Token | Contract Link                                                                                                                                             |
| --------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slETH     | SASHIMI      | <https://etherscan.io/address/0xC597F86424EEb6599Ea40f999DBB739e3Aca5d82>                                                                                 |
| slDAI     | SASHIMI      | [https://etherscan.io/address/0x2918231F262f764DbB5753A95BD7684fDB313ea4](<https://etherscan.io/address/0x2918231F262f764DbB5753A95BD7684fDB313ea4&#xA;>) |
| slUSDC    | SASHIMI      | [https://etherscan.io/address/0xBbCc16ab7937469bB1E72337427678e7E701b9Ea](<https://etherscan.io/address/0xBbCc16ab7937469bB1E72337427678e7E701b9Ea&#xA;>) |
| slUSDT    | SASHIMI      | [https://etherscan.io/address/0x2394DE3827e233298fff0FdF6Aa261070BFE013d](<https://etherscan.io/address/0x2394DE3827e233298fff0FdF6Aa261070BFE013d&#xA;>) |
| slWBTC    | SASHIMI      | [https://etherscan.io/address/0x09a7fB5E4499e61C7cF53aCB8Df7B2a8e4Fb36F9](<https://etherscan.io/address/0x09a7fB5E4499e61C7cF53aCB8Df7B2a8e4Fb36F9&#xA;>) |
| slYFI     | SASHIMI      | [https://etherscan.io/address/0x6DDBcBAa13bDE44a406780E298721483D684F1B0](<https://etherscan.io/address/0x6DDBcBAa13bDE44a406780E298721483D684F1B0&#xA;>) |
| slELF     | SASHIMI      | [https://etherscan.io/address/0xDDDAf1a95e57F7a74D85F366936F8a2ABBc86b45](<https://etherscan.io/address/0xDDDAf1a95e57F7a74D85F366936F8a2ABBc86b45&#xA;>) |
| slSASHIMI | SASHIMI      | <https://etherscan.io/address/0x8ce5AA7812FDD6799D4C2B284A6e9f9b186e3Af3>                                                                                 |

## Sashimi Lending interest rate model

### **1.Generation of deposit interest**

After depositing the underlying assets, depositors can get a certain amount of slToken, which can be used to exchange for the underlying assets. The exchange rate of slToken to the underlying asset will increase over time after the deposit. The increased part in exchange rate is the interest earned by the depositor. The more borrowings on the platform, the faster the exchange rate increases.

### **2.Exchange rate of slToken**

The exchange rate of slToken is calculated according to the following data (taking Lending USDT as an example)

* totalCash= The total amount of Underlying Asset that has been put into the smart contract but has not yet been borrowed
* totalBorrows = The total amount of outstanding loans (including accrued interest)
* totalReserves=Total amount of reserves ( part of payable interests is used as reserves)
* totalSupply=The total amount of slToken received by all depositors

&#x20;                 *ExchangeRate =（totalCash+totalBorrows-totalReserves）/ totalSupply*

### **3.Utilization Rate**

Utilization rate refers to the proportion of Underlying Assets borrowed out of total Underlying Assets:

&#x20;                          *UtilizationRate =totalBorrows /（totalCash+totalBorrows）*

### **4.Borrow Rate**

In the Sashimi Lending interest rate model, the borrow rate is calculated as the dynamic annualised interest rate that the borrower needs to pay.  It will be affected by the following factors:

1.Base Rate

2.Utilization Rate

3.Multiplier

&#x20;                            *BorrowRate = UtilizationRate \* Multiplier + BaseRate*

### 5.**Supply Rate**

Supply Rate is the annualised interest rate that the depositors can receive. It will be affected by the following factors:

1.Borrow Rate

2.Utilization Rate

3.Reserve Factor

&#x20;                  *SupplyRate≈ BorrowRate \* UtilizationRate \*（1 - ReserveFactor）*

In the Sashimi Lending interest rate model, the Base Rate, Multiplier, and Reserve coefficient of each token may be different, but they are all constants in the smart contract and will be disclosed in the contract code.

Admins are authorised to modify these constants in smart contract, the communities can propose adjustments as they see fit, and any adjustments can be found openly and transparently on the blockchain.

## Liquidation rules

The price of collateralised assets will fluctuate. When the value of collateralised assets of the borrower is insufficient to pay the outstanding loan due to price fluctuations, account liquidation will be triggered. The collateralised assets will be sold by the liquidator at an agreed discount price to repay the loan. The price discount is an incentive for the liquidator.

The liquidation incentive is a constant in the smart contract.

## Sashimi Lending Tutorial

### Sashimi Lending

#### 1. User Assets

* Supply balance = User's deposit + Interest earned.
* Borrow balance = User’s borrowing amount + User's payable interest&#x20;
* Net APY = Net Annual Interest Rate
* Borrow Limit = The percentage indicates the healthy level of user account. The account is healthy when the percentage is low. If 100% of the borrowing limit is hit, the liquidation will be triggered.

![](/files/-MOfUigSFMdsUPsJCeUJ)

#### 2. Markets

In the 'Supply' and 'Borrow' lists, the Supply Market and the Borrow Market of each asset is displayed. Users can deposit to the Supply Market or borrow from Borrow Market.

![](/files/-MOfUn7zPySK1rXZHjul)

### How to use Sashimi Lending

#### 1. Connect Wallet

Take MetaMask as an example: Open the lending page, click "Unlock Wallet" in the upper right corner. After the pop-up window appears, select the wallet you want to use. After the connection is successful, you can check wallet information by clicking the address tap in the upper right corner.

![](/files/-MOZdxQchb-3baVWfdQx)

![](/files/-MOZc7ksVHA4fDA149OL)

#### 2. Deposit Assets

Select the token to deposit. Take $SASHIMI as an example, click SASHIMI, enable the supply, enter the amount to be deposited in the pop-up window. Then, click 'Supply' and confirm the transaction in the connected wallet.

Note: the smart contract needs to be authorised through the enabling pop-up window. After successful deposit, interest will be accumulated over time according to supply APY.

![](/files/-MOZNG-DEVq8KikYxapH)

![](/files/-MOZNNLx85EH5Ld1g-XU)

#### 3. Collateral

Users can enable or disable the collateral through the switch of the asset list. After pledge, the Borrow Limit will change accordingly (Borrow Limit = Deposit Token Value \* Loan to Value ratio).

Users can borrow money only after deposited collateral. Collateral is used to ensure the user has enough assets to repay the loan. If the outstanding loan exceeds the borrow limit, liquidation will be triggered.

Again, take $SASHIMI as an example: find SASHIMI in the supply market and click "Collateral" to enable the collateral feature. Then, Click "Enable SASHIMI as Collateral" in the pop-up window to authorize, and confirm the transaction in the connected wallet.

After the transaction is completed, the SASHIMI collateral switch will be turned on. If there is any SASHIMI deposit, the "Borrow Limit" percentage will increase accordingly.

![](/files/-MOZcIJ3JoCs2ZVIFBmA)

![](/files/-MOZNjL5GvjkvZ59G0re)

Take $SASHIMI as an example, there will be two scenarios when disabling collateral:

Scenario 1: If the user account has no outstanding loan, or the disabling of collateral will not trigger liquidation, click the switch tap in the "Collateral" column, and authorize by clicking "Disable SASHIMI" in the following pop-up window.

After disabling, the switch will be turned off, and if there is SASHIMI deposit, the "Borrow Limit" percentage will be reduced accordingly.

![](/files/-MOZSz8vvSINas_5sH_1)

Scenario 2: If disabling of collateral will trigger the liquidation,  the switch cannot be turned off.

![](/files/-MOZShi13GeHtmqPSTzO)

#### 3. Borrowed Assets

Take SASHIMI as an example: click SASHIMI, enter amount in the borrow pop-up window, click "Borrow", and confirm the transaction in the connected wallet to complete the borrowing.

After successful borrowing, interest will be accumulated over time according to Borrow APY.

Note: you must deposit assets as collateral before borrowing assets, otherwise you can't take loan.

![](/files/-MOZTE6M4GpXjfdTV7u8)

![](/files/-MOZTYdTZB4wtYJwczUd)

#### 4. Withdrawal

Taking the withdraw all or part of SASHIMI as an example, users can click SASHIMI and select "WITHDRAW" tab in the deposit pop-up window. Then, enter the withdrawal amount, click the "WITHDRAW" button and confirm the transaction in the connected wallet.

Note: You can withdraw the principal and interest earned at any time. The maximum withdrawal amount = deposit amount - outstanding loan amount / Loan to Value ratio. That is, the collateral cannot be withdrawn.

![](/files/-MOZOhS3wmecpX4jyvPv)

![](/files/-MOZOnbd33_8VH8ESsrF)

#### 5. Repayment

Taking the repayment of all or part of USDT as an example: click USDT and click the "Repay" tab in the repayment pop-up window. Enter the repayment amount and click "Repay", confirm the transaction in the connected wallet to complete the repayment.

Note: You must enable the smart contract first before you supply or replay. You can repay at any time, your repayment will include principal and accrued interest.

![](/files/-MOZOtDikl46hnnQ1Fzw)

![](/files/-MOZP-MAnNLl_FIYgx1t)


# 1.5 SashimiSwap Investment

## **Introduction**

![](https://uploader.shimo.im/f/AL60wBYiRjTe7aJb.png!thumbnail)

SashimiSwap Investment is an asset management module built into Sashimiswap Lending. It will invest part of the assets (≤90%) in the liquidity pool with stable returns and minimum risks.

Some profits from SashimiSwap Investment will be used to buy back SASHIMI and ETH through Exchange (DEX). 25% of the profits from SashimiSwap Investment will buyback SASHIMI and will be transferred to the Sashimi Bar Contract (check here: [SashimiBar](https://etherscan.io/address/0x6ed306DbA10E6c6B20BBa693892Fac21f3B91977)), the remaining 75% will buyback ETH and will be sent to Treasury (check here: [Treasury Record](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3#tokentxns)). Users can obtain this part of the profits by staking the SASHIMI Token in the Sashimi Bar. It also allows users to redeem their staked SASHIMI at any time. (Staking SASHIMI will receive xSASHIMI as redemption voucher.)

## **Contract Information**

Investment Contract：

<https://etherscan.io/address/0x4ce106235B6d876c66117fdA1f6025E3Fb87D3ec>

Pools Contract:

| Pool | Reward Token | Contract Link                                                              |
| ---- | ------------ | -------------------------------------------------------------------------- |
| ETH  | SASHIMI, ETH | ​<https://etherscan.io/address/0x7Bc801A840a7c2c027f4E5e48Bf618348B0bCE2B> |
| DAI  | SASHIMI, ETH | <https://etherscan.io/address/0xfdeDB338C5E5A26ed5816091DFAF34B5616Cf2F4>  |
| USDC | SASHIMI, ETH | ​<https://etherscan.io/address/0x7cf0569A5d1602068f2C1425BFE8352fD6d8B942> |
| USDT | SASHIMI, ETH | ​<https://etherscan.io/address/0x33A057E6061e3849954578E3Ae0Ae15e615E72Cf> |
| WBTC | SASHIMI, ETH | <https://etherscan.io/address/0x194402BC8Adcc11a77873996361efe40E9dcdfCb>  |
| YFI  | SASHIMI, ETH | <https://etherscan.io/address/0xd3D3fc25B836a8fD49026787C4406F5791f891bE>  |
| ELF  | SASHIMI, ETH | <https://etherscan.io/address/0x206D84982e032950E3F87d64f86C7c4C7cb60FCC>  |

## Tutorial

Step 1: Open the Investment page (<https://sashimi.cool/investment>);

When the wallet is connected, click "Rebalance" to invest the corresponding assets according to the investment proportion, and confirm the transaction in the connected wallet; (anyone can do it)

In each pool,

“Deposit” means the amount of assets being invested.

“Supply Profit“means interest yield on deposits.

“Farm Profit“means farming yield.

“Basic Reserve Ratio” means the minimum required reserve ratio in Exchange that cannot be invested.

"Actual Reserve Ratio" means the current actual reserve ratio;

“APY” means the annual percentage yield（Supply APY + SASHIMI APY）.

![](/files/-MQQYnMnOr2GLBdvpVLQ)

Step 2: If you want to get your returns back, Click "Harvest" and confirm the transaction in the connected wallet to get the returns. (Anyone can do this)

The profits will be automatically used to buy back SASHIMI/ETH and redistributed to Sashimi Bar and Treasury in proportion.

![](/files/-MOVm4HLdphzdvrdjhUt)


# 1.6 SashimiSwap Vaults

## Introduction

SashimiSwap Vaults is SashimiSwap's assets management platform. Vaults invest the assets staked by users to conduct non-risky assets management through other DeFi products. It can automatically select and configure the best investment strategy based on factors such APY and safety. In addition, when the yield of each contract fluctuates, the Vaults will automatically adjust positions and transfer funds to help users get the highest financial returns. Users do not need to change any contract, which makes DeFi investment much easier to get started with.

## Profit Distribution

The ratio of Performance Fee: 4.5%

Performance fee will be deducted from each Vault pool and deposited into [Treasury](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3). The profits after deducting the performance fee will be distributed to users in proprotion to their staking.

The ratio of Withdrawal Fee: 0.5%

In addition, withdrawal fee will be deducted when users withdraw. Among them, 1/4 of the withdrawal fee will be transferred to the [Dev Fund](https://etherscan.io/address/0x0FaEF44d1373F6fdE75926E4564baB5B2d645944#tokentxns), and 3/4 to [Treasury](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3).

## Profit Strategy

![](/files/-MOVmPg7nP8wmbFq1rlM)

The profit strategy is described as follows:

1. If you choose WETH-DAI UNI-V2 LP Vault and stake the corresponding token, you can obtain svToken as staking voucher.
2. The Vault stakes the UNI-V2 LP Token to the Uniswap pool.
3. UNI rewards will be earned in this pool.
4. The UNI awards earned will be converted to WETH in the Uniswap farm pool.
5. 50% of WETH will be exchanged for DAI.
6. At this time, adding WETH and DAI to the Uniswap DAI-WETH pool can obtain UNI-V2 LP Token. The UNI-V2 LP Token will enter the SashimiSwap Vault as the profits for the user's staking and can be recycled (a 4.5% Performance Fee will be charged when UNI-V2 LP Token enters the Vault).
7. If you need to use svToken to withdraw the staked assets, the corresponding proportion of the capital and profits will be withdrawn at the same time (a 0.5% Withdrawal Fee) .

Note: The description above takes the staking of WETH-DAI UNI-V2 LP as an example.

## Fees Comparison

|                 | SashimiSwap Vaults | Yearn | YFII | Harvest |
| --------------- | ------------------ | ----- | ---- | ------- |
| Withdrawal Fee  | 0.5%               | 0.5%  | -    | -       |
| Performance Fee | 4.5%               | 5%    | 10%  | 30%     |

## **Contract Information**

Vault Contract: <https://etherscan.io/address/0x3884eab512bB0475100997271EC83163DAa944AE>

The Vault Contract for each asset:

| Pool            | Staking Token and Reward Token | Contract Link                                                                                                                                     |
| --------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| DAI-ETH Vault   | DAI-ETH UNI-V2 LP              | <https://etherscan.io/address/0x56BB940D92AE9a45EBDc77e94C28B960CffD6168>                                                                         |
| USDC-ETH Vaults | USDC-ETH UNI-V2 LP             | <https://etherscan.io/address/0xc5D00a4E730fC2e1C77764A74E5F1308A460de7F>                                                                         |
| USDT-ETH Vaults | USDT-ETH UNI-V2 LP             | <https://etherscan.io/address/0x8E95bc97B0C1B88Aa8708206C85c06299F778648>                                                                         |
| WBTC-ETH Vaults | WBTC-ETH UNI-V2 LP             | [https://etherscan.io/address/0x81885d776D2963941ec7434F30D61B851E9697F](https://etherscan.io/address/0x81885d776D2963941ec7434F30D61B851E9697FA) |
| DAI Vaults      | DAI                            | <https://etherscan.io/address/0xe6cB949e11bEB2a7b48f4cb5bFD8724501cfdA91>                                                                         |
| USDT Vaults     | USDT                           | <https://etherscan.io/address/0x722669a18852c659110D4a1E44f9647Fc44EdCc2>                                                                         |
| USDC Vaults     | USD                            | <https://etherscan.io/address/0x4221330F24b26f20457f7c7c925CFc46b1541CA6>                                                                         |

## Tutorial

Step 1: Make sure your wallet is connected, and select the Vault on the "Vault" page.

![](/files/-MOVmXrjkgk7UU8MhK_f)

Step 2: Take DAI-ETH Vault as an example. First Click the Arrow to expand the page, then enter the amount of the assets to be staked in the input box on the left. The transaction is then confirmed in the connected wallet. If the staking is successful, svToken will be obtained as the staking voucher. You can calculate current earnings based on “1 DAI-ETH svUNI-V2 = 1.000106175477081 DAI-ETH UNI-V2 LP” and APY.

![](/files/-MOVmdLIJkInYX0RHz7z)

Step 3: When withdrawing the staked Tokens, enter the amount of svToken in the right input box and click “Withdraw”, then confirm the transaction in the connected wallet to withdraw the staked asset (a 0.5% withdrawal fee will be charged) .


# 1.7 Governance

## **Governance Model Introduction**

SASHIMI-ETH LP Token (i.e. SASHIMICHAKRA) need to be used for SashimiSwap on-chain governance. Any user can initiate a proposal on <https://snapshot.sashimi.cool/#/sashimi>, and any user holding SASHIMICHAKRA can vote for or against the proposal.

Proposal website: <https://snapshot.sashimi.cool/#/sashimi>

## **Structure of the First Sashimi Governance Committee**&#x20;

Size of Sashimi Governance Committee: 5 members (might be expanded in the future)

The Committee has the following responsibilities:

1\. Initiate a proposal as a member of the core team.

2\. Hold multisig of timelock for future changes.&#x20;

3\. Give advice on Sashimi's development.

Term of Committee members: to be elected every six months

Time of establishment: October 20, 2020

## **Proposal Rules**

* The voting period is unlimited, the default period is three days.
* Vote by using the SASHIMI-ETH SALP Token (i.e. SASHIMICHAKRA) staked in the Farms, one token, one vote.
* The proposal will be passed after the participation rate reaches 30% and the Yes votes exceed 60%.
* When the core team initiates a proposal, a proposal number needs to be added before the title, and add ‘1’ based on the latest proposal number. For example, if the latest proposal number is \[SAIP-0001], then the proposal number should be \[SALP-0002] when initiating a new proposal.


# 1.8 Sashimi Bar (Staking SASHIMI)

## Introduction <a href="#introduction" id="introduction"></a>

![](/files/-MOVnABBuSmssYebJKc3)

Users can stake SASHIMI to obtain SASHIMI from Sashimi Bar. (Staking SASHIMI will obtain xSASHIMI as redemption voucher)

## **Asset Sources** <a href="#asset-sources" id="asset-sources"></a>

* Staked SASHIMI tokens by users
* 25% of Investment profits
* The 0.05% Swap transaction fee charged on the Exchange (not implemented yet. The current 0.3% Swap transaction fee generated by is all used as the profit for liquidity providers.)

## **Contract Information** <a href="#contract-information" id="contract-information"></a>

SashimiBar Contract: <https://etherscan.io/address/0x6ed306DbA10E6c6B20BBa693892Fac21f3B91977>​

## How to Stake <a href="#how-to-stake" id="how-to-stake"></a>

Step 1: Go to the Staking page: <https://sashimi.cool/Staking>.

After the wallet is connected, Click “Approve” and confirm the transaction in the connected wallet to authorize the contract.

![](/files/-MOVnGIrKTj3CuPK1ylA)

Step 2: After completing "Approve", click "Staking", and input the SASHIMI amount to be staked in the pop-up window (as shown on the right), click "Confirm" and confirm the transaction in the connected wallet to complete the staking; at this time, xSASHIMI will be obtained as the staking voucher.

Users can calculate the current revenue based on "1 xSashimi = 1.034 Sashimi" and the APY.

![](/files/-MOVnS_CzefJXZhBgS7t)

![](/files/-MOVnYHnGT80TOusQdK8)

Step 3: To withdraw the staked SASHIMI, click "Convert to SASHIMI". After that, input the amount of xSASHIMI in the pop-up window, click "Confirm" and confirm the transaction in the connected wallet to complete the withdrawal. The principal and profits will be included in the withdrawal of SASHIMI.

![](/files/-MOVndkqhjqjlbx40UFC)


# 1.9 Sashimi Bridge

## Introduction

Sashimi platform currency SASHIMI can conduct cross-chain trading on Huobi Chain, Binance Chain, as well as Ethereum Chain.

Users can transfer their asset to the other two chains under the current chain by using the cross-chain trading function of the Sashimi platform to connect to their wallet.

The daily available quantity is tentatively set as 200,000 for Huobi Chain and Binance Chain, and 100,000 for Ethereum. If the daily limit exceeded, then users have to wait til 0:00 (GMT) of the next day.

In order to ensure that there are enough tokens to support users for both cross-chain transfers and transactions, SashimiSwap development team issued a total of 60,0000 SASHIMI on Huobi Chain and Binance Chain (Binance Smart Chain is 30,0000 SASHIMI, Huobi Chain is 30,0000 SASHIMI), the Ethereum chain transfers 50,000 SASHIMI from the cross-chain pool as the reserve token for the cross-chain smart contract.

## **Cross-chain Trading Tutorial (Example: Huobi Chain)**

**Step1: Connect to the wallet (Matemask as an example)**

Click the "Connect Wallet" button, the following pop-up window will appear, select "Metamask" to connect to the wallet;

![](/files/-MYy2UJcZx3krtlYGYHA)

Step 2: Select your asset

There is only "SASHIMI" available and it is selected by default.

![](https://uploader.shimo.im/f/s8L4c7QsckeO96YV.png!thumbnail)

**Step 3: Enter the quantity**

There is currently no limit to the number of single transactions, but the number of transactions needs to be within the prescribed daily limit transaction amount, and users need to pay a certain additional fee. The service fee is based on the current chain to collect the platform currency under the chain.

![](https://uploader.shimo.im/f/jwq167ZF1IOVGNVa.png!thumbnail)

**Step 4: Receiving Address**

The receiving address is filled with the default wallet address which can be modified.

![](https://uploader.shimo.im/f/NPqPSGLaR2z72MRZ.png!thumbnail)

**Step 5: Confirm the transaction**

After clicking “Next”, the information of this transaction will be displayed and the transaction will be confirmed. Click "Confirm" after double check with all of your information

![](https://uploader.shimo.im/f/eH5r7dCG6j8arnIt.png!thumbnail)

Description:

1\. Click the arrow button between Heco Network and Ethereum Network to switch from the current chain to Ethereum Network.

2\. When you click the drop-down arrow of the receiving chain on the right, you will be able to change the receiving chain


# 2.Introduction to SashimiSwap's assets

## **SASHIMI**

SASHIMI is the platform token of SashimiSwap. Farms use liquidity mining to generate SASHIMI tokens. SASHIMI tokens are 100% generated based on liquidity mining, without any pre-sale, pre-mining and team distribution.

SASHIMI holders can participate in platform governance and obtain dividends from the platform. The platform income now includes transaction fees, income from liquidity investment, and Vault fee income.

Below is the SASHIMI release plan:

The total supply of SASHIMI is 100M, and the distribution will be reduced according to the rules shown in the figure below until the total distribution reaches 100M.

![](/files/-MOVnxGYfFnOYmjvpuZs)

## SALP Token

SALP Token is a voucher for adding liquidity on the Exchange; each liquidity pool has its unique SALP Token, and withdrawal of liquidity will burn SALP Token.

Currently, SALP Token can be staked in Farms for liquidity mining.

## **svToken**

svToken is the voucher for staked assets in Vaults; each transaction pool has its unique svToken, which will be burnt after staked assets are withdrawn.

svToken will continue to appreciate based on the income in Vaults; the higher the income, the higher the value of svToken, the more staked assets will be withdrawn.

svToken supports staking in Farms for liquidity mining.

## **xSASHIMI**

xSASHIMI is the voucher for staking SASHIMI in Sashimi Bar, and withdrawal of staked SASHIMI will burn xSASHIMI.

xSASHIMI will continue to appreciate based on the income in Sashimi Bar; the higher the income, the higher the value of xSASHIMI, the more SASHIMI will be withdrawn.

## **xLP Token**

xLP Token is the voucher for staking LP Token in LP Token Bar in Double Farming. xLP Token will be automatically staked in Farms for liquidity mining and will not enter the user’s wallet.


# 3.Configure RPC network on Metamask

## Configure RPC network on Metamask

### **1.Huobi Eco Chain (HECO)**

Step 1: Click "Ethereum Mainnet" on the top.

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

Step 2: Select "Custom RPC" .

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

Step 3: Custom RPC network setting:

* Network name

```
HECO mainnet  // you can set a name you like
```

* New RPC URL

```
https://http-mainnet.hecochain.com
```

* Chain ID

```
128
```

* Symbol (optional)

```
HT
```

* Block explorer URL (optional)

```
https://scan.hecochain.com
```

Here is an example：

![](https://uploader.shimo.im/f/w8ANWkGr1vFsSmSt.png!thumbnail)

Then click "Save".

Step 4: Switch wallet network

Once you finish all the settings above, you need to switch your wallet to HECO mainnet when using any DeFi product or Dapp on HECO chain:

Click "Ethereum Mainnet" on the top of the wallet page, and select the RPC network you have just set.

<img src="https://uploader.shimo.im/f/6DxzJrkE3TYGqR9a.png!thumbnail" alt="" data-size="original">![](https://uploader.shimo.im/f/xZdvXoK9JW7ruaf2.png!thumbnail)

### 2.Binance Smart Chain (BSC)

Step 1: Click "Ethereum Mainnet" on the top.

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

Step 2: Select "Custom RPC" .

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

Step 3: Custom RPC network setting:

* Network name

```
Binance Smart Chain  // you can set a name you like
```

* New RPC URL

```
https://bsc-dataseed.binance.org/
```

* Chain ID

```
0x38
```

* Symbol (optional)

```
BNB
```

* Block explorer URL (optional)

```
https://www.bscscan.com
```

Here is an example：

![](https://uploader.shimo.im/f/xqc3ATttwQslp1t5.png!thumbnail)

Then click "Save".

Step 4: Switch wallet network

Once you finish all the settings above, you need to switch your wallet to BSC mainnet when using any DeFi product or Dapp on BSC chain:

Click "Ethereum Mainnet" on the top of the wallet page, and select the RPC network you have just set.

![](https://uploader.shimo.im/f/6DxzJrkE3TYGqR9a.png!thumbnail)![](https://uploader.shimo.im/f/coRnijwiWqRpZgjh.png!thumbnail)


# 4.Roadmap

![](/files/-MYwlEGIa0H2Wb_haaiN)


# 5.Official resources

Official website:

&#x20;   Ethereum V1: <https://sashimi.cool/>

&#x20;   Ethereum V2: [https://v2.sashimi.cool/](< https://v2.sashimi.cool/>)​

&#x20;   BSC: <https://bsc.sashimi.cool/>

&#x20;   Heco: <https://heco.sashimi.cool/>

Mobile users can use the product through imToken wallet.

Discord：[http://discord.com/invite/mSEc2uv](https://t.co/5lmtO4NkYO?amp=1)

Telegram：[http://t.me/SashimiSwap](https://t.co/xYoRvxLZ1u?amp=1)

Twitter：<https://twitter.com/SASHIMISASHIMI5>

Medium：<https://medium.com/@SASHIMISASHIMI5>

Official Code: <https://github.com/SashimiProject/sashimiswap>

Audit Report: <https://sashimi.cool/files/sashimi_audit_report.pdf>

APY API：<https://sashimi.cool/api/farms/getList>


# 6.Manage the contract authorization information of the wallet

1\. We recommend you to use DeBank’s "Authorized Contract" function to view and manage your own authorized list regularly.

First open the DeBank website: <https://debank.com/portfolio,> you need to connect your wallet address through MetaMask on the DeBank website before viewing.

![](/files/-MOVoKCtUC7QVz6pb0zq)

2\. Click "Authorized Contract" on DeBank's asset management interface to view and manage

After successfully connecting to the MetaMask wallet, enter DeBank's asset management page and click "Transaction History" and "Authorized Contract" to view and manage the contract according to the following steps.

![](/files/-MOVoOdDa9Rt2mxch6wc)

![](/files/-MOVoS_1-H61jdadM-t3)

![](/files/-MOVoVTiFCDCiSHs3GyK)


# 7.FAQ

**Q: What is SashimiSwap?**

A: SashimiSwap (sashimi.cool) is a Uniswap-inspired investment platform dedicated to ‘multiplying’ the income for liquidity providers. Whereas most other platforms primarily rely on transaction fees, SashimiSwap also has significant investment returns by optimally and automatically investing a part of the idle liquidity in the most profitable platform(s), automatically adjusted every day. If likened to a foreign exchange, then SashimiSwap is depositing part of its assets into the bank to earn interest.

**Q: Where can I buy** **SASHIMI？**

A： Currently, you can get SASHIMI on SashimiSwap Exhcange and Uniswap. The link is:

* SashimiSwap Exchange：<https://info.sashimi.cool/token/0xc28e27870558cf22add83540d2126da2e4b464c2>
* Uniswap：<https://info.uniswap.org/token/0xc28e27870558cf22add83540d2126da2e4b464c2>

**Q: Will** **SashiSwap's assets** **be used for the aelf community or the** **Sashimi community?**

A: Unlike SushiSwap, which distributes 10% of its funding each time to the founding team for development, future iterations, audits, etc. SashimiSwap did away with such “development funds”. SASHIMI tokens are 100% distributed based on liquidity mining, without any pre-sale, pre-mining and team distribution.

**Q: What is timelock?**

A: Timelock means when you send a transaction, the contract is executed after a set period, say, we set the period at 2 days, like Sushi. Timelock cannot lock liquidity, It is to prevent anyone from stealing tokens.

**Q: Has** **the Sashimi contract been audited?**

A: Audit Report <https://sashimi.cool/files/sashimi_audit_report.pdf>

* Here is a comparison of the Sashimi and Sushi Masterchef contracts, as well as the SASHIMI and SUSHI Tokens: <https://www.diffchecker.com/aRzLHuan>
* Here’s a comparison of the Timelock contracts: <https://www.diffchecker.com/an3sgSaI>

**Q:How to make a proposal that attracts more voting?**

A:1. Add new proposal

* Open the Sashimi snapshot site: <https://snapshot.sashimi.cool/#/sashimi>
* Click “**New proposal**” on the project homepage.
* Fill in the Title in accordance with the project naming standard.
* Fill in the large text field with your community proposal.
* Select the desired voting options.
* Now go to the “**Actions**” box.
* Select the start date.
* Select the end date (allow enough time for voting).
* Enter the snapshot block height (See below: **Add a snapshot block** **height**).
* Click “**Publish**” to create proposal.
* Sign the message via your wallet and it's done.

2\. Add a snapshot block height

The block height is important as it will lock the state of community members who are able to vote. This means that if you attempt to vote on a proposal, but the block height is in the past and you weren't holding the required token yet, your vote will not count.

3\. Voting

* Open the Sashimi snapshot site: <https://snapshot.sashimi.cool/#/sashimi>
* Go to your project's snapshot page
* Click the option you want to vote for
* Sign the message via your wallet

Note: When you vote on the SASHIMI snapshot platform <https://snapshot.sashimi.cool/#/sashimi>, you need to use the ETH-SASHIMI SALP staked in the Farms, namely SASHIMICHAKRA. One token = one vote, otherwise the vote is invalid.

Check the detailed tutorial on voting on snapshot: <https://docs.snapshot.page/guides/create-a-proposal>

**Q:How does Staking work? Why** **am** **I not seeing my investment go up?**

A:SashimiSwap offers staking to incentivize users who hold and stake tokens. Users can stake their tokens at any time without time locks. When staking SASHIMI tokens, the tokens are converted into xSASHIMI as redemption voucher. The amount of xSASHIMI at the time of initial conversion will be the same as the amount of the staked SASHIMI tokens. xSASHIMI will appreciate as the returns in Sashimi Bar increase; the higher the returns, the more valuable the xSASHIMI, the more SASHIMI tokens users can withdraw.

Over time, SASHIMI tokens are bought back from the platform via multiple means, such as income from Investment and Exchange. Bought back tokens are made available to the stakers on the SashimiSwap platform. Over time, the amount of available bought back SASHIMI will increase. However, the amount of xSASHIMI will stay the same in a user's account; this makes xSASHIMI worth more over time. When the user decides to withdraw his/her tokens from staking, the available xSASHIMI will yield more SASHIMI tokens than initially staked.

Important note: during the staking process, it will seem like no tokens are earned, as the xSASHIMI amount in the wallet does not change. However, if you look at the current xSASHIMI:Sashimi swap ratio on the staking page (<https://sashimi.cool/staking>), you will find this ratio goes up over time as the returns in Sashimi Bar increase, making your investment worth more over time.

Example: a user has staked 1000 SASHIMI tokens and received 1000 xSASHIMI tokens back. At the time of convertion 1 xSASHIMI was worth 1 SASHIMI. After a week of staking, xSASHIMI now worth 1.028 SASHIMI. The user is happy with the yield and decides to stop staking. By converting xSASHIMI back to SASHIMI, he now receives 1028 SASHIMI tokens in return.

## FAQ about Sashimi Lending

#### Q: How much interest can I earn from my deposits?

A: The income earned by slToken holders includes two parts:

* Interest income: depositors will get interest income according to the dynamic annualised interest rate of  deposits. Each type of asset has its own supply and demand market, and the corresponding APY(annual average rate of return) changes dynamically with the relationship between supply and demand.
* $SASHIMI incentive: the platform will provide $SASHIMI incentive for users participating in Sashimi Lending. The specific reward amount is related to markets and asset amount in the market.

#### Q: Is there a minimum or maximum deposit amount?

A: You can deposit any amount without minimum or maximum limit. However, it is important to know that for very low amounts, the transaction costs of the process may be higher than the expected benefits. We recommend you to consider this when you deposit a very low amount.

#### Q: Why should I borrow rather than sell assets?

A: Selling your asset means closing your position on that particular asset. Therefore, you lose the upside potential. By borrowing against the asset, you can monetise without selling it. Users borrow mainly for unexpected expenses, using their holdings or seeking new investment opportunities.

#### Q: How much can I borrow?

A: The maximum amount you can borrow depends on the value of the assets you deposited and the liquidity available. For example, if there is insufficient liquidity or your Loan to Value rate does not allow you to borrow more, you cannot do so. You can check out the specific Loan to Value rate of each market on webpage.

#### Q: What assets do I need to repay?

A: You repay the loan with the same asset you borrow. If you borrow 1 ETH, you will pay off 1 ETH plus accrued interest. If you want to repay according to the US dollar price, you can borrow any available stablecoin, such as USDC, DAI, USDT, etc.

#### Q: How much interest do I have to pay?

A: The interest rate you pay for the borrowed asset depends on the borrowing rate derived from the asset's supply-demand relationship. We use floating interest rates, which vary with supply and demand. You can find the current borrowing rate at any time in the "APY" of the Borrow Market.

#### Q: What is the Loan to Value ratio?

A: The Loan to Value ratio is the ratio of the maximum amount you can borrow to the dollar value of your collateral. The lower the value, the healthier your account is. If the Loan to Value ratio reaches 100%, liquidation will be triggered.&#x20;

#### Q: What happens when my Loan to Value ratio goes up?

A: When the value of your collateral fluctuates, the Loan to Value ratio will change dynamically. If your Loan to Value ratio is low,  the liquidation is less likely to be triggered, thus improving your account healthy level. If the value of the collateral decreases relative to borrowed assets, the Loan to Value ratio will increase, resulting in higher liquidation risk.

#### Q: When do I need to pay back the loan?

A: There is no tenor of the loan. As long as your position is safe, you can borrow money. However, accrued interest will increase over time, which will increase your Loan to Value ratio, as well as the liquidation risk.

#### Q: How to avoid liquidation?

A: To avoid liquidation, you can improve the health level of your account by top up collateral or repay part of the loan. Repayments are more effective than increasing collaterals. It is  important to monitor your Loan to Value ratio and keep it at a reasonable level to avoid liquidation. For example, keeping the Loan to Value ratio below 50% will definitely keep you safe.


# SashimiSwap

官网：

&#x20;   Ethereum V1：<https://sashimi.cool/>

&#x20;   Ethereum V2: [https://v2.sashimi.cool/](< https://v2.sashimi.cool/>)​

&#x20;   币安链BSC：<https://bsc.sashimi.cool/>

&#x20;   火币链Heco：<https://heco.sashimi.cool/>

（移动端可以通过imToken钱包使用该产品）

Discord：[http://discord.com/invite/mSEc2uv](https://t.co/5lmtO4NkYO?amp=1)​

Telegram：[http://t.me/SashimiSwap](https://t.co/xYoRvxLZ1u?amp=1)​

Twitter：<https://twitter.com/SASHIMISASHIMI5>​

Medium：<https://medium.com/@SASHIMISASHIMI5>​

官方代码：<https://github.com/SashimiProject/sashimiswap>​

审计报告：<https://sashimi.cool/files/sashimi_audit_report.pdf>​

APY API：<https://sashimi.cool/api/farms/getList>​[<br>](https://docs.sashimi.cool/v/sashimi/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou)


# 1.SashimiSwap项目简介与架构

以下是本节中的文章：

{% content-ref url="/pages/-MOVp7eNaAn1YL2yJQ3i" %}
[1.1 SashimiSwap项目简介与架构](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.1-sashimiswap-xiang-mu-jian-jie-yu-jia-gou)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVpi6ayIDPV0fj1EN4" %}
[1.2 Exchange去中心化交易平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.2-exchange-qu-zhong-xin-hua-jiao-yi-ping-tai)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVrcmoJUJQZlNgOKhW" %}
[1.3 Farms流动性挖矿平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.3-farms-liu-dong-xing-wa-kuang-ping-tai)
{% endcontent-ref %}

{% content-ref url="/pages/-MOW0yMer5Q-U1JNq1xC" %}
[1.4 Lending去中心化借贷平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.8-lending-qu-zhong-xin-hua-jie-dai-ping-tai-1)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVtfMzyWnA-iFWIaxx" %}
[1.5 Investment资产理财平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.4-investment-zi-chan-li-cai-ping-tai)
{% endcontent-ref %}

{% content-ref url="/pages/-MOVu5UNSMesctlqtmNY" %}
[1.6 Vaults聚合理财平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.5-vaults-ju-he-li-cai-ping-tai)
{% endcontent-ref %}

{% content-ref url="/pages/-MOW-nuxIvwtayBjIm55" %}
[1.7 Governance 社区治理平台](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.6-governance-she-qu-zhi-li-ping-tai-1)
{% endcontent-ref %}

{% content-ref url="/pages/-MOWItKXiG5F\_FnzTMbA" %}
[1.8 Sashimi Bar（Staking SASHIMI）](/zhong-wen/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.7-sashimi-bar-staking-sashimi)
{% endcontent-ref %}


# 1.1 SashimiSwap项目简介与架构

## **项目简介**

SashimiSwap是基于Uniswap的多链部署投资平台，致力于提高流动性提供者的收入，在以太坊、火币和币安三大主链同步部署。SashimiSwap能够利用平台流动性池内的资金进行自动化策略投资。相较于其他平台仅有的手续费收入，SashimiSwap还额外获取了可观的投资收益。如果SashimiSwap是一家外汇现货交易所，那么相当于这家外汇现货交易所将交易所沉淀的部分资金放入银行获取储蓄利息。

![](/files/-MOVpD8kwDs6u7CsTMQC)

SASHIMI是SashimiSwap的平台币，100%通过流动性挖矿分发，无任何的预售、预挖及团队分配。SASHIMI的持有者能够进行平台治理，并且获取平台的收益分红，平台收益现包含交易手续费、流动性资金投资收益、以及vault手续费收益。

## **核心组件**

![](/files/-MOVbZG86ckaWTDCyx0v)

### 核心组件 <a href="#he-xin-zu-jian-1" id="he-xin-zu-jian-1"></a>

* SashimiSwap Exchange 去中心化交易平台，使用AMM交易(部分资金使用Investment投资)；
* SashimiSwap Investment 资产理财平台，内置在Exchange内，将闲置资金通过不同的理财产品进行投资，投资收益用于回购SASHIMI并打进Sashimi Bar；
* SashimiSwap Farms 流动性挖矿平台，用于流动性激励，支持普通挖矿和双重挖矿；
* SashimiSwap Vaults 聚合理财平台，将用户质押的资产通过不同的平台进行投资，以获取最佳收益；
* SashimiSwap Governance 生态治理平台，通过多签，由社区决定SashimiSwap发展方向。

### 其它相关组件 <a href="#qi-ta-xiang-guan-zu-jian" id="qi-ta-xiang-guan-zu-jian"></a>

* Sashimi Bar：用户可以通过质押SASHIMI获得Sashimi Bar的SASHIMI收益（包括Investment 25%收益、Swap 0.05%手续费收益（未实现，当前Swap 0.3%手续费都是LP的收益））；
* Treasury：Treasury的资金包括Vaults收取的部分费用、Investment 75%收益；该资金可用于社区建设、项目合作等，也可以被销毁，其中会拿出一部分放入Marketing Fund，用来激励和支持社区的市场宣传计划。具体分配细则由社区决定（交易信息查看[Treasury Record](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3#tokentxns)）；
* Dev Fund：Vaults收取的部分费用将放入开发者基金用于开发建设（交易信息查看[Dev Fund](https://etherscan.io/address/0x0FaEF44d1373F6fdE75926E4564baB5B2d645944)）。

## **组件架构与协作** <a href="#zu-jian-jia-gou-yu-xie-zuo" id="zu-jian-jia-gou-yu-xie-zuo"></a>

SashimiSwap通过多个组件之间的交互以构建一个完整的DeFi综合平台，用户可以在SashimiSwap生态内扮演交易者、流动性提供者、投资者等角色。

![](/files/-MOVcEcgfEA_Vcf2-tvu)

## **项目特点**

* 高资产利用率与高收益，能够利用平台流动性池内的资金进行自动化策略投资
* 更公平的代币分配机制，激励社区成员积极参与治理
* Vaults将去中心化交易所资金通过合约进行理财，为用户提供高收益
* 全面的链上治理，从上线开始就进行去中心化的控制和发展


# 1.2 Exchange去中心化交易平台

## **Exchange介绍**

SashimiSwap Exchange是SashimiSwap的去中心化交易平台，采用了以Uniswap为代表的去中心化交易所中广泛流行的AMM自动做市商（Automated Market Maker）机制进行交易。

其原理是使用CFMM（Constant Product Market Maker）恒定乘积做市商模型建立交易市场，通过定积函数 x∗y=k，根据每个Token的可用数量（流动性）来确定两种Token的价格范围。由于一个交易池中两种Token的相对价格通过交易改变（遵循定积函数规则），因此交易池的Token价格与外部价格之间的差异会产生套利机会。这种机制确保Token价格始终趋向于市场结算价格。

在SashimiSwap Exchange中，提供以下两种功能：

（1）Add / Remove Liquidity：

用户向交易池注入交易对中价值相等的两种Token并获得相应的LP Token，LP Token代表用户在该交易池中添加的资产的赎回凭证，允许用户随时赎回其资产。

（2）Swap：

允许用户通过交易池将任何ERC20 Token兑换为另一种ERC20 Token，同时，用户需要支付0.3％的交易手续费。

## **操作教程**

### **教程1：如何兑换Token？**

第一步：点击页面右上角“Connect to a wallet”连接钱包，在跳出的弹窗中选择对应的钱包连接并确认（此处以连接MetaMask为例）

第二步：在SashimiSwap首页点击Exchanges Tab，再点击Swap，进入以下页面（<https://sashimi.cool/app/#/swap>）

![](/files/-MOVr1x8II8SzjfTbM8I)

第三步：分别选择你拥有的Token和希望兑换的目标Token；

在拥有的Token或希望兑换的目标Token任意一栏填写你希望兑换的数量，另一栏将根据市场价格自动填充对应所需的数量。

![](/files/-MOVrAAduotAJciotgKn)

第四步：点击Swap按钮，在跳出的确认页面点击“Confirm Swap”；

![](/files/-MOVd734PKruxPnDZf-X)

第五步：在连接的钱包中确认该交易，等待一段时间，交易完成后，此时可进入以太坊浏览器查看交易详情。

![](/files/-MOVdNeWw1sjA4EnaSqB)

### **教程2：如何添加流动性？**

第一步：在连接钱包的情况下，在SashimiSwap首页点击“Exchanges” Tab，再点击“Pool”，进入以下页面（<https://sashimi.cool/app/#/pool>）

![](/files/-MOVrLnFMi6NvdAaouBz)

第二步：点击“Add Liquidity”，分别选择要添加流动性的两种Token；

在任一栏填入想要添加的Token数量，另一栏将会自动填充。

![](/files/-MOVdn0nzqZgDvj6OhW-)

第三步：点击“Supply”后，弹出确认弹窗；

对两个信息进行确认：当前注入流动性的两种代币各自的兑价、本次交易占流动性池的比例。

确认完成后点击“Confirm Supply”进行确认，并在二次确认页面点击确认。

![](/files/-MOVdzLju8-S7zdUjV3F)

第四步：在连接的钱包中确认该交易，等待一段时间，交易完成后，此时可进入以太坊浏览器查看交易详情。

![](/files/-MOVeBQ33qDrdhodtyRO)

### **教程3：如何移除流动性？** <a href="#jiao-cheng-3-ru-he-yi-chu-liu-dong-xing" id="jiao-cheng-3-ru-he-yi-chu-liu-dong-xing"></a>

第一步：在连接钱包的情况下，在SashimiSwap首页点击“Exchanges” Tab，再点击“Pool”，进入以下页面（<https://sashimi.cool/app/#/pool>），可以在“Your Liquidity”区域查看已经添加的流动性信息；

![](/files/-MOVrRfhpxMFLDGo17T7)

第二步：点击已添加的流动性右侧的下拉箭头，可查看具体信息；点击“Remove”，进入移除流动性的详情页面；

![](/files/-MOVrVPkiVrpou9VcwYN)

第三步：输入将要移除的流动性数额，点击右下角的“Remove”按钮移除流动性。

![](/files/-MOVraAbQoFewfWCwAUC)


# 1.3 Farms流动性挖矿平台

## **Farms介绍**

SashimiSwap Farms是SashimiSwap的流动性挖矿平台，用户可以质押 LP Token 来获得SASHIMI挖矿奖励。

## **挖矿（Farming）策略**

![](/files/-MURwtQntkZN4wPyl2BI)

用户通过在相应矿池质押LP Token（支持UNI-V2 LP、SLP、SALP等LP Token）参与挖矿，赚取SASHIMI挖矿奖励。&#x20;

释放的SASHIMI会根据指定比例分配给各个矿池，在各个矿池中依据用户质押的LP Token占比分配SASHIMI奖励。

**合约信息：**

MasterChef合约：

{% embed url="<https://etherscan.io/address/0x1daed74ed1dd7c9dabbe51361ac90a69d851234d>" %}

## **挖矿奖励SASHIMI代币释放规则** <a href="#wa-kuang-jiang-li-sashimi-dai-bi-shi-fang-gui-ze" id="wa-kuang-jiang-li-sashimi-dai-bi-shi-fang-gui-ze"></a>

SASHIMI是SashimiSwap的平台币，Farms通过流动性挖矿的方式去产生代币SASHIMI，SASHIMI代币100%基于流动性挖矿产生，无任何预售、预挖及团队分配。

SASHIMI的持有者能够进行平台治理，并且获取平台的收益分红，平台收益现包含交易手续费、流动性资金投资收益、以及vault手续费收益。

以下是SASHIMI释放计划：

SASHIMI的总供应量为100M，并按照下图所示规则减产发放，直至发放总量达到100M。<br>

![](/files/-MOVsL1OTr8ByznoDMfN)

注：减半的区块高度会有部分偏差。

## **挖矿操作教程** <a href="#pu-tong-wa-kuang-cao-zuo-jiao-cheng" id="pu-tong-wa-kuang-cao-zuo-jiao-cheng"></a>

第一步：在连接钱包的情况下，进入SashimiSwap Exchange（<https://sashimi.cool/app/#/add/>）添加流动性页面，连接钱包并添加流动性，此时将获得该交易池的SALP Token；（如果矿池为其它协议的LP Token，则需要先去相应平台添加流动性获取LP Token）

注：添加流动性操作流程可查看“1.2 Exchange去中心化交易平台”文档内的“教程2：如何添加流动性？”

第二步：进入SashimiSwap的Farm页面（<https://sashimi.cool/farms>）选择矿池并点击“Select”按钮（如果没有矿池支持的资产可以点击“GET LP”进入指定平台添加流动性以获取LP Token）；

![](/files/-MOVsV0UKFF1hhzPULQ3)

第三步：点击“Select”按钮后，进入LP Token详情页，此时需先授权合约才能进行挖矿。

点击“Approve”按钮进行授权，并在连接的钱包中确认该交易。

![](/files/-MOVsm76VKcuHVi-h8y0)

第四步：Approve交易完成后，点击“+”按钮，在弹出的弹窗中输入将要质押的LP Token数额，点击“Confirm”，并在连接的钱包中确认该交易以完成质押。

![](/files/-MOVsroi1q2ecDV00oL6)

![](/files/-MOVsu31njwCyHd21n7d)

第五步：质押LP Token后，Farm将根据质押的LP Token数额在当前矿池中资产的占比计算并分配SASHIMI挖矿奖励，挖矿产生的SASHIMI收益将在左侧“SASHIMI Earned”卡片展示；

点击“Harvest”按钮，并在连接的钱包中确认该交易以获取SASHIMI收益到钱包内。

![](/files/-MOVsxftecDeMCqlee7s)

第六步：提取质押的LP Token时，点击“Unstake”按钮，在弹出的弹窗中输入将要提取的LP Token数额，点击“Confirm”，并在连接的钱包中确认该交易以完成提取。

![](/files/-MOVt1xbD4i36aAXyEMA)

![](/files/-MOVt42NG8pF08fgE2CL)


# 1.4 Lending去中心化借贷平台

## Lending介绍

Sashimi lending是一个基于利率算法的货币市场抵押借贷协议。Sashimi lending的智能合约通过算法定义了用户存款和借款的利率模型，用户可以随时将资产存入市场，或抵押资产从市场借款，存款人可以获得基于算法的年化收益，而借款人需要支付相应的利息，平台提供活期、浮动利率的存款和借款服务。

Sashimi lending的利率模型由市场的供需关系决定，消除了中介机构、借贷时间限制、操作限制，从而实现了快速、高效的交易。

Sashimi Lending首期会上线8个币种的供应市场（Supply Market）和借币市场（Borrow Market），参与存贷的用户均可获得$Sashimi奖励。$SASHIMI会被分配到每个币种的借贷市场，以该市场中产生的利息作为参照，分配比例会随之动态变化。

![](/files/-MOW24Gfs9EFe13Xxzq1)

## 合约信息

Lending合约：

[https://etherscan.io/address/0xB5d53eC97Bed54fe4c2b77f275025c3fc132D770](<https://etherscan.io/address/0xB5d53eC97Bed54fe4c2b77f275025c3fc132D770&#xA;>)

投资池合约：

| Pool      | Reward Token | Contract Link                                                                                                                                             |
| --------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| slETH     | SASHIMI      | <https://etherscan.io/address/0xC597F86424EEb6599Ea40f999DBB739e3Aca5d82>                                                                                 |
| slDAI     | SASHIMI      | [https://etherscan.io/address/0x2918231F262f764DbB5753A95BD7684fDB313ea4](<https://etherscan.io/address/0x2918231F262f764DbB5753A95BD7684fDB313ea4&#xA;>) |
| slUSDC    | SASHIMI      | [https://etherscan.io/address/0xBbCc16ab7937469bB1E72337427678e7E701b9Ea](<https://etherscan.io/address/0xBbCc16ab7937469bB1E72337427678e7E701b9Ea&#xA;>) |
| slUSDT    | SASHIMI      | [https://etherscan.io/address/0x2394DE3827e233298fff0FdF6Aa261070BFE013d](<https://etherscan.io/address/0x2394DE3827e233298fff0FdF6Aa261070BFE013d&#xA;>) |
| slWBTC    | SASHIMI      | [https://etherscan.io/address/0x09a7fB5E4499e61C7cF53aCB8Df7B2a8e4Fb36F9](<https://etherscan.io/address/0x09a7fB5E4499e61C7cF53aCB8Df7B2a8e4Fb36F9&#xA;>) |
| slYFI     | SASHIMI      | [https://etherscan.io/address/0x6DDBcBAa13bDE44a406780E298721483D684F1B0](<https://etherscan.io/address/0x6DDBcBAa13bDE44a406780E298721483D684F1B0&#xA;>) |
| slELF     | SASHIMI      | [https://etherscan.io/address/0xDDDAf1a95e57F7a74D85F366936F8a2ABBc86b45](<https://etherscan.io/address/0xDDDAf1a95e57F7a74D85F366936F8a2ABBc86b45&#xA;>) |
| slSASHIMI | SASHIMI      | <https://etherscan.io/address/0x8ce5AA7812FDD6799D4C2B284A6e9f9b186e3Af3>                                                                                 |

## [<br>](<https://etherscan.io/address/0xB5d53eC97Bed54fe4c2b77f275025c3fc132D770&#xA;>)Sashimi Lending利率模型

### 1.存款金额利息的产生

存款人存入标的资产后可以获得一定数量的slToken，slToken可以用于兑换回标的资产。slToken对标的资产的兑换率，在存入资产后会随时间增加，兑换率增加的部分即为存款人获得的利息。 平台借款量越多，兑换率增加越快。

### 2.slToken兑换率

slToken兑换率（ExchangeRate）依照以下数据做计算（以Lending USDT为例）：

* totalCash=已放入智能合约，但还没有被借走标的资产总数量
* totalBorrows=所有借款人所应偿还贷款的总数量（含应计利息）
* totalReserves=准备金总数量（借款人所应支付的利息，部分被视为准备金）
* totalSupply=所有存款人所得到slToken的总数量

&#x20;                 *ExchangeRate* *=（totalCash+totalBorrows-totalReserves）/ totalSupply*

### 3.资金利用率

资金利用率（UtilizationRate）表示所有供给资产中，被借走的资产所占比例：

&#x20;                       *UtilizationRate* *=totalBorrows /（totalCash+totalBorrows）*

### 4.借款年利率

在Sashimi Lending利率模型里会计算借款年利率（BorrowRate），即借款人在当下所需支付利息的年利率，这个利率会受到以下因素影响：

1.基础利率（BaseRate）

2.资金利用率（UtilizationRate）

3.乘数（Multiplier）

&#x20;                            *BorrowRate = UtilizationRate \* Multiplier + BaseRate*

### 5.存款年利率

存款年利率（SupplyRate）为存款人会收到的年化利息率，存款年利率会受到以下因素影响：

1.借款年利率（BorrowRate）

2.资金利用率（UtilizationRate）

3.准备金系数（ReserveFactor）

&#x20;                 *SupplyRate≈* *BorrowRate* *\** *UtilizationRate* *\*（1* *-* *ReserveFactor）*

在Sashimi Lending利率模型里面，每个币种的**基础利率、乘数、准备金系数**可能不尽相同，但都是智能合约里的常数，会在合约代码中公开。

智能合约里有可以让管理者修改这些常数的权限，因此Sashimi Lending社区可以视情况做调整，而任何调整都能在区块链上公开透明得查询到。

## 清算规则

抵押资产价格会发生波动，当借款人抵押资产因价格波动而不足以支付未偿还借款时，将会触发账户清算：抵押资产将会被清算人以约定的折扣价格卖出以偿还借款。价格折扣为清算人完成清算所获的激励。

在Sashimi Lending清算模型里面，清算激励是智能合约里的常数。

## &#x20;Sashimi Lending教程

### Sashimi Lending模块

#### 1.用户资产模块

* “Supply Balance”表示用户的存款金额和已赚利息的总和；
* “Borrow Balance”表示用户的借款金额和应付利息的总和；
* “Net APY”表示净年利率；
* “Borrow Limit”表示借款限额，用于表示用户账户的健康水平。当Borrow Limit较低时，账户是安全的。如果达到可借资产限额的100%，将触发清算。

![](/files/-MOfUJjNMRs7DWR4l_Vs)

#### 2.借贷市场模块

在“Supply”和“Borrow”资产列表分别展示不同币种的供应市场（Supply Market）和借币市场（Borrow Market），用户可以向供应市场存款，也可以从借贷市场借款。

![](/files/-MOfUaMpDIxA7VNP5-C8)

### 操作流程

#### 1.连接钱包

打开借贷页面，点击页面右上角“Connect Wallet”按钮，在弹出的连接钱包弹窗中选择对应的钱包（以Metamask为例），按要求连接钱包；连接成功后点击页面右上角按钮即可查看钱包信息。

![](/files/-MOZceb2YHZKQYarUhhE)

![](/files/-MOZd1ZCZpLUPk6QvhUT)

#### 2.存入资产

选择将要存款的币种，以SASHIMI为例，点击SASHIMI，在存款弹窗中输入存款数额，点击“SUPPLY”按钮，并在连接的钱包中确认该交易。

注意：智能合约需要通过授权弹窗进行授权；存款成功后，将根据 Supply APY随时间累计生息。

![](/files/-MOZNG-DEVq8KikYxapH)

![](/files/-MOZNNLx85EH5Ld1g-XU)

#### 3.抵押资产

用户可以通过资产列表的开关器来启用或禁用资产的抵押，抵押后可借款额度（Borrow Limit）将相应变化（借款额度 = 存入Token价值 \* 抵押率）。

用户只有抵押资产后才能进行借款，抵押资产可以保证用户有足够的资产偿还借款，如果借款金额超过借款额度将触发清算机制。

以选择SASHIMI为例，点击SASHIMI币种“Collateral”列的开关按钮，在弹出的弹窗中点击“Enable SASHIMI as Collateral”按钮进行授权，并在连接的钱包中确认该交易。

交易完成后，将打开SASHIMI抵押开关；如果有SASHIMI存款，则“Borrow Limit”的百分比将相应增加。

![](/files/-MOZdDUe8g-kdVRYflym)

![](/files/-MOZNw6FFJjU1yRSttMa)

以SASHIMI为例，取消抵押资产时，将考虑两种情况：

情况1：未借出资产、或已借出资产但是取消抵押不足以触发清算机制时，点击“Collateral”列的开关按钮，在以下关闭授权弹窗中点击“DISABLE SASHIMI”即可关闭。

关闭成功后，开关器将关闭，如果有SASHIMI存款，则“Borrow Limit”将对应减少。

![](/files/-MOZOKdorlxLZ3HPSznZ)

情况2：如果取消抵押会触发清算机制时，无法关闭开关器。

![](/files/-MOZSrAKmdbndMERIKAv)

#### 4.借入资产

以SASHIMI为例，点击SASHIMI，在借款弹窗中输入存款数额，点击“BORROW”按钮，并在连接的钱包中确认该交易以完成借款。

借款成功后，后续将根据Borrow APY随时间累计生息。

注意：必须先存入资产作为抵押才能借入资产，否则无法借入资产。

![](/files/-MOZOT0TaABhnRwMLfLx)

![](/files/-MOZObaay0CjVcP0poBf)

#### 5.提取资产

以提取全部或部分SASHIMI为例，用户可点击SASHIMI，在存款弹窗中选择“WITHDRAW”标签，输入提款数额，点击“WITHDRAW”按钮并在连接的钱包中确认该交易。

注意：支持随时提款，提款时可提取本金和已赚利息。提款金额最大值 = 存款金额 - 借款余额/抵押率，已用于抵押借贷的等额资产无法提出。

![](/files/-MOZOhS3wmecpX4jyvPv)

![](/files/-MOZOnbd33_8VH8ESsrF)

#### 6.偿还资产

以偿还全部或部分USDT为例，点击USDT，在还款弹窗中点击“REPAY”标签，输入还款数额，点击右下角“REPAY”按钮，并在连接的钱包中确认该交易以完成还款。

注意：需先授权才能进行操作，在存款或还款之前，必须先启用智能合约；支持随时偿还，偿还时需偿还本金和应付利息。

![](/files/-MOZOtDikl46hnnQ1Fzw)

![](/files/-MOZP-MAnNLl_FIYgx1t)


# 1.5 Investment资产理财平台

## **Investment介绍**

![](/files/-MQQUCSe0HXI92kLMpt5)

SashimiSwap Investment是内置在SashimiSwap Lending的资产理财平台，交易池内部分资产（小于等于90%）将通过SashimiSwap Investment进行无损理财；

理财获取的Token收益将通过Exchange平台（DEX）回购SASHIMI和ETH，其中25%回购SASHIMI进入SashimiBar（交易信息查看[SashimiBar](https://etherscan.io/address/0x6ed306DbA10E6c6B20BBa693892Fac21f3B91977)），75%回购ETH打入Treasury（交易信息查看[Treasury Record](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3#tokentxns)）；用户可以通过质押SASHIMI（质押SASHIMI会获得xSASHIMI作为赎回凭证）获得SashimiBar中的SASHIMI收益，但是目前各链均不能实现在同一币自动lend/borrow。

## **合约信息**

Investment合约：

<https://etherscan.io/address/0x4ce106235B6d876c66117fdA1f6025E3Fb87D3ec>

投资池合约：

| Pool | Reward Token | Contract Link                                                              |
| ---- | ------------ | -------------------------------------------------------------------------- |
| ETH  | SASHIMI, ETH | <https://etherscan.io/address/0x7Bc801A840a7c2c027f4E5e48Bf618348B0bCE2B>  |
| DAI  | SASHIMI, ETH | <https://etherscan.io/address/0xfdeDB338C5E5A26ed5816091DFAF34B5616Cf2F4>  |
| USDC | SASHIMI, ETH | <https://etherscan.io/address/0x7cf0569A5d1602068f2C1425BFE8352fD6d8B942>  |
| USDT | SASHIMI, ETH | ​<https://etherscan.io/address/0x33A057E6061e3849954578E3Ae0Ae15e615E72Cf> |
| WBTC | SASHIMI, ETH | <https://etherscan.io/address/0x194402BC8Adcc11a77873996361efe40E9dcdfCb>  |
| YFI  | SASHIMI, ETH | <https://etherscan.io/address/0xd3D3fc25B836a8fD49026787C4406F5791f891bE>  |
| ELF  | SASHIMI, ETH | <https://etherscan.io/address/0x206D84982e032950E3F87d64f86C7c4C7cb60FCC>  |

## **操作教程**

第一步：打开Investment页面（<https://sashimi.cool/investment>）；

在连接钱包的情况下，点击“ReBalance”按投资比例将相应资产进行投资，并在连接的钱包中确认该交易；（任何人都可以操作）

每个投资池中，“Deposit”表示正在投资的资产数额；

“Supply Profit”表示存款利息收益；

“Farm Profit”表示挖矿收益；

“Basic Reserves Ratio”表示Lending中至少要保留的准备金率，这部分资产不能用于投资；

“Actual Reserves Ratio”表示当前实际准备金率；

“APY”表示当前的年化收益率（Supply APY + SASHIMI APY）。

![](/files/-MQQYgTWWyyE76CjJviJ)

第二步：用户获取收益时，点击“Harvest”操作，并在连接的钱包中确认该交易以获取收益；（任何人都可以操作）

获取的收益将自动回购SASHIMI和ETH并按照比例打进Sashimi Bar和Treasury。

![](/files/-MOVtzKcaWYyGksmGyjr)


# 1.6 Vaults聚合理财平台

## **Vaults介绍** <a href="#vaults-jie-shao" id="vaults-jie-shao"></a>

SashimiSwap Vaults是SashimiSwap的聚合理财平台，Vaults将用户质押的资产通过其它DeFi业务进行无损理财，根据年化收益率、安全系数等因素自动选择和配置最佳收益策略的理财方式，并且，在各个协议中的收益率出现波动时，Vaults协议会自动进行调仓和资金的转移，以帮助用户获得最高的理财收益，用户无需进行任何合约操作，大幅降低DeFi理财的门槛。

## **收益分配** <a href="#shou-yi-fen-pei" id="shou-yi-fen-pei"></a>

各个Vault池中会扣除4.5%的收益手续费（Performance Fee），该费用打入[Treasury](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3)；剩余的收益按比例分发给质押资产的用户。

此外用户在提现时会扣除0.5%的提现手续费（Withdraw Fee）；其中，0.125%打给开发者（[Dev Fund](https://etherscan.io/address/0x0FaEF44d1373F6fdE75926E4564baB5B2d645944#tokentxns)），0.375%打入[Treasury](https://etherscan.io/address/0x84ee348617563944ffd4a23843e086a7dc0224f3)。

## **收益策略** <a href="#shou-yi-ce-lve" id="shou-yi-ce-lve"></a>

![](/files/-MOZI15L1-2_zlUiE5Bp)

收益策略描述如下：

1. 用户选择WETH-DAI UNI-V2 LP Vault，并质押相应的Token，此时用户可以获得svToken作为质押凭证；
2. Vault将UNI-V2 LP Token质押到Uniswap矿池中；
3. 在该矿池将赚取UNI奖励；
4. 赚取的UNI奖励将在Uniswap交易池中兑换为WETH；
5. 再将50%的WETH兑换为DAI；
6. 此时，将WETH和DAI添加流动性到Uniswap DAI-WETH矿池中，可获得UNI-V2 LP Token；该UNI-V2 LP Token将进入SashimiSwap Vaults中作为用户质押资产的收益，并且可以循环使用（UNI-V2 LP Token进入Vault时将收取4.5%手续费）；
7. 用户使用svToken提取质押的资产时，将提取本金和收益的相应比例的资产（收取0.5%手续费）。

注：以上描述以质押WETH-DAI UNI-V2 LP为例。

## **策略对比**

|                 | SashimiSwap Vaults | Yearn | YFII | Harvest |
| --------------- | ------------------ | ----- | ---- | ------- |
| Withdraw Fee    | 0.5%               | 0.5%  | -    | -       |
| Performance Fee | 4.5%               | 5%    | 10%  | 30%     |

## **合约信息**

Vaults合约：<https://etherscan.io/address/0x3884eab512bB0475100997271EC83163DAa944AE>

各个资产的Vault合约：

| Pool            | Stake Token and Reward Token | Contract Link                                                             |
| --------------- | ---------------------------- | ------------------------------------------------------------------------- |
| DAI-ETH Vault   | DAI-ETH UNI-V2 LP            | <https://etherscan.io/address/0x56BB940D92AE9a45EBDc77e94C28B960CffD6168> |
| USDC-ETH Vaults | USDC-ETH UNI-V2 LP           | <https://etherscan.io/address/0xc5D00a4E730fC2e1C77764A74E5F1308A460de7F> |
| USDT-ETH Vaults | USDT-ETH UNI-V2 LP           | <https://etherscan.io/address/0x8E95bc97B0C1B88Aa8708206C85c06299F778648> |
| WBTC-ETH Vaults | WBTC-ETH UNI-V2 LP           | <https://etherscan.io/address/0x81885d776D2963941ec7434F30D61B851E9697FA> |
| DAI Vaults      | DAI                          | <https://etherscan.io/address/0xe6cB949e11bEB2a7b48f4cb5bFD8724501cfdA91> |
| USDT Vaults     | USDT                         | <https://etherscan.io/address/0x722669a18852c659110D4a1E44f9647Fc44EdCc2> |
| USDC Vaults     | USD                          | <https://etherscan.io/address/0x4221330F24b26f20457f7c7c925CFc46b1541CA6> |

## **操作教程**

第一步：在连接钱包的情况下，在Vaults页面选择对应的资产Vault；

![](/files/-MOZIA51RypYW36SbBhw)

第二步：以选择DAI-ETH Vault为例，则点击该Vault右侧箭头展开页面，在左侧的输入框中输入将要质押资产数额，并在连接的钱包中确认该交易，质押成功后将获得svToken作为质押凭证；

第二步：以选择DAI-ETH Vault为例，则点击该Vault右侧箭头展开页面，在左侧的输入框中输入将要质押资产数额，并在连接的钱包中确认该交易，质押成功后将获得svToken作为质押凭证；

用户可根据“1 DAI-ETH svUNI-V2 = 1.000106175477081 DAI-ETH UNI-V2 LP”和APY计算当前收益。

用户可根据“1 DAI-ETH svUNI-V2 = 1.000106175477081 DAI-ETH UNI-V2 LP”和APY计算当前收益。

![](/files/-MOWIe4kTXIdMBSiEPTu)

![](/files/-MOZIWyW5aOE_AXpbPVg)

第三步：提取质押的Token时，在右侧的输入框中输入svToken数额，点击“Withdraw”，并在连接的钱包中确认该交易，即可提取质押的资产（提取时将收取0.5%的手续费）。

\
第三步：提取质押的Token时，在右侧的输入框中输入svToken数额，点击“Withdraw”，并在连接的钱包中确认该交易，即可提取质押的资产（提取时将收取0.5%的手续费）。


# 1.7 Governance 社区治理平台

## **治理模式介绍** <a href="#zhi-li-mo-shi-jie-shao" id="zhi-li-mo-shi-jie-shao"></a>

SashimiSwap链上治理需要使用SASHIMI-ETH LP Token（即SASHIMICHAKRA）进行。任何用户都可以在该平台发起提案，任何持有SASHIMICHAKRA的用户可以针对提案提出赞成或反对票。

提案网址：<https://snapshot.sashimi.cool/#/sashimi>​

## **第一届社区治理委员会架构** <a href="#di-yi-jie-she-qu-zhi-li-wei-yuan-hui-jia-gou" id="di-yi-jie-she-qu-zhi-li-wei-yuan-hui-jia-gou"></a>

治理委员会人数：5人（未来可变更）

治理委员会成员任期：每半年选举一次

成立时间：2020年10月下旬

治理委员会的职责：

1. 拥有core的提案权；
2. 将拥有timelock的多签权限；（出于安全原因，将需要几周的时间来实现该功能）
3. 帮助指导Sashimi的发展方向。

## **提案规则** <a href="#ti-an-gui-ze" id="ti-an-gui-ze"></a>

* 投票周期不限制，默认为三天；
* 使用质押在Farms中的SASHIMI-ETH SALP Token（即SASHIMICHAKRA）投票，一币一票；
* 投票参与率达到30%、赞成票超过60%后通过提案；
* Core发起提案时需在提案标题前添加提案号，并基于最新的提案号加一，例如最新的提案号为\[SAIP-0001]，再发起提案时，提案号为\[SALP-0002]。

[<br>](https://docs.sashimi.cool/v/sashimi/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.5-vaults-ju-he-li-cai-ping-tai)


# 1.8 Sashimi Bar（Staking SASHIMI）

## **Sashimi Bar介绍** <a href="#sashimi-bar-jie-shao" id="sashimi-bar-jie-shao"></a>

![](/files/-MOWJ25hnkoGYJNs01Ys)

用户可以通过质押SASHIMI（质押SASHIMI会获得xSASHIMI作为赎回凭证）获得Sashimi Bar的SASHIMI收益。

## **资产来源** <a href="#zi-chan-lai-yuan" id="zi-chan-lai-yuan"></a>

* 用户质押的SASHIMI Tokens
* 25%Investment理财收益
* Exchange的Swap 0.05%手续费（未实现，当前Swap 0.3%手续费都是LP的收益）

## **合约信息** <a href="#he-yue-xin-xi" id="he-yue-xin-xi"></a>

SashimiBar合约：<https://etherscan.io/address/0x6ed306DbA10E6c6B20BBa693892Fac21f3B91977>​

## **操作教程** <a href="#cao-zuo-jiao-cheng" id="cao-zuo-jiao-cheng"></a>

第一步：打开Staking页面（<https://sashimi.cool/staking>）；

在连接钱包的情况下，点击右侧按钮“Approve”，并在连接的钱包中确认该交易，对合约进行授权；

![](/files/-MOWJ5oTPEwfBqTxXsT_)

第二步：Approve交易完成后，点击Staking页面右侧卡片的“Staking”按钮，在弹出的弹窗中（如右图所示），输入将要质押的SASHIMI，点击“Confirm”并在连接的钱包中确认该交易，以完成质押；此时会获得xSASHIMI作为质押凭证。

用户可根据“1 xSashimi = 1.034 Sashimi”和APY计算当前收益。

![](/files/-MOWJA21Xuu-FANnW482)

![](/files/-MOWJCofr15zOe08qiT3)

第三步：提取质押的SASHIMI时，点击Staking页面右侧卡片的“Convert to SASHIMI”，在弹出的弹窗中输入xSASHIMI数额，点击“Confirm”并在连接的钱包中确认该交易以完成提取；提取的SASHIMI中将包括本金和收益。

![](/files/-MOWJFPwTAmvSO5K2VxO)


# Sashimi Bridge跨链桥

Sashimi Bridge 介绍

Sashimi平台币SASHIMI在火币链、币安链、以太链可以进行跨链交易。

使用Sashimi平台跨链交易功能，连接钱包，用户可以在当前链下向另外两条链进行资产转移。

每日可交易的数量暂定为火币链与币安链为200000(20w)，以太坊为100000(10w)，当日超过1限额需要在第二天0:00点（GMT）更新后进行交易。

为了保证平台有足够的代币支持用户进行跨链转账和交易，SashimiSwap开发团队在火币链及币安链共增发60,0000枚SASHIMI（币安智能链为 30,0000 SASHIMI，火币链为30,0000 SASHIMI），以太链从跨链池子中转出50,0000 枚SASHIMI作为跨链智能合约的储备代币。

跨链交易教程(以火币链为例)

**步骤1：连接钱包（以Matemask为例）**

点击“连接钱包”按钮，弹出以下弹窗，选择“Metamask”将调用插件连接钱包；

![](https://uploader.shimo.im/f/ESq4iKPlQlFpjwJN.png!thumbnail)

**步骤2：选择资产**

当前只有“SASHIMI”，并且默认选择。

![](https://uploader.shimo.im/f/s8L4c7QsckeO96YV.png!thumbnail)

**步骤3：输入数量**

单笔交易的数量目前暂无限制，但是交易的数量需要在规定的每日限定的交易额内，且用户需要额外支付一定的手续费。手续费根据当前链来收取该链下的平台币。

![](https://uploader.shimo.im/f/jwq167ZF1IOVGNVa.png!thumbnail)

**步骤4：收款地址**

接收地址默认填充当前钱包地址，可以修改。

![](https://uploader.shimo.im/f/NPqPSGLaR2z72MRZ.png!thumbnail)

**步骤5：确认交易**

点击下一步后，展示本次交易的信息并对本次交易进行确认。无误后点击“Confirm”即可。

![](https://uploader.shimo.im/f/eH5r7dCG6j8arnIt.png!thumbnail)

**说明：**

1、点击Heco Network与Ethereum Network之间的箭头按钮，可从当前链切换到Ethereum Network。

2、点击右侧接收链的下拉箭头时，可以更换接收链


# 2. SashimiSwap各资产介绍

## **SASHIMI**

SASHIMI是SashimiSwap的平台币，Farms通过流动性挖矿的方式去产生代币SASHIMI，SASHIMI代币100%基于流动性挖矿产生，无任何预售、预挖及团队分配。

SASHIMI的持有者能够进行平台治理，并且获取平台的收益分红，平台收益现包含交易手续费、流动性资金投资收益、以及vault手续费收益。

以下是SASHIMI释放计划：

SASHIMI的总供应量为100M，并按照下图所示规则减产发放，直至发放总量达到100M。

![](/files/-MOWJcTxaQawHJlwne42)

注：减半的区块高度会有部分偏差。

## **SALP Token** <a href="#salp-token" id="salp-token"></a>

SALP Token是Exchange中添加流动性的凭证；每个交易池都有其唯一的一种SALP Token，提取流动性将销毁SALP Token。

当前，SALP Token可在Farms中质押进行流动性挖矿。

## **svToken** <a href="#svtoken" id="svtoken"></a>

svToken是Vaults中质押资产的凭证；每个交易池都有其唯一的一种svToken，提取质押的资产将销毁svToken。

svToken将根据Vaults中的收益不断升值；收益越高，svToken价值越高，则提取的质押资产越多。

svToken支持在Farms中质押进行流动性挖矿。

## **xSASHIMI** <a href="#xsashimi" id="xsashimi"></a>

xSASHIMI是Sashimi Bar中质押SASHIMI的凭证，提取质押的SASHIMI将销毁xSASHIMI。

xSASHIMI将根据Sashimi Bar中的收益不断升值；收益越高，xSASHIMI价值越高，则提取的SASHIMI越多。

## **xLP Token** <a href="#xlp-token" id="xlp-token"></a>

xLP Token是Double Farming中在LP Token Bar中质押LP Token的凭证，xLP Token会自动质押在Farms中质押进行流动性挖矿，不会进入用户的钱包。[<br>](https://docs.sashimi.cool/v/sashimi/1.sashimiswap-xiang-mu-jian-jie-yu-jia-gou/1.7-sashimi-bar-staking-sashimi)


# 3. 各链网络配置与合约

### 火币链Heco

#### 网络配置

第一步，点击右上角的以太坊主网络

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

第二步，点击自定义RPC

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

第三步，设置自定义网络

* 网络名称（可自定义，易于识别就好）

```
HECO主网
```

* 新增RPC URL

```
https://http-mainnet.hecochain.com
```

* 链id （ChainID）

```
128
```

* 符号

```
HT
```

* 屏蔽管理器URL

```
https://scan.hecochain.com
```

设置范例如下，点击保存即可使用：

![](https://uploader.shimo.im/f/w8ANWkGr1vFsSmSt.png!thumbnail)

第四步，钱包的切换

上述工作完成后，在使用火币生态链的相关DeFi平台/Dapp时，需要切换钱包到HECO主网中。

切换方式如下：

点击以太坊主网络的箭头，选择HECO主网即可

![](https://uploader.shimo.im/f/6DxzJrkE3TYGqR9a.png!thumbnail)![](https://uploader.shimo.im/f/xZdvXoK9JW7ruaf2.png!thumbnail)

#### 合约

MasterChef Contract:<https://scan.hecochain.com/address/0x06c7b472261f788634b62214adbb6d26795d85f9#code>

Sashimi Contract:<https://scan.hecochain.com/address/0xc2037c1c13dd589e0c14c699dd2498227d2172cc#code>

### 币安链BSC

#### 网络配置

第一步，点击右上角的以太坊主网络

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

第二步，点击自定义RPC

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

第三步，设置自定义网络

* 网络名称（可自定义，易于识别就好）

```
Binance Smart Chain
```

* 新增RPC URL

```
https://bsc-dataseed.binance.org/
```

* 链id （ChainID）

```
0x38
```

* 符号

```
BNB
```

* 屏蔽管理器URL

```
https://www.bscscan.com
```

设置范例如下，点击保存即可使用：

![](/files/-MURf7VBakNUSk1Nj7GB)

第四步，钱包的切换

上述工作完成后，在使用火币生态链的相关DeFi平台/Dapp时，需要切换钱包到Binance Smart Chain中。

切换方式如下：

点击以太坊主网络的箭头，选择Binance Smart Chain即可

![](/files/-MURfLlf_ZNg7_W2adwc)

![](/files/-MURfGCRWR99MMe20oxL)

#### 合约

MasterChef Contract：

Sashimi Contract:


# 4. 路线图

![](/files/-MYwkpI3aZ1Cn9DPYBdN)


# 5. 官方资源

官网：

&#x20;   Ethereum：<https://sashimi.cool/>​

&#x20;   币安链BSC：<https://bsc.sashimi.cool/>

&#x20;   火币链Heco：<https://heco.sashimi.cool/>

（移动端可以通过imToken钱包使用该产品）

Discord：[http://discord.com/invite/mSEc2uv](https://t.co/5lmtO4NkYO?amp=1)

Telegram：[http://t.me/SashimiSwap](https://t.co/xYoRvxLZ1u?amp=1)

Twitter：<https://twitter.com/SASHIMISASHIMI5>

Medium：<https://medium.com/@SASHIMISASHIMI5>

官方代码：<https://github.com/SashimiProject/sashimiswap>

审计报告：<https://sashimi.cool/files/sashimi_audit_report.pdf>

APY API：<https://sashimi.cool/api/farms/getList>


# 6. 管理钱包的合约授权信息

**1. 推荐使用 DeBank 的“已授权合约”功能经常查看、管理自己的已授权清单**

先打开DeBank网址: <https://debank.com/portfolio>， 查看之前需要在DeBank网站上通过metamask连接自己的钱包地址。

![](/files/-MOZJ9xiB7ZkP47nHmje)

**2. 在DeBank的资产管理界面点击“已授权合约”进行查看和管理**

成功链接MetaMask钱包后，进入 DeBank 的资产管理页面，按以下步骤点击“交易历史”、“已授权合约”查看和管理合约。

![](/files/-MOZJF4UZGo3_ipvz-RG)

![](/files/-MOZJM0A8hsgun8a0zh6)

![](/files/-MOZJRDroMnxK1o4PiUl)


# 7. FAQ

**Q:什么是SashimiSwap?**

A:SashimiSwap是基于Uniswap的投资平台，致力于提高流动性提供者的收入。SashimiSwap能够利用平台流动性池内的资金进行自动化策略投资。相较于其他平台仅有的手续费收入，SashimiSwap还额外获取了可观的投资收益。如果SashimiSwap是一家外汇现货交易所，那么相当于这家外汇现货交易所将交易所沉淀的部分资金放入银行获取储蓄利息。

**Q:在哪里可以买到SASHIMI Token？**

A:现支持在SashimiSwap Exhcange和Uniswap兑换SASHIMI，链接为：

* SashimiSwap Exchange：<https://info.sashimi.cool/token/0xc28e27870558cf22add83540d2126da2e4b464c2>
* Uniswap：<https://info.uniswap.org/token/0xc28e27870558cf22add83540d2126da2e4b464c2>

**Q:SashimiSwap的资产将用于Sashimi社区还是aelf社区?**<br>

A:与SushiSwap不同，SushiSwap将10％的SUSHI资金分配给创始团队，用于产品开发、更新和审计等；SashimiSwap取消了这种“开发资金”，SashimiSwap的平台币100%通过流动性挖矿分发，无任何的预售、预挖及团队分配。<br>

**Q:什么是timelock合约?** &#x20;

A:时间锁合约是指发送交易后，合约将在指定段时间之后执行，当前Sashimi设置的时间段为24小时。时间锁不能锁定流动性，它是防止任何人窃取代币等作恶行为的一种保障。<br>

**Q:SashimiSwap是否通过审计？**

A:SashimiSwap合约审计报告：<https://sashimi.cool/files/sashimi_audit_report.pdf>

这是Sashimi和Sushi的合约对比：

* MasterChef合约：<https://www.diffchecker.com/aRzLHuan>
* Timelock合约对比：<https://www.diffchecker.com/an3sgSaI>

**Q:如何发起提案和投票?**

**A:（1）发起提案：**

1. 打开Sashimi snapshot平台（<https://snapshot.sashimi.cool/#/sashimi>）
2. 单击提案页面右上角上的“New proposal”按钮。
3. 根据提案命名标准填写标题；
4. 添加提案内容；
5. 设置所需的投票选项；
6. 现在转到“Action”区域；
7. 选择开始日期；
8. 选择结束日期（留出足够的时间进行投票）；
9. 填写Snapshot block number（请参见下文：添加snapshot block number）；
10. 点击“Publish”创建提案；
11. 通过钱包确认交易。

添加snapshot block number：

默认显示的快照高度为当前以太坊区块高度，表示将在当前高度获取已质押的LP Token数据快照，只有当前的记录的已质押的LP Token才可以参与投票，在该区块高度之后再质押的LP token将不能用于投票，票数也不被计入。

**（2）投票：**

1. 打开Sashimi snapshot平台（<https://snapshot.sashimi.cool/#/sashimi>）；
2. 选择提案，并进入详情页；
3. 选择想要投票的选项；
4. 通过钱包确认交易。

注：在Sashimi snapshot平台（<https://snapshot.sashimi.cool/#/sashimi>）上进行投票时，需使用在Farms中质押的ETH-SASHIMI SALP，即SASHIMICHAKRA才能进行投票，一币一票，否则投票无效。

具体的操作教程可查看Snapshot官方文档：<https://docs.snapshot.page/guides/create-a-proposal>

**Q:如何质押SASHIMI? 为什么在质押过程没有任何收益?**

A:*# From FlorisJan*

SashimiSwap提供了一些权益来激励持有和质押SASHIMI的用户。用户可以在任意时间质押SASHIMI；质押SASHIMI时，将获得xSASHIMI作为赎回凭证。 质押时生成的xSASHIMI价值与质押的SASHIMI价值相同。xSASHIMI将根据Sashimi Bar中的收益的增加而不断升值；收益越高，xSASHIMI价值越高，则用户提取的SASHIMI将会越多。

SashimiBar的收益会通过多种方式从平台购回，例如Investment理财收益、Exchange等。

注意：在质押过程中，似乎不会获得任何收益，钱包中的xSASHIMI数量不会改变。但是在操作页面（<https://sashimi.cool/staking>）上可以查看当前的xSASHIMI：SASHIMI交换比率。该比率会随着Sashimi Bar收益的增加而变化，从而使拥有的xSASHIMI价值变得越来越高，xSASHIMI的升值意味着获取了额外的SASHIMI收益。

示例：

用户质押了1000 SASHIMI并收到了1000 xSASHIMI，当前1 xSASHIMI = 1 SASHIMI。

一周时间后，1 xSASHIMI = 1.028 SASHIMI；用户当前使用xSASHIMI提取质押的SASHIMI时，可以获得1028 SASHIMI，则该用户的收益为28 SASHIMI。

## Sashimi Lending常见问题

**Q:我存款会赚多少钱？**

A:slToken持有者获得的收益包括两部分：

* 利息收益：存款人会获得按照浮动存款年利率计算的利息收益，每类资产都有其自己的供需市场，相应的APY（年平均收益率）随供需关系动态变化；
* $Sahimi奖励：平台会为参与SashimiLending的用户提供$Sashimi激励，具体的奖励额度与参与的市场类别和存款额有关。

**Q:是否有最低或最高存款额？**

A:您可以存入任何您想要的金额，没有最低或最高限额。不过，重要的是要考虑到，对于非常低的金额，流程的交易成本可能会高于预期收益。我们建议您在存入非常低的金额时考虑这一点。

**Q:为什么我要借而不卖资产？**

A:出售您的资产意味着关闭您在该特定资产上的头寸。因此，如果您长期持有资产，则无权获得潜在的上行价值收益。通过借款，您无需出售资产就能获得流动性（流动资金）。用户借贷主要是出于意外支出，利用其持有量或寻求新的投资机会。

**Q:我可以借多少钱？**

A:您可以借出的最大金额取决于您存入的资产价值和可用的流动性。例如，如果流动性不足或您的抵押率不允许您借出资产，则无法借入资产。您可以在每个市场的页面查看具体抵押率参数。

**Q:我需要偿还什么资产？**

A:您用借出的同一资产偿还贷款，如果您借出1 ETH，您将还清1 ETH +应计利息。如果您想根据美元价格还款，可以借用任何可用的稳定币，例如USDC，DAI，USDT等。

**Q:我要付多少利息？**

A:您为借款资产支付的利率取决于从资产的供求比率得出的借款利率。我们使用的是浮动利率，随供求关系不断变化。您可以随时在市场页面的“借款利率”部分中找到当前借款利率。

**Q:什么是抵押率？**

A:抵押率是您能借到的最高金额与抵押资产价值的比率。该值越低，您的资金状态在进行清算时就越安全。如果抵押率达到100%，则会触发您的借款清算。

**Q:当我的抵押率升高时会发生什么？**

A:根据您的抵押资产价值波动，抵押率会增加或减少。如果您的抵押率降低，将使清算门槛更不可能达到，从而提高你的账户健康水平。如果抵押资产的价值相对于借出资产的价值下降，则抵押率会升高，从而导致清算风险增加。

**Q:我什么时候需要还贷？**

A:没有固定的时间偿还贷款。只要您的头寸安全，就可以无期限借款。但是，随着时间的流逝，应计利息将增加，从而使您的抵押率升高，这可能导致您存入的资产变得更可能被清算。

**Q:如何避免清算？**

A:为了避免清算，您可以通过增加更多抵押资产或偿还部分贷款等措施来提高账户的健康水平。默认情况下，还款比增加抵押资产更加有效。同样重要的是，监视您的抵押率并使其保持合理水平，以避免被清算。例如，将抵押率保持在50%以下，可以为您带来更大的空间，避免清算。

**Q:为什么有时候不能收集已赚取的Sashimi ？**

A：Lending用户赚取的Sashimi是从Farm中定期转到合约地址的，有时候不能收集已赚取的Sashimi是因为合约地址中 Sashimi的数量暂时不够，等待几天后就可以提取。


