Thursday, April 25, 2024

The latest Bitcoin Breakdown newsletter issue is now live. See a sneak peek of the Quick Bits section below. Full issue link is in the comments.

https://i.redd.it/ihfb2q1a6pwc1.png

[xGov-200] Biatec - Onchain identity - Scholtz & Co

title Biatec - Onchain identity
id 199
period 4
author Everyday Algonaut, Ludo Scholtz (@scholtz)
email xgov200@asa.gold
discussions-to https://forum.algorand.org/t/xgov-200-biatec-identity/11871
company_name Scholtz & Co
category dApps
focus_area Identity
open_source Yes
funding_type Proactive
amount_requested 149999
usd_equivalent $30,487.297 (note: automated conversion)
delivery_date 2024-12-31
status Final

Abstract

We will build identity solution where users can pair their algorand account, verify their identity and use more services on algorand blockchain.

MiCA and other EU regulations requires independent entity to verify the identity of users, even self custody accounts.

Algorand dApps will be able to verify, if specific account is not terrorist nor its thief who steals algorand assets from other algorand users.

We will also create the activity ranking system, so that more active algorand users can receive for example better prices at dex swaps.

Team

Scholtz - Product owner. Active on Algorand forum, runs a few projects in Algorand ecosystem branded under the <a href="https://www.biatec.io">Biatec</a? - such as the VoteCoin, A-Wallet, Aramid Bridge, Stabilitas, ASA.Gold, Biatec DEX, Decentralized scheduler, Algorand invoicing app.. Has been winner in few hackathons, such as Algorand encode hack 2021, EUvsVirus, Swiss blockchain hackathon 2021, Bitcoin bankathon, Encode DAO hack, Algo HackJam, Greenhouse hack III, Mega Ace Hackathon, ...

Experience with Algorand

Ludo, Everyday Algonaut has hosted Prague algorand meetup last year on Feb 10th 2023 at Paralel polis, and this year Prague algorand meetup on May 30, 2024.

He was also speaker at ETH Denver, Prague BeerFi event, and speaker at Wroclaw Algorand Meetup.

We provide many open source tools to help algorand communities - https://github.com/scholtz?tab=repositories&q=algorand

Everyday Algonaut channel

Present Proposal

Some technical details can change during the development process

We prefer the agile development.

Frontend

User will be able to auth using the algorand ARC14 authentication to his account.

User can manage his KYC data for natural person or legal entity.

Backend

We will develop secure offchain decentralized storage.

All personal data will be stored offchain.

Onchain storage

```

type IdentityInfo = {

verificationStatus: uint64;

verificationClass: uint64;

isCompany: boolean;

personUUID: string;

legalEntityUUID: string;

biatecEngagementPoints: uint64;

biatecEngagementRank: uint64;

avmEngagementPoints: uint64;

avmEngagementRank: uint64;

tradingEngagementPoints: uint64;

tradingEngagementRank: uint64;

isLocked: boolean;

kycExpiration: uint64;

investorForExpiration: uint64;

isProfessionalInvestor: boolean;

};

```

verificationClass

```

  • Verification class of the user. Uses bits system - 7 = 1 + 2 + 4 = Email and mobile verified

    *

  • 0 - No information about user

  • 1 - Box created for address

  • 2 - Email verified

  • 4 - Mobile Phone verified

  • 8 - Address verified

  • 16 - Address verified

  • 32 - X account verified

  • 64 - Discord account verified

  • 128 - Telegram account verified

  • 256 - First government document with gov id stored in secure storage

  • 512 - Second government document with gov id stored in secure storage

  • 1024 - Corporation government documents stored in secure storage

  • 2048 - First government document verified by online verification process

  • 4096 - Second government document verified by online verification process

  • 8192 - Corporation government documents verified by online verification process

  • 16384 - First government document verified by in person verification process

  • 32768 - Second government document verified by in person verification process

  • 65536 - Corporation government documents verified by in person verification process

    *

```

verificationStatus

```

  • 0 - No information about user

  • 1 - KYC filled in

  • 2 - KYC checked by online process

  • 3 - In person verification

  • 4 - Professional investor verified

```

Deliverable

Frontend, backend, and Smart contract.

Future Blueprint

We plan to provide free service until end of year 2024.

Benefits for the community

  • Any dApp can check if account is not locked, so that they do not interact with terrorists

  • Any dApp can decide its logic on the verification level of the user. Institutional investors may interact only with other institutional investors using smart contracts if they choose to.

  • All applications are open source and would be great if more companies provides similar service

Additional information

Everyday algonaut X account: @EAlgonaut

Join our discord: Biatec


Github Links

Proposal on Github

Conversation and changes can be found in the top comments.


Things To Consider When Pair Trading

https://preview.redd.it/jogpg003sowc1.png?width=1920&format=png&auto=webp&s=ab8e4145837278f25580e3a4989465e08548d295

Stemming from observations in previous articles, traders face issues such as operational complexity, capital inefficiency, and custody concerns when executing pair trades on CEXs and DEXs alike.

Pear Protocol aims to solve these challenges by offering a streamlined and decentralized platform for pair trading. To get more context, one can read the previous articles present in the education hub on our platform.

