follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here Ads bidding Bidding Open

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 0406Antoxa1982

Pages: [1] 2 3 ... 14
1
Announcements [ANN] / zkPass Protocol
« on: September 01, 2023, 02:39:23 PM »
A Technical Overview of zkPass Protocol



zkPass, a privacy-preserving protocol for private data verification. It is built on the foundation of Multi-Party Computation (MPC), Zero-Knowledge Proofs (ZKP), and three-party Transport Layer Security (3P-TLS). zkPass provides TransGate, which enables users to selectively and privately validate their data on any HTTPS website to the web3 world.

It can cover various data types such as legal identity, financial records, healthcare information, social interactions, work experience, education and skill certifications, etc. All these types of verifications can be done securely and privately without the need to disclose or upload any sensitive personal data to third parties.

zkPass can be readily incorporated into multiple application scenarios, including composable decentralized identity passes, DeFi lending protocols relying on off-chain credit, privacy-ensured healthcare data marketplaces, and dating apps featuring verifiable zkSBTs, etc. Wherever there is a need for trust and privacy, zkPass can provide a solution.

Users control the private Data without leaking sensitive personal information, avoiding unpredictable potential criminal convictions and offenses.


This post gives an overview of zkPass Protocol’s overall architecture and how it works.

Symbols and Definitions

P: Prover (Individuals)

V: Verifier (Business)

S: TLS server

Q: P-initiated query

R: Data replied by S

enc_key: The key of the encrypted data in TLS

mac_key: The MAC key in TLS

t: Digest


Overview Solutions

In the traditional data validation and confirmation process, the Prover submits their information to the Verifier. The Verifier retrieves this data and performs authentication checks in collaboration with the DataSource. Thus, the Verifier serves merely as an intermediary or broker in this model.

Each party faces unique challenges in this scenario: for the Prover, there’s a risk of disclosing excessive personal information; for the DataSource, while it’s a trusted data provider, it’s incapable of offering personalized verification services; and for the Verifier, they’re privy to all the customers’ private data, gaining total access, which presents significant potential risks of data leakage.

We propose a new approach that repositions these three entities, positioning the Prover between the Verifier and the DataSource. Rather than the traditional method, the Prover uses their access token to directly locate and retrieve their data from the DataSource, subsequently generating a Zero-Knowledge Proof (ZKP) for the Verifier to check. This process ensures the Verifier remains unaware of the Prover’s personal information.

In order to implement this structure, we incorporate 3P-TLS, MPC, and IZK technologies.


3P-TLS

Transport Layer Security (TLS) is the secure protocol for HTTPS, supported by almost all Data-Sources. It is a two-party protocol designed for a client/server structure. We have built the 3P-TLS protocol based on the elliptic curve DH protocol and combined it with MPC and Oblivious Transfer (OT) to prevent cheating.

MPC

One challenge we face is that the Prover may forge proof information provided by the DataSource to deceive the Verifier. The solution to this problem is through MPC, where both the Prover and the Verifier hold half of a session MAC key, which is a data integrity key used to maintain data integrity. Since the Prover cannot forge or tamper with information responses provided by the DataSource, it cannot deceive the Verifier. MPC can also prevent the Verifier from knowing any private information about the Prover. During the MPC handshake, there is no encryption key (data confidentiality key) for the Verifier, so it cannot decrypt any data and therefore does not know any private information about the Prover.

IZK

After obtaining information from the DataSource, the Prover needs to prove certain statements of the response in a secure and private manner. We use Zero-Knowledge Proofs (ZKP) to achieve this goal. More specifically, we use interactive commit and prove zero-knowledge proofs (ICP-ZKP) to deal with the large scale of the circuit. The Prover gives the commitment as c = commit(m, r), where m is the message and r is the randomness. Then the Verifier checks that commit(m, r) = c. The commitment does not reveal any information about m, and the Prover can’t find different m’ and r’ (and m’’ and r’’) such that commit(m’, r’) = c and commit(m’’, r’’) = c. During the protocol, the Prover needs to commit its private witness, then prove the input wires and the computation of each gate one by one, and continue to commit the output wires until the final one.

Future Direction

The fields of MPC and ZK related technologies are constantly evolving, with significant advancements being made each year. To ensure the continuous optimization of the zkPass protocol, we are actively staying abreast of the latest technologies. Here are some noteworthy references that we are considering: [FNO14], [NNOB11], [HK20], [HYDK22], [ADST21], [BDOZ10], [FKL+21], [DIO20], [JKO13], [GAZ+21].

OT: Oblivious Transfer

Traditional OT protocols like IKNP/KOS15, which we currently use, require a security parameter (𝑘) bits of communication for each OT. However, we propose building a new maliciously secure OT extension based on VOLE that only needs (log 𝑘) bits. For any (𝑛), this improvement comes at the expense of requiring (2𝑛) times the computation.

GC: Garbled Circuits

Existing GC evaluation methods such as [ZRE14] and [KS08] evaluate GC functions gate-by-gate using encrypted truth tables. The GC evaluator decrypts the corresponding output label based on input labels. However, interactive protocols offer more sophisticated techniques. For example, we can expose a (masked) private value to a party, allowing them to perform local computation and feed the resulting cleartext value back into the MPC.

IZK (Interactive Zero-Knowledge) Protocols

VOLE-based IZK ([WYKW20]/[YSWW21]) suffers from high communication overhead, often linear to the circuit size. We are constructing new ZK protocols with communication sublinear to the circuit size while maintaining a similar level of computational efficiency.


zkPass Official Links:

Website: https://zkpass.org/

Twitter: https://twitter.com/zkPass

Discord: https://discord.gg/zkpass

Medium: https://medium.com/zkPass

GitHub: https://github.com/zkPassOfficial



2
Announcements [ANN] / Kakarot
« on: July 11, 2023, 12:10:22 AM »
Kakarot: an intro to the first modular zkEVM



TL;DR: Kakarot is a type 3 (soon-to-be type 2.5) zkEVM, built on top of the CairoVM. The project, which began in October 2022, has several goals in mind: open-source from day one, welcoming contributions, and most ambitiously, creating a zkEVM in less than 10,000 lines of code. We achieved this goal in just six months. We’ll release a testnet at the end of summer 2023.

A glossary is available at the end of the article for context on EVM, zkRollups and zkEVM.


An Incomplete Primer on the CairoVM

The CairoVM is a virtual machine that enables provable execution. It serves as the foundation for Starknet, a general-purpose Layer 2 (L2) validity rollup in the Ethereum ecosystem. The CairoVM’s ability to represent execution as polynomials allows every transaction on Starknet to be proven using STARKs. This necessitates developers building decentralised applications (dApps) in Cairo, the associated programming language.

In the words of the team behind Cairo, Lior Goldberg and Shahar Papini and Michael Riabzev:


We present Cairo, a practically efficient Turing-complete STARK-friendly CPU architecture. We describe a single set of polynomial equations for the statement that the execution of a program on this architecture is valid. Given a statement one wishes to prove, Cairo allows writing a program that describes that statement, instead of writing a set of polynomial equations.

