The price of BNSD has {{asset.priceChangePc7d > 0 ? 'risen' : 'fallen'}} by {{beautifyNumber(asset.priceChangePc7d, 2)}}% in the past 7 days. The price {{asset.change24 > 0 ? 'increased' : 'declined'}} by {{beautifyNumber(asset.change24, 2)}}% in the last 24 hours. BNSD to USD price is updated in real-time. The BNSD Finance price today is ${{ beautifyNumber(asset.rate, 2) }} per BNSD with a live market cap of ${{shortifyNumber(asset.marketCap)}} USD. BNSD Finance is {{beautifyNumber(asset.athChangePc, 2)}}% below the all time high of ${{beautifyNumber(asset.ath)}}.
The current circulating supply is {{beautifyNumber(asset.supply)}} BNSD.
Users would get yield in the form of BNSD (BNS defi) a token which we have released specific to this.
What are the salient features of BNSD:
- Super high APYs
- Multiple pools in which you can farm
- Extremely Deflationary release overtime
- Halving built in. 4 halvings happening where block rewards reduce.
- Block rewards start with 1000 rewards per ETH block of BNSD and then reduce based on halving in the following fashion
- 1000 - 500 1 day from genesis block
- 500 - 250 7 days
- 250-125 30 days
- 125 - 100 90 days
- Just 4% of rewards are reserved for dev funds. This is lowest in comparison across other defi projects like Sushi
- Best part 50% of the dev funds are used for buying bns on a periodic basis
- Contract is super clean as there is no mint function there except for the block rewards which are happening every block. So there is no risk associated with it. No time lock needed as only BNSChef can mint rewards and those rewards are specific to block"
BNSD price today is ${{ beautifyNumber(asset.rate, 2) }}.
The 24-hour high of the BNSD price is ${{ beautifyNumber(asset.priceHigh, 2) }}.
The price low for today is ${{ beautifyNumber(asset.priceLow, 2) }}.
BNSD hit an all time high of ${{ beautifyNumber(asset.ath, 2) }} over {{moment(asset.athDate).fromNow()}} ({{ moment(asset.athDate).format("MMM D, YYYY") }}). The price is down {{beautifyNumber(asset.athChangePc, 2)}}% from the ATH to date.
BNSD had an all time low of ${{ beautifyNumber(asset.atl, 2) }} over {{moment(asset.atlDate).fromNow()}} ({{ moment(asset.atlDate).format("MMM D, YYYY") }}). Since then, the price has increased by {{beautifyNumber(asset.atlChangePc, 2)}}%.
Where can BNSD be traded? An overview of BNSD Finance exchanges and high volume trading pairs. The BNSD Finance native token BNSD can be traded on
Date | Price * | Market Cap | Volume | Change USD | Change % | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ moment(data.date).format("MMM D, YYYY") }} | No data available | $ {{ beautifyNumber(data.entry.rate) }} | $ {{ shortifyNumber(data.entry.marketcap) }} | $ {{ shortifyNumber(data.entry.totalVolume24) }} | $ {{ beautifyNumber(data.entry.rate-data.entry.price_open24) }} | {{ beautifyNumber(data.entry.change24, 2) }}% |
Week | Price * | Change USD | Change % | |||
---|---|---|---|---|---|---|
W{{ moment(entry.date).week() }} | No data available | $ {{ beautifyNumber(entry.rate) }} | $ {{ beautifyNumber(entry.changeUSD) }} | {{ beautifyNumber(entry.changePercent, 2) }}% |
Month | Price * | Change USD | Change % | |||
---|---|---|---|---|---|---|
{{ moment(entry.date).format("MMM, YYYY") }} | No data available | $ {{ beautifyNumber(entry.rate) }} | $ {{ beautifyNumber(entry.changeUSD) }} | {{ beautifyNumber(entry.changePercent, 2) }}% |