https://preview.redd.it/scv6ih34sowc1.png?width=526&format=png&auto=webp&s=d661b570b5e3432a5e8fba4607965adb1638039a

Introduction

Pair trading has gained traction in the crypto market as traders seek different strategies to navigate the ongoing trends and narratives. However, this approach demands a comprehensive understanding of market dynamics and risk management principles.

https://preview.redd.it/i3rxrlk7sowc1.png?width=624&format=png&auto=webp&s=2eba602b7ac94b29f1f43426bfc52b87f16db08a

With Pear Protocol in mind, we delve into essential considerations for tradoors looking to optimize their pair trading strategies

1 - Choose Which Asset to Long/Short

The success of pair trading hinges on selecting the right assets/pair to trade. D’uh!

You can utilize market trends, fundamental analysis, and technical indicators in determining which assets to long and short simultaneously. The asset picked for the long leg, must show comparative strength against the asset picked for the short leg.

https://preview.redd.it/t2aflnx8sowc1.png?width=624&format=png&auto=webp&s=d2622b5bbae99124f5fde83ed112b7a9aa10cb7e

For instance, The golden trick on Crypto Twitter back in the day used to be long whatever Hsaka has tweeted about, and short whatever Bitboy shills after the first pump.

2 - Which Asset Moves Faster?

Understanding the correlation between paired assets is paramount. High correlation indicates a strong relationship between assets (good for pair trading), while low correlation suggests muted movement with respect to each other (bad for pair trading).

One way to find an outperformer is also to go through a spaghetti chart, it helps to find the faster horse.

https://preview.redd.it/gewvs4basowc1.png?width=624&format=png&auto=webp&s=5925184497257f96b3476cd979b6167e188f879e

With time more and more traders have started using Pair Charts, which signify strength against the denomination. For instance, here is an ETH/BTC chart which comes in handy when making a correlation between the two assets. The previous PA shows it to be an excellent region to bounce. Hence, initiating a long position on Ethereum (ETH) while concurrently shorting Bitcoin (BTC) may be deemed judicious for capturing the anticipated upward movement in the market.

https://preview.redd.it/9g6hwlzbsowc1.png?width=624&format=png&auto=webp&s=a7a4d8c39992098865c1b056522297f1e0c84014

Pairing assets with a balanced correlation can enhance your trading risk/reward, while mitigating risk.

3 - Deciding The Degree Of Leverage

Leverage amplifies trading positions' exposure to market fluctuations, increasing both profits and losses. Always consider the downside risk. A rule of thumb is to push the leverage button to the west while entering a position before confirmation of your levels. Bet more, and push the leverage button to the east once you have had confirmation/reclaim aligning with your trade direction.

https://preview.redd.it/e4xlqccdsowc1.png?width=624&format=png&auto=webp&s=6cc9c3c3a6794a8fe584bc52f3f5dab5e8a32581

Opting for conservative leverage can safeguard against excessive risk exposure, promotes long-term growth, and can be perfect for your PNL curve.

4 - Net Funding

If you are active on Crypto Twitter, you must have seen many refer to these funding heatmaps to figure out the signs of froth in the market.

https://preview.redd.it/3fzcdp4fsowc1.png?width=624&format=png&auto=webp&s=d9bcffe60d698e45f5e30b1cfcf1abec33524108

Funding is simply the cost of you holding a long/short position. In pair trading, you pay funding on one leg and receive on the other. Net Funding is the cumulative of funding for both the legs involved in pear trading, it makes it a necessary factor to consider when pair trading. We can calculate the same as follows-

you pay the funding rate to be long (A)

you receive the funding rate to be short (B)

net funding = A+B

https://preview.redd.it/4glnb9igsowc1.png?width=319&format=png&auto=webp&s=93c8c634c8ce8d14677565c6cd87eceaeddb770e

e.g. ETH above

-0.038% (pay) + 0.006% (receive) = -0.032% on the notional every 8h

These can be indicative/expected levels.

5 - Market & News Induced Volatility

In the trenches of the bear market, we all saw Gary Gensler coming for the crypto industry, and at times coming for particular projects as well. These types of events can induce market volatility and can affect your pair trading as well. For instance, you being a sophisticated trader have sniped what you believe to be the pico bottom of ETH/BTC, and have longed it. Next day, Gary Gensler is on CNBC talking about how he plans to launch a campaign to classify Ethereum, the second-most popular cryptocurrency, as a security. Not only, the market will react to the news, but also affect your current running pair trade. Therefore, it is necessary to keep a track of news around the coins you trade in a pair, and lookout for the events which can cause extreme market volatility.

Above are the most essential things to consider before entering your pair trade on Pear Protocol.

https://preview.redd.it/mioq460ssowc1.png?width=353&format=png&auto=webp&s=db8f7c8f6959516c9c08805cb5d9fb978e760360

Summary

Consideration #1 - Choose Which Asset to Long/Short
Consideration #2 - Which Asset Moves Faster?
Consideration #3 - Deciding The Degree Of Leverage
Consideration #4 - Net Funding
Consideration #5 - Market & News Induced Volatility

Pear Protocol Education
Original Article
Pear Protocol Twitter
Pear Protocol Discord