Takeaway: Programs written in Cairo are provable, which enables a game-changing advantage: writing provable programs in a high-level language. As a result, developers looking to leverage the scalability property of zero-knowledge cryptography no longer need to write circuits.

So, would rewriting the Ethereum Virtual Machine (EVM) in Cairo result in a zkEVM?


The idea was simple: the EVM is a mature, well-defined VM architecture. 142 opcodes, 9 precompiles, and a democratic process to update these opcodes or precompiles. Should one build it in Cairo, would one get a zkEVM “for free”, i.e. obtain the scaling property of zero-knowledge as a direct consequence? Spoiler alert, yes.

From there, the idea gained traction in the Starknet community. Abdel, the lead of Starkware’s exploration team and part of the core Ethereum developer team, started implementing it in October 2022. Around the same time, the open-source builder community of Starknet — gathered together with Onlydust’s help — began a similar project in parallel. The former absorbed the latter during StarknetCC in Lisbon.


By the End of 2022, Kakarot Had 100% of EVM Opcodes Implemented.

A hacker house in Lisbon, one week of dedicated work, and about ten people building a zkEVM. The Kakarot core team was born. We realized that this was feasible and powerful. A naive implementation of a zkEVM that fit in less than 5,000 lines of code. No circuits, no polynomials. Just high-level, expressive code.

With the help of the Starknet Foundation and Onlydust, we embarked on this adventure. Our values were open-source, open contributions, and community-driven technical strategy. Clément and I led and coordinated this effort. Today, Kakarot has more than 40 unique contributors. While Kakarot is incorporating to crystallise the effort around building a production-grade zkEVM, our values endure: open-source forever and open for outside contributions


As of May 2023, Kakarot has achieved 100% bytecode equivalence (equivalent to type 3 zkEVM) and implemented 8 out of 9 EVM precompiles. It will soon have all nine of them, thus reaching type 2.5, as per Vitalik’s typology. As a result, dApps written in Solidity or any other EVM-supported language can be deployed onto Kakarot without requiring any modifications to the existing code.

What’s Next? A Two-Fold Bet: Bring the EVM to Starknet and Build a zkEVM-Rollup-as-a-Service Product

When we analysed the market, we noticed that compared to other zkEVMs, Kakarot is an underdog — a team of fewer than 10 people with a significantly smaller budget and brand. Deploying as a general-purpose zkEVM L2 seemed risky. So, what other strategies appeared sound? Bring EVM compatibility to Starknet and leverage fractal scaling.

We strongly believe Cairo will prove to be the best toolbox for zero-knowledge engineering in the coming years. We also believe the EVM will remain the most common layer of abstraction for developers. This is why we’re bringing EVM compatibility to Starknet. Soon, teams will be able to deploy their Solidity dApp on Starknet, through Kakarot.

Moreover, we think app-chains (or app-specific L3s) will emerge sooner than people expect. The traction that the OP stack has been gaining is a good example. By leveraging the modular nature of Kakarot (small and flexible codebase, adaptable to any Cairo chain), we’re empowered to build a zkRollup-as-a-service tool.
One-click: a zkEVM deployed as L3 on top of Starknet for a specific app. EVM environment, low gas, and fast execution. Cryptographic security.


Context & Glossary

EVM (Ethereum Virtual Machine): The EVM is a Turing-complete virtual machine that executes smart contracts on the Ethereum blockchain. It serves as the runtime environment for these contracts, processing the instructions and managing the state of the network. Developers can write smart contracts in languages like Solidity, which are then compiled to EVM bytecode and executed by the virtual machine.
zkRollups: zkRollups are Layer 2 scaling solutions for blockchain networks, particularly Ethereum. They bundle multiple transactions into a single proof, which is then posted on the main chain. By using zero-knowledge proofs, zkRollups enable greater throughput and lower transaction costs while maintaining a high level of security and decentralisation.
zkEVM (Zero-Knowledge Ethereum Virtual Machine): A zkEVM is an EVM implementation that incorporates zero-knowledge proof systems. It allows for the execution of smart contracts with increased scalability (and sometimes privacy) by leveraging cryptography to prove the correctness of transactions.



Welcome to Kakarot zkEVM useful links

Our Website: https://kakarot.org/
Our Twitter: https://twitter.com/kakarotzkevm
Our Medium Blog: https://medium.com/kakarot-zkevm
Our Github: https://github.com/kkrt-labs/kakarot
Our Linktree: https://linktr.ee/kakarotzkevm

3
Announcements [ANN] / Spiral DAO Airdrop!
« on: April 05, 2023, 04:08:26 PM »
Spiral DAO Airdrop!

To kickstart the protocol Spiral DAO will hold a two-phase Airdrop.




Summary

1st Phase — Launching Airdrop: Spiral DAO will airdrop 3%~5% of the initial token supply towards existing Balancer, CRV, FXS, and SDT stakeholders as well as other DeFi users.

To claim the Airdrop visit https://spiral.farm/airdrop on the 8th of April. The time of the start will be different for each category and is specified below starting from 15–00 UTC+0.
Users will receive Spiral DAO’s governance token — Spiral (SPR) token.
Every user from each category will receive the same amount of tokens — 100 SPR.
Only users holding a greater than a certain amount of stated tokens are eligible for the Airdrop.
Only X first users from each category can claim their Airdrop.
The later you redeem the Airdrop — the more you get. After claiming wait and redeem your tokens later to receive up to 50% more.
2nd Phase — Community building Airdrop: Encouraging active members of community participation programs.


Spiral DAO

Spiral DAO is built by experienced farmers for farmers, which means we have thought about all the downsides associated with yield farming, the most prominent of them being highly inflationary reward tokens and complexities that make it harder to access for newcomers. Spiral is here to change that, as well as other inefficiencies existing in yield farming, bribe markets, and VeTokenomics.

Spiral DAO provides a possibility to stake your liquidity into one of the large variety of pools in exchange for its native Coil (COIL) tokens with an additional yield on top. At its launch, Spiral DAO supports Aura and Convex native pools.

COIL tokens can be staked to obtain our main governance token — the Spiral (SPR) token, which represents governance power for all of the Treasury assets and is backed by a growing market share of all the tokens held within the Spiral DAO treasury (USDC/BAL/CRV/FXS/SDT to start).

Spiral DAO employs novel mechanisms to maintain a balanced Treasury exposure by engaging in bribe markets and optimizing them as a side effect.


1st Phase: Launching Airdrop

To encourage adoption, Spiral DAO will airdrop 3–5% of the initial token supply towards existing Balancer, CRV, FXS, and SDT stakeholders as well as other DeFi users. Only users holding a greater than a certain amount of tokens stated below are eligible for the Airdrop.

Airdrop will be allocated to:

42% — CRV/CVX users: vlCVX, veCRV, Convex LP
25% — BAL/AURA users: veBAL, vlAURA, Aura LP
7% — FXS stakeholders: veFXS
3% — SDT stakeholders: veSDT
7.6% — LobsterDAO NFT owners
7.6% — Degenscore Beacon NFT owners
8.6% — Top-1000 DeBank profiles


First come first serve

Users will receive an equal amount of tokens (100 SPR). However, the supply for each category is limited, which is why only the first X users to claim their Airdrop will be eligible. The X for each category is roughly the following:

270 — CRV/CVX stakeholders: 80 — veCRV; 90— vlCVX; 100 — Convex LP
160 — BAL/AURA stakeholders: 45 — veBAL; 50 — vlAURA; 65 — Aura LP
45 — FXS stakeholders
20 — SDT stakeholders
50 — LobsterDAO NFT owners
50 — Degenscore Beacon NFT owners
55 — Top-1000 DeBank profiles


When snapshot??

Yep. It had already been taken.

The later you redeem the Airdrop, the more you can get.

First, you’ll have to claim your Airdrop. By claiming, you confirm you want to be dropped and secure your spot.
After that, you can redeem your tokens right away or later.
The number of tokens you will receive grows linearly in the first three months, so it makes sense to hold longer and redeem later. The total growth will reach 50%. For example:


Initially, you get dropped 100 tokens. After one month, you can redeem around 116.67 tokens. After two months — 133.333. And after three months — 150 tokens.

The idea behind this mechanism is to spread the total Airdrop pressure across those three months and make it a more engaging activity.

Where?

You can claim your Airdrop at https://spiral.farm/airdrop.

When?

On the 8th of April. The time when claiming starts will be different for each category.

Claiming Schedule

15–00 UTC+0 — CRV/CVX stakeholders
16–00 UTC+0 — BAL/AURA, FXS, SDT stakeholders
17–00 UTC+0 — LobsterDAO NFT owners
18–00 UTC+0 — Top-1000 DeBank profiles owners
19–00 UTC+0 — Degenscore Beacon NFT owners


Until the X first users are reached, you can still claim your tokens at any time.

2nd Phase: Community building Airdrop

To enhance Spiral DAO adoption, we are launching a community activity incentivization program. As a result of it, the second phase of the Airdrop will be held.

There are three ways to participate:

1. Complete the crew3 quests. We have built a unique API for this event to track different on-chain activities. Stake, share, boost your yield and get exp.

2. Be an active member of the community and participate in our Discord channel discussions.

3. To learn more about how you can contribute to Spiral DAO's growth and development check out our community article:


https://medium.com/spiral-dao/unveiling-our-loyalty-program-e4d9be0c232

Website: https://spiral.farm/

Twitter: https://twitter.com/Spiral_DAO

Medium: https://medium.com/spiral-dao

Crew3: https://crew3.xyz/c/spiraldao3/questboard

4
Announcements [ANN] / Islamiccoin
« on: February 12, 2023, 02:04:48 AM »
Our vision – synthesis of ideology, technology, and community


Islam

Islam is the world’s second-largest religion with almost 2 billion followers — a quarter of the world’s population. Muslims make up a majority of the population in 47 countries. Islam teaches that God is merciful, all-powerful, and unique.

Islamic law, or Shariah law, is a religious law forming part of the Islamic tradition. It guides and dictates many aspects in the lives of Muslims throughout the world, including financial interactions.

One of the core principles of Islamic financial law is the prohibition of paying or charging interest, which is currently not followed by a large part of financial institutions constituting the modern financial system.

According to the Global Islamic Economy Report, the volume of the Islamic financial sector was $2.88 trillion in 2020 and is expected to grow to $3.69 trillion by 2024. According to the same report, two of the four main factors influencing the expansion, as well as the Islamic economy in particular, are the rapidly growing Muslim population, the spread of digital technologies, and mobile communications.

The Islamic financial system has been virtually untouched by the recent financial crisis due to its prohibitions on speculative transactions and uncertainty, as well as the attention it pays to fairness and risk-sharing. Islamic finance is a rare example, where the system featuring certain limitations and restrictions is more sustainable and powerful, compared to the system where such limitations are not present.


Crypto

Crypto is one of the fastest-growing sectors of the world economy. Bitcoin is the best performing asset in the history of mankind far outperforming anything we knew before.

Today, the crypto industry has a market cap of well over 2 trillion dollars and turnovers are astronomical. However, the global Bitcoin user base is still relatively low, probably as low as 25 million users, compared to billions of active Muslim Internet users.

At the time of writing, humanity seems to be on the very verge of mass adoption of crypto. 2021 saw tectonic shifts in the industry:

Samsung announced it will be adding a crypto wallet to all of its future phones.
Tesla began accepting Bitcoin.
El Salvador selected Bitcoin as its legal tender.
UK Post announced it will start selling Bitcoin.
New York Mayor-elect Eric Adams selected to be paid in Bitcoins.
Reddit announced it will launch a crypto product for its 500 million users, etc.
These are just some of the highly visible milestones. Global adoption is happening on many levels including business, banking, regulatory, etc.



Blockchain

Blockchain – the technology behind cryptocurrencies is compared by many experts to the Internet itself in terms of its importance and long-term transformative impact on humanity. In general, Blockchain does two things. It allows:

Parties to securely interact in a trustless way.
Exclude unnecessary intermediaries from any transaction or process.
Both are achieved due to the ability of blockchain to be a single source of truth for any interacting parties – robust, immutable and uneditable.

Modern blockchains utilize Proof of Stake consensus, allowing for high transaction throughput without overheads such as large energy consumption.


Synthesis

Islamic Coin is designed to deliver a lasting, powerful impact for one of the largest communities in the world. It is the first digital currency to provide economic and social benefits, support innovation and ensure sustainable, long term growth via a dedicated Evergreen DAO.

Current credit and banking system.

Fiduciary credit money is a universal unconditional financial obligation that serves the commodity turnover of assets in the economy. The main task of Central Banks, as state regulatory bodies, is to maintain the stability of interest rates and the exchange rate in the money market by regulating the behavior of commercial banks’ lending to non-financial enterprises in order to initiate them to maximize the mass of profits. The process of repayment of the principal amount of debt and interest is consistently carried out according to the hierarchy of the two-level banking system. Firstly, non-financial sector firms and people repay their unconditional loan obligations to commercial banks. Secondly, commercial banks return loans as their unconditional loan obligations to the Central Bank. In case of uninterrupted return of loan money from borrowers to creditors, the effective activity of market entities takes place.

Such a system allows governments to pursue a flexible monetary policy, managing the supply of money through the cost of their borrowing (the key rate). At the same time, the current system does not fully comply with the principles and norms of Islamic finance, since both paying and accruing interest for using money is prohibited in Islam.

Although the formation of the Islamic financial system began about 1400 years ago its modern history dates back to the 1970s when Islamic banks were established in Saudi Arabia and the United Arab Emirates. It is important to note that until 1971 all fiat money issued by states as legal tender was backed by gold or silver. Since 1971, states are no longer limited to issuing a new currency according to the gold standard or any other general rule, except for their internal consideration, which supports the possibility of capturing and redistributing wealth. Many fuqaha think that such practices don't correspond to fiqh.

Islamic Coin – purposeful community crypto asset.

Islamic Coin is Shariah-compliant digital money, designed to create value for the World’s Muslim community. It is built on Haqq – its dedicated Islamic blockchain. Meaning “Truth”, Haqq stringently abides by Islamic views and traditions on finance.

In the Quran, gold and silver are mentioned as examples of pleasures of this worldly life (3:14). That is why Muqaddimah of Ibn Khaldun has written that gold and silver specifically, should be used as money.

The deflationary nature of many cryptocurrency systems, as well as the necessity to invest some work to produce them, is comparable to the properties of gold or silver.

Islamic Coin cannot be arbitrarily ‘printed’ and thus devalued. It’s also impossible to cause arbitrary deflation through a rise of the Central Bank’s interest rate (key rate) – since there is no interest rate within the system. Islamic Coin’s price is determined solely by the market and thus always fair.
Islamic Coin may only be minted (issued) by those who contribute work and investment – validators and stakers of the network at a predetermined announced rate.
Unlike fiduciary money, Islamic Coin is not operated by the banks whose main business is to earn profit by charging interest. Paying or charging interest is forbidden in Islam.
Each time a new Islamic Coin is minted, 10% of the issued amount is deposited into a special Evergreen DAO for further investment into Islamic internet projects or given to Islamic charities. This is the first introduction of a coin bringing direct economic value to a community.
The Evergreen DAO is a non-profit virtual foundation focused on long term sustainability and community impact. It effectively works as a crypto endowment. In some cases described below, Evergreen DAO also may fund activities necessary for the Haqq network operations and development. Key decisions are made by a council that consists of the top 5 validators of Haqq blockchain.
Our mission is to empower the international community of the followers of Islam with a robust and future-proof financial instrument that allows for independent financial interaction, while supporting innovation and philanthropy.

Leveraging the power of the community, IsalmicCoin may become one of the most important and valuable crypto assets. If 3-4% of the Muslim online community will hold Islamic Coin, it will become a bitcoin-scale crypto asset, generating a trillion dollars for its holders, and $100 billion for the Evergreen DAO.



Century Coinomics

Islamic Coin (ISLM) is the native currency of Haqq Network. It is used for payments, governance, paying transaction fees and staking.

Staking is the process of locking ISLM coins by bonding them to validators. Validators maintain the Haqq Network. By bonding coins, ISLM holders delegate voting power to validators and become delegators, which gives them the right to earn rewards and participate in governance (see Tendermint BFT).

Upon Haqq mainnet launch, the minting of new coins is temporarily disabled and Haqq mainnet is operated by a restricted validators set controlled by the Core Team (Proof of Authority consensus). The reason behind that is to execute proper testing of Century Coinomics and let the Haqq community learn how to stake and run their own validators on the Haqq network. For that purpose, Haqq public testnet will be launched with Proof of Stake and minting enabled. When the Haqq community finishes evaluating Haqq on testnet and The Haqq Team ensures its stability, minting will be enabled on mainnet as well as Proof of Stake – the validator set won’t be restricted by the ones controlled by the Core Team. This will allow validators and stakers to participate in the Haqq consensus and earn staking rewards.

After minting is enabled and until 100 billion coins are minted, every block produces new ISLM coins and gas fees collected from users. New ISLM coins and gas fees are distributed between validators, delegators and Evergreen DAO:

10% goes to Evergreen DAO.
1% to 5% goes to a block proposer and its delegators.
The remainder is distributed proportionally to all bonded validators and their delegators.
Delegators of bonded validators are rewarded in proportion to the amount of their delegation, relative to the total amount delegated to the validator, including validator self-delegation. Rewards are distributed to the delegators minus the validator's own commission.

ISLM supply is limited to 100 billion coins. Every Era, which is 2 years, ISLM’s emission rate is reduced by 5%. Emission will stop in 100 years from the first block of the first Era.

During the first Era, 4.33% of coins will be minted, followed by 4.12%, with the 9th Era seeing 2.87%. More than 50% of the total supply will be minted from mainnet launch by the end of the 9th Era, including initial supply. 100% (100 billion ISLM) will be minted at the end of the 50th Era, no more ISLM will be minted after that.

Initial supply: 20 billion. It will be minted in a genesis block and will be distributed on the day of network launch with the following structure:

2 billion – Evergreen Foundation – according to Century Coinomics.
5.5 billion – Partners: boards, initial supporters, promoters and market makers.
4 billion – Initial Private Sale. These coins will be sold to qualified private investors.
5.5 billion – Business reserve and ecosystem development fund. These coins will be used for public distributions, operational costs, business development, grants and other ecosystem-focused activities.
3 billion – Founders Reward.
Coins dedicated for the Evergreen DAO will be locked until it is fully developed, tested and deployed on mainnet.



Vesting

Founders Reward


Founders Reward allocation minus 0.01 ISLM will be deposited on a Vesting Smart Contract on network launch. 0.01 ISLM subtracted from Founders Reward will be used for the payment of transaction distribution fees after launch.

Vesting Smart Contract transfers 1/24th of deposit immediately on deposit creation, while the rest becomes available for claiming by portions of 1/24th every 30 days.

Private Sale and Partners Allocations

The Initial Private Sale and Partners allocations won't be locked on network launch, because they have to be distributed between the Private Sale buyers and Partners during the first few weeks after network launch. However, each buyer and Partner will still have their coins vested, based on the vesting schedule that applies to the Founders.


Architecture

Haqq is an Ethereum compatible Proof of Stake blockchain network with instant finality.


Features:

Ethereum compatibility allows developers to build applications on Haqq using the existing Ethereum codebase and toolset, without rewriting smart contracts that already work on Ethereum or other Ethereum-compatible networks.
IBC compatibility allows Haqq to interact with other IBC-compatible networks like Cosmos, and in the future with Ethereum.
High throughput with instant finality makes Haqq usable for applications beyond the finance realm: social platforms, games, educational projects and much more.
Proof of Stake mechanism allows Haqq holders to participate in the network consensus alongside with validators – and earn rewards for securing the network.
Century Coinomics – finite supply, emission process lasts for 100 years, with a rate being reduced every 2 years, until 1 billion ISLM are minted.
Evergreen DAO, funded by ISLM emissions and a portion of network fees, governed by network participants – dedicated to supporting innovative projects for the international Islamic community.
Builders Incentive – smart contract authors are incentivized to deploy ecosystem-demanded contracts by network mechanics.
Haqq is built using Evmos which in turn is based on Cosmos SDK which runs on top of the Tendermint Core consensus engine. That said, high throughput and instant finality are inherited from the Tendermint Core, IBC – from Cosmos SDK and Ethereum Compatibility – from Evmos.

The Haqq team is committed to implementing Evergreen DAO, Builders Incentive and Century Coinomics and getting everything together in order to launch a stable network, compatible with the rest of the blockchain ecosystem.



Builders Incentive

Just like Ethereum, Haqq uses the Gas concept to disallow the EVM (Ethereum Virtual Machine) from running infinite loops. However, thanks to Tenderming Core, the gas prices will be much less, compared to Ethereum.

Rather than going directly to validators, like in the case of Ethereum, the fees generated by Smart Contracts are shared between validators and authors of smart contracts in the proportion of 50%/50%.

We expect this mechanic to incentivize builders to create projects without nonpurposeful mechanicsat the core of their business models. Furthermore, by building this mechanic we encourage collaboration between Smart Contracts developers, in order to create additional value by composing their Smart Contracts.


Tendermint, Cosmos and IBC

Tendermint is a software for securely and consistently replicating an application on many machines. Tendermint provides two chief technical components:

a consensus engine.
a generic application interface.

Tendermint BFT – consensus Engine

The ability to tolerate machines failing in arbitrary ways, including becoming malicious, is known as Byzantine fault tolerance (BFT). Tendermint consensus engine implements Byzantine fault tolerance.

Two important Tendermint consensus engine characteristics are:

Security – network works even if up to ⅓ of nodes fail or act maliciously.
Consistency – every non-faulty node sees the same transaction log and computes the same state.
In addition, Tendermint provides instant finality which means that once a transaction is validated, it can be considered final and irreversible. Instant finality means that forks are never created as long as more than a third of validators are honest (byzantine). Users can be sure their transactions are finalized as soon as a block is created.

Security and Consistency of Tendermint BFT Consensus allows the Haqq network to be maintained by a set of independent validators who don’t have to trust each other and will provide consistent data and transaction processing. Instant finality makes Haqq network suitable for a wide range of applications, including the ones that require fast feedback loops like games, social networks, instant payments, etc.


ABCI – generic application interface

Tendermint Core communicates with the application processing transaction via a socket protocol that satisfies the Application BlockChain Interface (ABCI).

ABCI allows the implementation of custom transaction processing logic without forking Tendermint itself. This makes Haqq and components it’s built on (Evmos) leverage new Tendermint versions without backporting features and fixes by tedious and error-prone code merging process. This also opens ways for the Haqq team to collaborate with Tendermint maintainers and other members of the Tendermint ecosystem, in order to improve Tendermint Core for the good of the whole ecosystem.


Cosmos SDK

Cosmos SDK is the most advanced framework for building custom application-specific blockchains today. Cosmos SDK is the base layer of Evmos which Haqq is built on.

Cosmos SDK is designed for building blockchains out of composable modules, without forking the core. Cosmos SDK uses Tendermint as a default consensus engine.

Cosmos SDK is a stable, time-proven solution that powers hundreds of blockchain applications including Binance Chain, Terra and Cosmos Hub.

The most important benefit for Haqq being built on the Cosmos SDK is compatibility with the Inter-Blockchain Communication Protocol which makes Haqq interoperable with the rest of the Cosmos ecosystem.


Inter-Blockchain Communication Protocol

Blockchain is an open ecosystem and we believe that it should stay the same. We also believe that interoperability with different blockchains is an essential part of openness. That belief defines one of the most important reasons to choose Cosmos SDK as the foundation of Haqq Blockchain.

IBC is a protocol that defines the way for IBC clients (mainly, blockchain networks but not limited to them) to read the consensus states of other blockchains and the proof specs of those blockchains, that are required to properly verify proofs against the client's consensus state.

In practice, Haqq being compatible with IBC means that it can communicate with other IBC-compatible networks which already hold more than $148 billion worth of assets under management.

IBC is not a cross-chain token transfer protocol – it’s a general communication protocol as the name implies. IBC makes it possible for blockchains to communicate with each other. This includes the transfer of tokens, but it is not limited to that. This is different from isolated networks like Ethereum, within which connection to other networks is limited by token transfers only.

When enabled, IBC compatibility will interconnect Haqq with the rest of the Cosmos ecosystem. This includes Osmosis – interchain AMM – which, besides Cosmos networks, has plans to integrate with Ethereum and other EVM-compatible networks. The Haqq team also considers implementation of a direct bridge to Ethereum with a simplified user experience.


Ethereum compatibility and Evmos

Haqq desires to be open not just to users but to developers interested to build projects on the Haqq network. This requires Haqq to support a programming language and toolset familiar to the majority of blockchain developers. According to the Electric Capital Developer Report, Ethereum still has the largest developer community. That makes it logical for Haqq to strive to support Ethereum Virtual Machine for smart contracts execution and Solidity as the primary smart contracts language.

For the purpose of EVM compatibility Haqq is using some components of Evmos – the network based on Cosmos SDK which provides full EVM compatibility, or equivalence. Haqq being EVM-equivalent, means that everything that is built on Ethereum or other EVM-equivalent networks like Optimism or the Evmos and Evmos-based networks – can be deployed on Haqq without rewriting a single line of smart contract code and worrying about things to break in unexpected ways.

Evmos is the continuation of Ethermint project – the EVM-compatible blockchain with Tendermint BFT consensus. Evmos is being developed by Tharsis whose team has been the core #DevelopmentTeam  behind the Ethermint codebase since April 2021.

As said in previous sections, Evmos is built on Cosmos SDK, leverages Tendermint Consensus security, consistency and instant finality and is compatible with the IBC protocol.

Haqq is aimed at full compatibility with the rest of Evmos and Cosmos ecosystems from the user experience perspective, as well as collaboration with its communities.


Evergreen DAO


Purpose

Evergreen DAO is introduced to fund projects benefiting the world’s Muslim community, grants to ecosystem maintainers, bug bounties, marketing activities and other activities, which the community decides are helpful for the Haqq network and/or the Muslim community.


Governance

Evergreen DAO is governed by the community, Sharia Board and Council.

Evergreen DAO governance is driven by an Evergreen DAO Smart Contract, deployed on the Haqq network.

Spending initiatives can be submitted by any ISLM holder (both personal and Smart Contract) and go through a governance process which consists of the following stages:

Submitting a spending initiative by an ISLM Staker.
Council vote.
Initiative execution.

Submitting a spending initiative

Any ISLM holder can submit a spending initiative. This initiative should be first submitted to an off-chain discussion board and then a link to this initiative should be submitted to the governance smart contract alongside metadata which consists of spending amount and target.

Submitting an initiative requires a deposit which is calculated by multiplying the initiative amount to a deposit coefficient. Initially, the deposit coefficient is 5%. Later it can be changed to be dynamically adjustable, depending on the initiative amount and ISLM price in USD.

At the moment, the full 5% of the amount should be deposited on the Smart Contract, alongside the initiative. However, crowdfunding a deposit is possible by another DAO-like Smart Contract.

For a successful submission operation, the DAO should have enough coins not locked by another initiative. Upon a successful submission, the whole deposited amount is locked, becoming unavailable for other initiatives.


Council vote

Council vote for or against the initiative. Voting is operated by the same Evergreen DAO Smart Contract. Each Council has the equivalent vote. In order to approve the initiative, at least ⅗ of all Council members have to vote for the initiative. To reject, at least ½ of all council members have to vote against the initiative. If no decision is made for 1 week, the initiative is considered dropped.


Initiative execution

Initiative execution is a Smart Contract method that can be called by any user but it will succeed only if the Council has passed the approval or rejection threshold or if 1 week has passed since the initiative is submitted and no threshold has been reached.

If an initiative is approved by the Council, 100% of the amount specified in initiative metadata goes to the target specified in initiative metadata, deposit and additional reward which equals to the deposit becomes available, for an initiative author to claim.

If an initiative is rejected by the Council, the initiative amount gets released, becoming available for other initiatives and the initiative author deposit goes to Evergreen DAO.

This mechanism is supposed to incentivize active participation in Evergreen DAO Governance while protecting it from malicious initiatives.

If the Council fails to pass approval or rejection thresholds in 1 week since initiative submission, the initiative is considered dropped, and upon execution the Smart Contract will release the initial deposit which the initiative author will be able to claim.


Twitter: https://twitter.com/Islamic_Coin

Telegram: https://t.me/islamiccoin_community

Medium: https://medium.com/@islamic_coin

Фатва: https://islamiccoin.net/fatwa

Документация: https://islamiccoin.net/documentation

Whitepaper: https://islamiccoin.net/wp

Haqq Network: https://islamiccoin.net/haqq-network

Официальный Youtube: www.youtube.com/channel/UCQqtQStp2Ba-PYIKnuf_Yeg

Ресурсы Русскоязычного сообщества:

Telegram - https://t.me/Islamiccoinrussian

Medium RU - https://medium.com/@islamiccoinru

5
Announcements [ANN] / ApStation
« on: November 03, 2022, 09:09:11 PM »
What is ApStation?



ApStation is a decentralized platform for launching your own NFT collections on the Aptos blockchain. We plan to integrate other chains in the future.
We have combined all the modern, revolutionary technologies of the NFT sector in our platform. We offer an easy to use and incredibly promising product for the general mass of NFT fans.
Our community communicates with the project through the DAO voting system. All relevant innovations will not go unnoticed by the community!
We are now on the first step towards a revolution in the launch of NFT collections.



Our Values

ApStation values effectiveness, comfort, and technological.

Effectiveness

Efficiency is the most important priority when working with NFT. ApStation will make sure that launching an NFT collection takes a minimum amount of time.

Comfort

Comfort is one of the top priorities when working with cryptocurrencies. We make our platform so user-friendly that even a novice can figure out all the features of ApStation the first time.

Technological

Technological is our code is built on the principles of transparency and openness. We work hard to ensure that the launch of NFT collections is successful.


Platform Functionality

We have conducted surveys on a large number of people and analyzed many shortcomings with our reserch department. Collecting all the best and most comfortable conditions for users on our platform:

1.Launch your own NFT collection
   Creating a collection in a couple of clicks. Improved whitelisting system. Choosing the value of the NFT and royalties.
    Linking a wallet  to which the income from the fees will go. Saving templates to run another collection.


2.Mint NFT collections
  The user can mint NFT on a separate page of running collections. When minting by whitelist, the user's wallet must be added in
  advance.


3.Voting
  Each user, who is a $ASN token holder, has a vote to decide on important updates within the platform. Each successful vote will bring tokens to the participants.

4.Stake ASN
  Staking tokens open up a huge list of possibilities and privileges to use and manage the platform.


Website: https://apstation.net/
Twitter: https://twitter.com/ApStationNFT
Medium: https://medium.com/@apstationnft
Docs: https://apstation.gitbook.io/apstation/
Quests Crew3: https://apstation.crew3.xyz/invite/fRTMwcIJH-owczcPsVcxw
Apply to our beta: https://apstation.net/#social
Tokenomics: https://apstation.gitbook.io/apstation/token/tokenomics
Roadmap: https://apstation.gitbook.io/apstation/about-project/roadmap




6
Announcements [ANN] / Protonsale
« on: November 02, 2022, 11:06:40 PM »
Proton



Aptos' goal is to become layer1 with billions of users, then platforms that provide essential and basic services related to digital assets like Proton will be really important and valuable products to use.
While Move is a fairly new and unfamiliar language for developers as well as users. Proton gives both technical and non-tech users the ability to perform tasks related to coin creation, coin sales, and fundraising with ease. Proton offers many types of sale: launch pad, fair launch, dutch auction,... No coding knowledge is required, just simply navigate through to our terminal and design your own token in just a few clicks


Core Product

We have all the basic features of launchpad:

1.  Decentralized launchpad

2.  Options of listing campaigns: IDO / Fairlaunch / Dutch Auction

3.  Anti-rug pull features: 3rd party KYC/ Liquidity Locking

4.  Verify contributor: Set requirements to define exactly who can join your sales

And also a token-based loyalty reward:


REWARD SYSTEM: Earn $ePRT by taking part in launches on ProtonSale

SPECIAL: Use $ePRT coin to take parts in special seed/private sales with partnered projects + access to premier tools


Service Fees


*  Standard Token Minting Fees: 5 APT

*  Taxable Token Minting Fees: TBA

*  Buyback Token Minting Fees: TBA

*  Create  Launchpad Fees: There are 2 options: 30 APT + 4% Fund Raised

*  Proton Anti-Bot: TBA

*  Proton Lock: Free

*  Proton Airdrop: 5 APT + 1% of Airdrop Tokens.



Official Links

Website: https://protonsale.io/

Github: https://github.com/0xmodule

Discord: https://dsc.gg/protonsale

Twitter: https://twitter.com/protonsale_apt

7
Announcements [ANN] / Laminar Markets
« on: October 31, 2022, 02:51:53 PM »
An Introduction To Laminar



Electronic markets are chaotic. Buyers and sellers interact rapidly placing orders, canceling orders and replacing orders in a desperate bid to stay ahead of the market and get the best price possible for their trade. Market participants come in many forms. Retail traders may place trades with patience and a degree of nervousness which sometimes turns into indignation. Systematic strategies consume hoards of market data and attempt to determine price movements. On top of this market makers take both sides of the book and attempt to bring some semblance of liquidity and normalcy to the ensuing stampede.

Centralized electronic markets have now existed for decades. They’ve benefited from years of refinement and have become stalwart in their robustness. Though they trade some of the most liquid and sought after products in the world, we rarely think of major equities electronic markets like Nasdaq or the NYSE as inadequate and unable to keep up.

This is where we come to Decentralized Exchanges ‘DEXs’, specifically order-book DEXs. At a high level these are supposed to operate akin to traditional exchanges.

Unlike a centralized exchange, a DEX, by virtue of being on a blockchain, must adhere to the many constraints and limitations of the chosen protocol — for which there are many. The computational capacity of the protocol is shared with every on-chain program or smart contract you could possibly imagine. You might think the order you’re about to submit to the DEX is the most important thing since the discovery of the Higgs boson — but no one’s going to open up a fast lane for you anytime soon. That blockchain is being shared. Nodes on the network are dealing with everything from folks paying for things online, to little Larry whose high school project is to deploy his own NFT. To compound this issue, protocols typically deal with transactions sequentially. In essence, if the network is busy, transactions are going to take even longer. Sounds challenging? Sure, but here’s where Laminar comes into play…


What is Laminar Flow?


Let’s go on a slight tangent and explain why we call our DEX Laminar. In fluid dynamics, laminar flow occurs when the particles of a fluid travel in smooth paths together, without any disturbance or lateral mixing. Think of it this way — particles can travel together and past one another where they don’t affect other particles in other pathways. Hold this thought as it’ll all make sense shortly…

What is Laminar?

Back to blockchains. The order in which transactions are executed is key. Hence why so many blockchains operate by applying transactions in sequence. One at a time. Carrying out all transactions in sequence without any concurrency ensures the integrity of the blockchain. The drawback of this is that handling transactions in sequence is slow, and if your overall transaction throughput is low, then on-chain programs which require substantial transaction throughput, like an on-chain DEX, will suffer.

With laminar flow, if particles don’t interact with each other, then they can travel in tandem. Similarly, if transactions don’t interact with each other, they can be executed in tandem.

Enter Aptos. Aptos uses Block-STM, a parallel execution engine for smart contracts. At a high level, this technology allows transactions to be executed and validated on multiple threads at once via a mechanism which checks dependencies between them. In a simple sense, if 2 or more transactions don’t affect each other, they can be applied in parallel.

If we were to consider typical transactions that an exchange or DEX deals with, a significant portion of these will not overlap. For example, when canceling orders in the limit order book, or entering orders at different levels of the orderbook. As such, Block-STM is enormously promising for building a resilient DEX.

Let’s run through a couple of Laminar’s key features:


Key Features

1. Parallelised cancels

As mentioned Laminar will use a core, innovative feature of Aptos called Block-STM to allow order cancels to be parallelized where possible, increasing the overall throughput of the DEX and reducing the need for market makers to spam cancel requests. With any participant, there will always be some variability in the time it takes to submit requests. Given that cancellations and other non dependent requests can be executed in parallel in the same block, the potential drawbacks of latency variability are reduced. A plus for market makers and more importantly, for liquidity.

2. Delayed Orders

In order to attract retail, users will be able to benefit from reduced taker fees by allowing their orders to rest on-chain for a short period of time. These orders will sit in the event queue for N blocks prior to crossing the book. Market makers here will be able to specify that a passive order (non delayed) will trade more aggressively against delayed orders, knowing these orders aren’t an HFT bot sniping them.

This gives the users a choice to evaluate the trade off between speed and cost, which will aid Laminar in drawing in users willing to sacrifice speed for lower trading costs, incentivising market makers to quote tighter spreads.

So, keeping it simple, our users will get lower taker fees by allowing their orders to rest on-chain for a short period of time, and market makers can specify that a passive order will trade more aggressively against delayed orders, providing better prices to most users.


3. Interface through SDK, UI or API

Laminar is for everyone, and we mean everyone. The DEX is completely decentralized and will always remain that way but we recognise that different users prefer to interact with the DEX in various ways. For this reason, we’ll offer a number of interfaces

*  SDK

The lowest level method of interacting with the on-chain program, the SDK offers developers the ability to get up and running quickly to interact with nodes and call on-chain commands directly. The SDK will be available in both Rust and Python.

*  UI

The Laminar Team will deploy an intuitive web based UI for point and click traders who gravitate towards the user friendliness of point and click trading. The UI will come complete with charts and real-time order book graphics similar to centralized crypto exchanges.

*  API

We’ll offer developers a REST and Websocket interface to programmatically interact with the DEX. If you’re integrating Laminar with your trading platform or have a systematic strategy you’d like to deploy and get trading swiftly — our APIs are here for you.

We hope you enjoyed a gentle introduction to Laminar. We’re all hard at work, but will be diving deeper into some of the details in upcoming posts, so follow us



Site: https://laminar.markets/

Twitter: https://twitter.com/LaminarMarkets

Medium: https://medium.com/@Laminar

Discord : https://discord.gg/AjUjwSS5Ev


8
Announcements [ANN] / AptosLaunch
« on: October 10, 2022, 03:05:08 AM »
AptosLaunch


AptosLaunch is a community-driven Launchpad built on the Aptos Chain, powering the Aptos Web 3.0 Economy. We strive to empower crypto projects with the ability to raise liquidity on the safest and most scalable Layer 1 blockchain - Aptos.

Introduction

For Projects

AptosLaunch is the first decentralized launchpad on the Aptos Network. With Aptos building the safest and most scalable Layer 1 blockchain for the next billion users, AptosLaunch is engineered from the ground up to empower Aptos project owners (both Token & NFT), by offering a strategized token launch experience with customized launch model, time period, accepted token types and auction algorithms. AptosLaunch only succeeds if our launchpad projects succeed.

For Launchpad Participants

Decentralization and Community is the ultimate driver of the Web 3.0 economy, and with AptosLaunch proprietary launch models, we have combined tier-based and lottery allocation to ensure fair rewards distribution for all token holders. That said, we also understand participating in launchpad IDOs is a high risk - high reward activity hence we have innovated an insurance feature to safeguard investors' principal capital, tailoring to everyone's risk appetite.

What are IDOs?

Tokens in the round called Initial DEX Offering (IDO) will be issued in a fully autonomous and decentralized manner through the use of smart-contracts. With AptosLaunch, NFT or Non-NFT projects will be able to raise liquidity cheap and fast. Users will be able to participate in a secure, risk- adjusted environment, as well as supercharging the next wave of crypto projects on the Aptos Network.

AptosLaunch IDO Application👇👇👇

https://docs.google.com/forms/d/e/1FAIpQLSdRSu_Clbw7yWWZqM6QLKIbgyUwC875ZjljypG5NMRpOmfJoQ/viewform

Website: https://aptoslaunch.io/

Twitter: https://twitter.com/AptoslaunchIO

Docs: https://doc.aptoslaunch.io/

Discord :  https://discord.gg/4g4dgeFGk8

Video RUS 👇👇👇



9
Announcements [ANN] / Sei Network
« on: October 01, 2022, 09:36:29 PM »
Sei Network — the deepest liquidity in the Cosmos

The first orderbook-specific blockchain.


Intro to Orderbooks

Orderbook models continue to reign supreme across all large centralized exchanges, both in traditional finance and crypto. They’ve been proven time and time again to be reliable, fast and capital efficient. However, bringing an orderbook on-chain is immensely difficult. Teams need to deal with high transaction costs, slow trade execution, and inaccurate pricing among other obstacles.

There have only been a select few working implementations of orderbooks on-chain thus far. Each one deals with clear tradeoffs, balancing between speed, efficiency, and reliability.


The Significance of On-chain

Off-chain order books have historically dominated perpetual and spot trading on venues like FTX, Binance, and Coinbase. Having been built on robust web2 infrastructure, centralized exchanges have near-zero transaction costs and near-instant order executions. The main drawbacks of off-chain orderbooks are their centralized nature and increased regulatory exposure.

On the other hand, on-chain orderbooks can be decentralized and trustless, but frequently hindered by network congestion, high transaction costs, and slower execution. This means that most on-chain orderbooks are only as efficient and capable as the chains they are built on.


Enter Sei

Sei is a layer 1 blockchain purpose-built for an orderbook. The parameters of the chain are perfectly form-fit to match exactly what an orderbook needs. Sei prioritizes reliability, security and high throughput above all else, enabling an entirely new echelon of DeFi products. Apps built on Sei benefit from specialized built-in orderbook infrastructure, blazingly fast execution, deep liquidity, and a fully decentralized matching service.

Built using the Cosmos SDK and Tendermint Core, Sei serves as a shared liquidity hub for ultra-high performance DeFi products to be built on top.


Why now?

Orderbook DEXs have been de-risked:

*  dYdX has grown to nearly 25K traders with $800B+ in annualized volume*

*  Serum has built a thriving ecosystem on top of it, comprising a major portion of Solana DeFi


Institutions are taking note:

Large players like FTX and Binance have paved the way for educating institutional players. Over the next few years, DeFi will start to see meaningful institutional order flow try out DEXs for the first time.

Differentiated technology stack:

The Cosmos SDK has been proven and battle tested at scale. Sei can learn from the mistakes of past orderbook implementations and build superior trading infrastructure from scratch.

Dive in with us

Our Seinami Incentivized Testnet is launching in June. Stay tuned for announcements by following Sei on Twitter. What are you waiting for? Jump on and sei hi!


Website: https://www.seinetwork.io/

Twitter: https://twitter.com/seinetwork?s=21&t=9rvYNloOelen7N3u215q8w

Telegram: https://t.me/seinetwork

GitHub: https://github.com/sei-protocol

Gitbook: https://docs.seinetwork.io/introduction/overview

Block Explorer: https://sei.explorers.guru/

Medium: https://medium.com/@seinetwork

Discord: https://discord.gg/5S9W4Q6WRZ

10
Амбассадорская программа Cosmic Horizon


Cosmic Horizon — это многопользовательская многопользовательская игра в жанре космической торговли и завоевания, разработанная Qwoyn Studios и использующая Cosmos SDK. Cosmic Horizon черпает вдохновение из
приключенческих и стратегических игр 1990-х годов и обновляет устоявшиеся концепции с помощью современного подхода, основанного на  блокчейне. Основные элементы игры состоят из Вселенной  (разделенной на тысячи отдельных секторов) и элементов внутри нее,  а именно: Игроки, Корабли, Планеты (включая специальные планеты) и Порты (включая специальные порты). Игроки будут взаимодействовать с миром и друг с другом, чтобы получать ресурсы и контролировать части вселенной.


🧐Что делаем👇

✅Вступаем в Дискорд
✅Переходим на площадку (✒️выполняем задания)

Программа амбассадоров будет проходить с 3 сентября по 3 ноября 2022 года, и скоро будут объявлены награды!



Все ссылочки тут  -  https://t.me/KryptoSiaman/8595

Видео обзор


11
Announcements [ANN] / COSMIC HORIZON
« on: September 05, 2022, 12:51:02 PM »
COSMIC HORIZON



What is Cosmic Horizon

Cosmic Horizon is a play-and-earn strategy space-trading/conquest MMRPG, developed by Qwoyn Studios and powered by the Cosmos SDK. Cosmic Horizon takes inspiration from adventure and strategy games of the 1990s and updates the established concepts with a modern blockchain-based approach. The core elements of the game consist of the Universe (divided into thousands of individual sectors) and the elements within it, namely: Players, Ships, Planets (including special planets) and Ports (including special ports). Players will interact with the world and one another to gain resources and exert control over sections of the universe.

Cosmos SDK

Our application-specific blockchain is built using the Cosmos SDK, an open-source framework for building multi-asset public Proof-of-Stake (PoS) blockchains and one of the most powerfull tools in the industry.

Community Owned

Cosmic Horizon is not just an experience, it's a community! Using the power of governance you get to decide how to make it an amazing one. You are at the center of this mission!

DAO

One of the most exciting opportunities a blockchain community presents is the formation of a Decentralized autonomous orginization (DAO). Cosmic Horizon enables making a real change in the world!


Official Discord
https://discord.gg/GTWQCMKvud


Official Telegram
https://t.me/cosmic_horizon
Telegram (RU)
https://t.me/cosmicru
Telegram (TR)
https://t.me/cosmichorizonturkey

Website
https://cosmic-horizon.com/

Twitter
https://twitter.com/Coho_Cosmos

Github
https://github.com/Cosmic-Horizon

Whitepaper
https://docs.google.com/document/d/e/2PACX-1vSaIWZF6REwC6yQsj1KCFtmjKFZwMTdo7rdAxsv-JqL8cTJD1NIGq0UIm1X0qEO1w/pub

NFT Information
https://docs.google.com/document/d/e/2PACX-1vTEUljd2iVJdlo1F-fyDbUiJQ44mDpMGd5rsoFL8KNEAW0wS4yhiSHJQ4uoEeZY6eE-5eQfqOcDwvtG/pub

Public Roadmap
https://cosmic-horizon.notion.site/Cosmic-Horizon-Public-Roadmap-d5facc0e546d4cbf9c3bb2ec9551ab53

12

Все подробности тут https://t.me/KryptoSiaman/8590

10 победителей плюс 10 случайных

13
Активности от проекта #Amulet Protocol

Стартуем
Регаемся через Твиттер дискорд почту


Дедлайна пока нет

Призы
Эксклюзивные NFT ( в зависимости от ранга )
5 миллионов токенов ( ТОП 20000 ) думаю реально
Секретный аирдроп
Места в Вайтлист


Все ссылки тут  https://t.me/KryptoSiaman/8579

14
zkPass 10000 OAT + 500 GAL


🔥zkPass 10000 OAT + 500 GAL

🧐Что делаем👇

✅Подписываемся на Дискорд
✅Подписываемся на Твиттер
✅Репост Твита

❇️Клейм период клейма 2022/08/30 10:00 - 2022/08/31

💰Плюс Рандомно 50 человек получат по 10 GAL

✒️Так же можно подать заявку на модератора

 :P Все полезные ссылочки в этом посте https://t.me/KryptoSiaman/8571

 ;)  Не забывайте про карму для автора ;D

15
Announcements [ANN] / Zaru Finance
« on: August 26, 2022, 12:18:32 PM »
Zaru Finance

At Zaru Finance we believe abundance is achievable 

Zaru was created to guide you on the path to building wealth through a suite of tokenized asset strategies (TAS) that amplify, optimize, de-risk, and protect your portfolio.

Web3 is complex and moves rapidly—making it impossible for the average investor to research the landscape while keeping up with their family, hobbies, life, and job. Zaru's focus is to provide passive strategies that are accessible to everyone and simple to understand.

Product Suite (initially launching on the Optimism network):

*  Optimism Ecosystem Index | $OPI

*  Built on Optimism and Set Protocol

*  Featuring top Optimism network tokens including $OP, $SNX, $VELO, $LYRA & more

*  25% of revenue is routed to Optimism public goods funding.

*  Many more coming soon!




Zaru tokenized asset strategies include familiar thematic index products as well as more complex strategies such as those based on factors (momentum, smart beta), direction (leveraged, long/short, inverse), and income (stablecoin bond, delta neutral).

In short, Zaru passive strategies provide risk-reduced exposure to web3 and digital currencies without constantly researching and managing your portfolio.


Zaru DAO

Zaru Finance is a DAO that will be governed by the $RU token. Zaru's founding team is a group of web3 veterans with experience across financial product management, on-chain engineering, growth, and community building.

Join us on the journey to help everyone achieve abundance through the emergence of Web3 and Digital Currency.


Follow:

Zaru Finance Twitter  -  https://twitter.com/ZaruFinance

Optimism Ecosystem Index | OPI  -  https://twitter.com/OptimismIndex



Pages: [1] 2 3 ... 14
ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod