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

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.


Messages - 0406Antoxa1982

Pages: 1 [2] 3 4 ... 77
16
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

17
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


18
Announcements [ANN] / Re: Sei Network
« on: October 20, 2022, 10:47:15 PM »
Sei has partnered with Leap to further improve wallet accessibility for the Sei ecosystem


Leap, the super wallet for Cosmos, will be building on Sei, the fastest layer 1 blockchain, to improve user experience and wallet accessibility on Sei. This pairing will natively integrate Leap Wallet into the Sei ecosystem, giving users more flexibility in managing their assets and interacting with protocols and dapps building on Sei.

The Sei chain will be natively integrated with Leap. This integration with significantly simplify the wallet set-up process for new users on Sei. Users will no longer be required to manually add wallet extensions to interact with the Sei chain, instead, users will simply select Sei from Leap’s list of available chains. Leap will be deploying their wallet on the Seinami Incentivized Testnet, giving participants a new tool to complete testnet missions and help to secure the network. This integration aims to simplify asset management on Sei and across Cosmos.


About Leap

Leap is a non-custodial super wallet for Cosmos chains that allows users easy access to dApps, staking, DeFi, NFTs, social & more from one easy-to-use browser extension (and mobile apps that are coming soon). Meaning, that you can send, swap, stake, and vote on governance proposals in the simplest & safest way. You can also connect your Ledger with Leap for added security. Install & witness the power of the super wallet on Cosmos.

About Sei

Sei is the fastest layer 1 blockchain and is committed to providing best-in-class infrastructure to develop and scale DeFi protocols across Web3. Current L1s fall into a barbell distribution with general purpose chains (ie. Ethereum and Solana) on one end and app-specific chains (ie. dYdX and Osmosis) on the other. Sei explores the middle of this distribution by offering a custom-built DeFi-specific chain. Sei offers both composability and customizability, opening up entirely new design space for protocols building on Sei and unlocking new capabilities and possibilities for all of DeFi.


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

19
Announcements [ANN] / Re: AptosLaunch
« on: October 20, 2022, 10:21:00 PM »
AptosLaunch



Project Details

Project Name         : AptosLaunch
Ticker            : ALT
Supported Chain      : ETH / APTOS
Total Supply         : 100,000,000
Initial Circulation Supply   : 12,750,000
Initial Circulation Percentage   : 12.75%
Investment Round      : Seed, Private, OG, Launchpad
Total Target To Raise      : $1,802,500
Total Day1 Market Cap   : $892,500


Useful Docs

Tokenomics 👉 https://docs.google.com/spreadsheets/d/1lu9X9-iFDN2G2ZqyZmjzGsoeX_1ZktQRGTusy7EXPic/edit#gid=7903622

Pitch Deck     👇👇👇 https://docs.google.com/presentation/d/11VXrmNR_Bq8bY0_bZbhFfJ7OTMiAB77I/edit#slide=id.p6


Description of Project

AptosLaunch - Principal Protected Launchpad on the Aptos Ecosystem

Community-driven launchpad powering the aptos web 3.0 economy - empowering crypto projects with the ability to raise liquidity on the safest and most scalable layer 1 blockchain.


Key Features:

*  Launchpad

*  Principal Protected Insurance

*  Staking


Pre-listed on CMC and Coingecko

👉  https://coinmarketcap.com/currencies/aptoslaunch-token/

👉  https://www.coingecko.com/en/coins/aptos-launch-token


Partners

Web3Space
Crypto.com
Mover
Aptos Ecosystem
Move Market Cap
Aptos Insider
Tsunami Finance
MSL Group
Enchanter Finance
Aptos Human Club
CryptoWorld
Crypto Web
Snake Dance
Papa Dao
Crypto NFT Hunt
Pontem Network
AS Solana
Fundex
OEGDAO
Anime Swap
AptosNews
AptosDailyNews
Aptos Turkey
Aptos Insiders
MOVERs
YLABS
AptosCN
AIODAO
AptosKorea
AptosBulls
Knoknok
CADAO
IB_DAO
TMDAO
AptosNews
SpriitNFT
CEN.KR
Aves La
Martian Wallet
Laminar
Aptos Shogun
ComingChat
Aptos Insider


Social Media

Website: https://aptoslaunch.io/
Twitter: https://twitter.com/AptoslaunchIO
Whitepaper: https://doc.aptoslaunch.io/
Discord: https://discord.gg/cC33ryfSx8
Aptoslabs Forum: AptosLaunch - Principle Protected Launchpad on the Aptos







20
Announcements [ANN] / Re: AptosLaunch
« on: October 19, 2022, 10:43:17 PM »
Roadmap

2022 Q3

*  Demo Ready on Testnet
*  Community Building
*  Wallet integration: Petra, Martian, Pontem


2022 Q4

*  Launch AptosLaunch on Mainnet
*  Staking Pool
*  Wallet integration: Blocto, Crypto.com


2023 Q1

*  Onboard first batch launchpad projects
*  Project Voting


2023 Q2

*  Start onboarding NFT projects to our Launchpad with Insurance function
*  NFT Staking


2023 Q3

*  Expand our services to other chains

21
Dear metaverse owners

After the #Xenoform land event, we'll form an exclusive group to support you in building a useful metaverse along with our exciting #Kaosland development.

Regards,
Chris & Shannon

 
18th Oct 7AM GMT (Tomorrow)
EN: https://No link shortners - please include original link/3ezMcwr
中文: https://No link shortners - please include original link/3EJ34vz


👉  https://twitter.com/BitDotCountry/status/1581848745192218630


Need more information about Bit.Country & Metaverse Network?

Website — https://bit.country
Our Blockchain — http://explorer.bit.country
Whitepaper — https://No link shortners - please include original link/3dP5TNv
New Ideas — https://bit-country.ideas.aha.io/

Social Channels

Twitter — https://twitter.com/BitDotCountry
Medium — https://bitcountry.medium.com
LinkedIn — https://www.linkedin.com/company/bit-country
Facebook — https://www.facebook.com/bitcountry
FB Group — https://www.facebook.com/groups/326320685509939/
Telegram Announcement — https://t.me/bitcountryofficial

Chat Groups

Telegram Group — https://t.me/BitCountryOfficialTG
Discord Channel — https://discord.gg/PaMAXZZ59N

22
Announcements [ANN] / Re: Introducing Amulet Protocol
« on: October 15, 2022, 06:39:29 PM »
Staking capabilities with high APY percentages now available on Amulet


s Amulet has now been launched, the crypto community will be delighted to know that the platform has officially added staking capabilities with considerably high APY percentages. As the staking function gets underway, Amulet will strive to consistently provide simple, dependable protection for everyone in Web3.


Full lnfo 👉👉👉  https://cointelegraph.com/press-releases/staking-capabilities-with-high-apy-percentages-now-available-on-amulet

23
Announcements [ANN] / Re: Sei Network
« on: October 12, 2022, 11:52:28 PM »
Sei Raises $5M Led by Multicoin Capital to Build The First Layer 1 Blockchain Optimized for DeFi


Sei, the first layer 1 blockchain optimized for DeFi, today announced a $5 million funding round today led by Multicoin Capital with participation from Coinbase Ventures, Delphi Digital, Hudson River Trading, GSR, Hypersphere, Flow Traders, Kronos Research and the founders of Anchorage, Frax, Yield Guild Games, and Tangent.

The new capital will be used to support the network as it approaches mainnet launch and further accelerate the growth of over 20 dApps already building in the Sei ecosystem. Multicoin has previously played an instrumental role in the early growth of the Solana and Aptos ecosystems which made them the right partner for Sei.

Over the past three years, there has been a cambrian explosion in decentralized finance as new apps enable fundamental parts of the modern financial system to move onto the blockchain. These new DeFi apps serve to collapse legacy cost structures and expand financial access globally, yet the infrastructure to support these rapidly-scaling financial apps has been insufficient, resulting in malicious exploits, network halts, and subpar user experiences. Sei addresses these problems by providing the first layer 1 blockchain specifically optimized for DeFi applications above all else.

“This round is a major step forward for Sei and the rapidly growing DeFi landscape. We’ve partnered with some of the most revered financial institutions in the world to drive forward the same mission: build the best layer 1 for financial applications,” said Jay Jog, Cofounder of Sei Labs.

Most layer 1’s fall into a barbell distribution: two extremes with general purpose chains on one end (e.g., Ethereum, Solana) and app-specific chains on the other (e.g., dYdX, Osmosis). Sei unlocks an entirely new design space between the two — not general-purpose nor app-specific, but DeFi-specific, which enables Sei to create an environment custom-built for DeFi applications. Sei features a built-in order matching engine, frontrunning protection, and the fastest finality of any chain (600 ms) currently in market. The combination of these optimizations make it possible for new types of financial products to emerge — everything ranging from live sports betting to complex options and futures.

“By exploring the new design space in between app-chains and general purpose Layer 1’s, Sei has carefully selected for a unique set of tradeoffs that make its Layer 1 an optimal environment for DeFi applications. They’re unlocking new possibilities with built-in orderbook infrastructure, frontrunning prevention, and major speed improvements. Sei is already seeing a lot of interest from DeFi apps looking to build on top of them,” said Tushar Jain, Managing Partner, Multicoin Capital.

“The optimization that Sei has built into its core layer 1 makes it a clear destination for DeFi apps. They have addressed some of the major issues that teams come across on other ecosystems and we’re already starting to see apps move over. We look forward to building together with the Sei community,” said Jason Choi, Co-Founder of Tangent.

One of the killer application types on Sei is orderbook-based exchanges. Any application can leverage Sei’s built-in order matching engine to instantly spin up and customize an orderbook for spot, derivatives, options, sports betting and more. The fastest finality and native frontrunning protection on Sei also makes it compelling for large-scale orderbook exchanges.

“Sei has made advancements in speed, scalability, and security that address some of the major drawbacks of current general purpose chains. We’re confident that they can be a real challenger in the battle for Layer 1,” said Tom Shaughnessy, Co-Founder of Delphi Digital.


The first scalable order matching engine

Orderbooks have historically been one of the hardest apps to build and scale on-chain, so hard that no team has been able to do it successfully. The problem stems from the scalability of the underlying layer 1. Orderbooks demand a certain level of reliability, speed, and throughput that make them unscalable on general purpose layer 1s like Ethereum and Solana.

To solve this, Sei has built an order matching engine into the chain itself that every app built on top can leverage. This allows orderbook-based DeFi apps on Sei to get higher performance than any other chain. Sei has enabled unified order execution which allows for applications to execute orders in a single block vs Serum requires 3 blocks on Solana.


The fastest chain to finality. Period.

By carefully selecting for tradeoffs that give DeFi an unfair advantage, Sei prioritizes reliability, speed and throughput to give DeFi apps the ability to emulate and even beat their centralized counterparts.

Sei is the fastest chain to finality at 600ms; Solana is ~3s, Aptos ~1s and Sui 2–3s. Which enables apps on Sei to have near-instant finality with every transaction, a critically important advantage in DeFi. Sei is able to achieve these speeds all while maintaining upwards of 18K orders per second with optimizations at every layer of the stack: multiple levels of order bundling, market-based parallelization, optimistic block processing and more.


MEV proof

Frontrunning and MEV has continued to plague the best DeFi apps built on Ethereum, Solana and several other major layer 1s. This has become so prevalent that it has become difficult to do anything with real size on-chain today. For DeFi to scale to take a meaningful part of traditional financial markets, this problem is of paramount importance.

Sei is solving this problem by making the layer 1 MEV proof. Starting with frequent batch auctioning, which prevents frontrunning, Sei is rolling out several major chain-level improvements that make the layer 1 uniquely MEV proof, a massive feature that strengthens every app built on top of Sei.



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

24
Announcements [ANN] / Re: Introducing Amulet Protocol
« on: October 10, 2022, 11:08:30 PM »
Make the Claim

A step by step guide on how to make the claim

👉  https://help.amulet.org/en/articles/6172437-make-the-claim


25
Xenoform Event: Bit.Country Raw Land Block Sale Coming 18th October

Summary of Announcement

*  What Digital Land Ownership Can Bring You

*  Phases of the Xenoform Event & Links

*  Utility of Land Ownership in Bit.Country

*  Land Size Matters

*  Land Economy Explained

*  Location, Location & Location




Introduction

Pioneers, are you ready to master the power of co-creating your own metaverse. Do you want to become an owner and developer of digital land? Bit.Country’s Xenoform event is your first opportunity to become a digital real estate tycoon. Xenoform is the first sale event for Bit.Country Raw Land Blocks.

Xenoform is the 1st of Raw Land Block sales events. In this event, 90 Raw Land Blocks will be supplied to the public. The intent of the limited initial release is to bootstrap community-built metaverse growth. Pioneer is a multi-metaverse platform that focuses on users collectively building metaverses together.



Digital land ownership can begin in two forms;

1.  You can buy a Raw Land Block(s) and deploy them into your own metaverse. Only a metaverse owner can deploy a Raw Land
     Block(s).

2.  If you are not a metaverse owner but would still like to own digital land you can buy an Estate or Land Unit that is located in a
    metaverse.

Diverse ownership of Land Units or Estates encourages co-creation in a metaverse. Successful co-creation will increase the value of Estates and Land Units with that metaverses.

Kickstart your metaverse creativity with our Xenoform event.


What Digital Land Ownership Can Bring You

*   Owning digital land gives you the opportunity to build an immersive experience. Creating a desirable experience will encourage
     visitors to follow, return and get involved with your metaverse community. Metaverses with a strong following will be able to
     leverage the power of their community to run promotional collaborations with brands that will benefit the entire metaverse
     community.

*   Owning and developing Land Units or Estates inside of a successful metaverse is an investment. Landowners will benefit from
     boosted rewards in campaigns that can be used to bootstrap future metaverse growth.

*   Your metaverse project is a web3 portal for various fun and business activities, you will utilize metaverse to grow your community
     and businesses. Build your culture and legacy inside your perpetual metaverse that lasts for generations. Your metaverse project can
     be strong backing for your NFT culture, an immersive space for your community to develop and thrive.

*   Create and sell Estates to your community believers to accelerate the growth and popularity of your metaverse. Rapid initial growth
     of a metaverse will trigger public user gravitation and further growth that will benefit the entire community.

*   To enhance metaverse growth, metaverse owners can grant Land Units or Estates to community believers that have proven
     metaverse-building skills to enhance the experience and increase traffic to your metaverse.



Phases of the Xenoform Event

Xenoform is the first of multiple seasonal land sales to come in the future. The intent of this 1st Land Sale is to bootstrap the organic growth of Pioneer and encourage true metaverse builders to curate the power of community metaverse growth and create valuable Estates.

PLEASE NOTE: ✅ To be eligible to purchase a Raw Land Block from the Treasury the users must have ‘Created a Metaverse Project’ Click here to creatre a metaverse project in 12 seconds with 50 NEER


Phase 1 — Fixed price, first come, first serve

When: 18th October 07:00 AM GMT 👩‍🦰🧑‍🚀

What: 10 Raw Land Blocks will be listed for public sale on our platform at a fixed price of 1,000 $NEER

🎉Where: https://pioneer.bit.country/marketplace/raw-land-blocks


Phase 2 — Public auction

When: 18th October — The 1st auction will start as soon as all of the Raw land Blocks from Phase 1 have sold out

What: 50 Raw Land Blocks will be listed for public sale in batches via a linear auction. The auctions will be scheduled to run for 7 days and start weekly for 5 weeks.

🎉Where: https://pioneer.bit.country/marketplace/raw-land-blocks

Raw Land Block Airdrop for Top 10 Highest Staked Metaverse Owners

*   The Bit.Country Treasury will gift a total of 10 Raw Land Blocks to the top ten individual metaverse owners that have the highest amount of $NEER staked by 18th October 07:00 AM GMT.

*   A total of 20 wallet-bounded Raw Land Blocks will be allocated to Bit.Country Metaverse Evangelists who have contributed the most to the community.


Apply for a Land Grant/Subsidy

Bit.Country Treasury invites all experienced builders to apply for a Land Grant/Subsidy. Users with proven builder skills (on Testnet or in the Bunker) will be given the opportunity to purchase Raw Land Block(s) for a set price. The Raw Land Block will be wallet bounded with the intention of the builder to use it solely to start creating a metaverse.

Important Note: You must have created a metaverse project to be eligible to purchase a Raw Land Block.
Bit.Country reserves the right to accept or not the submissions.


Future Land Sale Events

Future seasonal land sale announcements will be made upon the conclusion of our Xenoform event.

The total initial supply of Raw Land Blocks on Pioneer is 10,000. The Treasury will issue Future issuance of Raw Land Blocks will be determined by community governance protocols.


Utility of Land Ownership in Bit.Country

Landownership grants the capacity of activities and economics for your metaverse.

1.   Landowners can build immersive experiences and cultures for their visitors. Building a popular metaverse will create a community. It
      supports both Voxel building & 3D assets.

2.   Landowners will earn extra $BIT rewards by staking their Estate in the Material Campaign (Roadmap).

3.   Landowners can program their land to give their visitors minigame experiences (Roadmap).

4.   To be eligible to bid for a spot on Pioneer Map the metaverse owner must have at least 1 Raw Land Block deployed.

5.   Raw Land blocks can be subdivided into Estates for other users, but Estates cannot be subdivided. Raw land blocks purchased can
      be transferred.

6.   To be eligible to purchase a raw Land Block from the Treasury the users must have Created a Metaverse project.

7.   We are considering that the landlord will have the ability to rent the estates to others so the landlord doesn’t have to do the
      development (Roadmap).



Land Size Matters

*   More land means more potential for more estates you can form by subdivision. Thus, more estate holders within your metaverse.

*   We are considering using land size to determine the max capacity of live event participation. Small land hosts small events, whereas
     large land hosts more users. Note, the event module will allow hosts and attendees to gather with real-time gifts with epic effects.

*   More land looks good on your map; it establishes your community authority.


Land Economy Explained

What is a Raw Land Block


Raw Land Blocks are the fundamentals of the Bit.Country land economy. All virtual land starts as a Raw Land Block. When a Raw land Block is deployed into the metaverse it comprises 100 individual Land Units that are arranged in a perfect square that is 10 Land Units by 10 Land Units.



Raw Land Blocks are purchased from the Bit.Country Treasury and then deployed into a Metaverse. Once deployed the Raw Land Block turns into 100 Land Units that collectively span 10,000 m2 of virtual land.

What is a Land Unit?

A Land Unit is the smallest buildable area in a metaverse, it is 10 m wide by 10 m long. The total area of a Land Unit in the metaverse is 100 square meters. Each Land Unit has a unique coordinate positioned inside that deployed Raw Land Block. All Land Units are NFTs and can be transferred to different wallets or sold on the NFT marketplace.

All of the individual 100 Land Units that make up a deployed Raw Land Block have unique metaverse coordinates.
[/size]

What is an Estate?

Estates can be created to increase buildable land area. A minimum of two adjacent Land Units can be grouped together to create an Estate. Formation of an Estate transforms the individual Land Unit NFTs into a singular Estate NFT, it is an irreversible action. Estates can be created by either a metaverse owner or a user if they own adjacent Land Units.



What is the Pioneer Map?

The Pioneer Map is a public map that hosts multiple different metaverses. A metaverse can be co-built by a community or solely built by an individual. For a metaverse to be collectively built the metaverse owner must sell or transfer Land Units or Estates to its community via the NFT marketplace. Estates take on a variety of shapes and are customized with a thumbnail image. Individual estates can be observed from the Pioneer Map.

Spots on the Pioneer Map will be auctioned to the public from the Treasury. To be eligible to bid on behalf of your metaverse for a spot the metaverse must have at least 1 Raw Land Block deployed.



Location, Location & Location


Within each Metaverse, the central location will have better economic benefits in the estate staking calculation.

On the pioneer map, depending on who your neighbors are, you may be surprised by geo-targeting campaigns by the surrounding neighbors.


Kaosland Distribution

After this event, we will focus on land distribution for crowdloan users in Kaosland. The land will be based on land units, and cannot be used to create your own metaverse. Please stay tuned for the update after the XenoForm events.

Metaverse.Network

Metaverse.Network is the blockchain protocol on top of which Bit.Country is built. Designed and developed to support metaverses and related ecosystem projects. Providing an Ethereum-compatible smart contract platform and protocol to build metaverse-native experiences.

Create projects to support the platform’s metaverses, or start a new metaverse directly on top of the protocol.



Need more information about Bit.Country & Metaverse Network?

Website — https://bit.country
Our Blockchain — http://explorer.bit.country
Whitepaper — https://No link shortners - please include original link/3dP5TNv
New Ideas — https://bit-country.ideas.aha.io/

Social Channels

Twitter — https://twitter.com/BitDotCountry
Medium — https://bitcountry.medium.com
LinkedIn — https://www.linkedin.com/company/bit-country
Facebook — https://www.facebook.com/bitcountry
FB Group — https://www.facebook.com/groups/326320685509939/
Telegram Announcement — https://t.me/bitcountryofficial

Chat Groups

Telegram Group — https://t.me/BitCountryOfficialTG
Discord Channel — https://discord.gg/PaMAXZZ59N


26
Announcements [ANN] / Re: Sei Network
« on: October 10, 2022, 04:24:37 AM »
Sei has partnered with Axelar Network to enable cross-chain messaging for DeFi on Cosmos



Sei, the fastest DeFi Layer 1 is partnering with Axelar to enable cross-chain messaging between DeFi on Cosmos and EVM chains. Axelar is the premier cross-chain infrastructure provider, and this partnership will open up novel possibilities for bridging, messaging, and execution across chains, programming languages, and virtual machines.

One of the core bottlenecks for DeFi scalability is liquidity fragmentation across multiple ecosystems. Billions of dollars worth of crypto assets are locked, wrapped, minted, and burned each day, forcing every chain to compete for TVL in a zero-sum game. Inevitably, the success of DeFi protocols and their underlying chains are highly correlated.

This partnership seeks to solve the issue of liquidity fragmentation by enabling interoperability and shared liquidity across IBC and EVM chains. At a high level, Sei expects to observe the following effects:


1.  Users will no longer be limited to interfacing with the “local” protocols (protocols built on the same chain as their wallets) and will not
     need to deal with the hassle of bridging to use “foreign” protocols (protocols on separate chains).

2.  Developers will be able to query data and utilize logic/smart contracts from other chains.

3.  Ecosystems will be able to attract and interact with liquidity from “foreign chains” through back-end integrations.


What does this partnership enable?

Cross-Chain Messaging between IBC and EVM chains
With this partnership, cross-chain communication goes beyond wrapping and locking assets. Instead, Axelar’s infrastructure can enable protocol on an EVM chain (ie. Avalanche) to utilize smart contract functionality and logic from Sei and vice versa. Cross-chain messaging opens up new use cases and possibilities, such as multi-chain liquidity pools, cross-chain lending, cross-chain swapping, and cross-chain arbitrage.

Cross-Chain Vaults for Structured Product Protocols
Cross-Chain Vaults will allow users to deposit assets into vault protocols and access unique strategies on any Axelar partnered chain. This would allow wallets on Ethereum to leverage novel derivative trading strategies on Sei without the complexity of bridging their assets or creating new crypto wallets. Users will have a simple “one-click” experience, interacting with any and all chains across Web3 with all the intricacies efficiently and securely abstracted from them.

Cross-Chain Synthetics
This partnership will enable dApps building on Sei to securely query the prices and market conditions of various cross-chain assets and asset classes. This means that synthetics on Sei will not be limited to IBC assets but can span the entirety of Web2 and Web3. The ability to mint and maintain the peg for these novel synthetic assets will greatly democratize trading for all of crypto.


About Axelar

Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click. Axelar is like Stripe for Web3. Axelar is backed by Binance, Coinbase Ventures, Dragonfly Capital, and Polychain Capital. Axelar is integrated with the Ethereum, Avalanche, Cosmos, and Polkadot ecosystems.

About Sei

Sei is committed to providing best-in-class infrastructure to develop and scale DeFi protocols across Web3. Sei is the fastest L1 on Cosmos and the fastest chain to finality in all of crypto. Sei’s remarkable throughput coupled with its CLOB (Central Limit Order Book) module has revolutionized the capabilities and possibilities for on-chain DeFi. Sei is opening doors to new types of financial products and enabling custom UX improvements such as near zero transaction fees and paying gas with different tokens.



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

27
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 👇👇👇



28
Announcements [ANN] / Re: Sei Network
« on: October 07, 2022, 09:31:43 PM »
Sei Network Community Program



265 members have joined the Cosmos builders crew during the last few years. Now, a new Sei-lor is set to explore the depths of this immense ecosystem.

About Sei Network

Sei Network is the first orderbook-specific L1 blockchain. It is built using the Cosmos SDK and Tendermint core and features a built-in central limit orderbook (CLOB) module. Decentralized applications building on Sei can build on top of the CLOB, and other Cosmos-based blockchains can leverage Sei’s CLOB as a shared liquidity hub and create markets for any asset. Sei will act as an infrastructure and liquidity center for the Cosmos ecosystem’s next generation of DeFi products.

How can you be a part of Sei Network?

Every great project has an even greater community behind it — a key ingredient for success! That’s why we’re looking for enthusiastic individuals to be a part of the Cosmos ecosystem’s trading game-changer.

Everyone who is interested in learning more about the Sei Network Community initiative and participating in its development is welcome to join.


Who are we looking for?

*  Someone who is creative, open to exploring new things, and can reach out to and engage with the community

*  Someone who can think outside the box and come up with fresh ways to attract new members and users

*  Basic understanding of blockchain technology, with a focus on the Cosmos ecosystem

*  It is preferable, but not required, to have at least 1000 Twitter followers


What will you do?

*  Create and share Sei-related posts on Twitter & Telegram

*  Share announcements and updates

*  Answer questions in Telegram groups and assist new members with their education

*  Join forces with other Cosmos-based initiatives

*  Make banners, infographics, memes, GIFs, and videos

*  Create blogs and Medium articles


How will your work be evaluated?

*  Tasks are given at the beginning of the month

*  Rewards will be distributed at the end of the month, based on the performance

*  Top performers have an opportunity to earn additional bonuses for exceptional contributions

*  Reward structure will be given at the start of the program


What will you gain from this program?

*  Working with the core team and other like-minded individuals from all over the world

*  Opportunity to explore, grow and share your thoughts

*  Relationships with other members of the Cosmos ecosystem

*  New set of skills in content creation and organization

*  Experience working in a dynamic, ever-changing environment


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

29
Announcements [ANN] / Re: Introducing Amulet Protocol
« on: October 07, 2022, 09:02:58 PM »
AmuNation App Bounty – The Stats So Far


At Amulet, we like to do things differently. We’re on a mission to provide simple, reliable cover for everyone in web3. As we are the first risk protection protocol for Rust-based ecosystems, we wanted to create a bounty experience like no other. In August, we introduced the AmuNation app, our gamified bounty campaign that updates tasks regularly and allows our community to remain engaged. It’s been a huge success so far and has helped us massively with gaining the traction during our TestNet and subsequent MainNet launch.

It’s still ongoing, if you want to get involved, sign in or register here:
amunation.amulet.org


We recently announced that we’re going to increase the AmuPoints earned and we’re also going to update our tasks. We want you to win our awesome NFT collection and so we’ll continue to provide more opportunities to increase your tally.

We wanted to provide a small update on the statistics for the AmuNation app. Our community is incredibly valuable and we’ve achieved a lot together. We want to be open with how successful you’ve been by creating this blog post for you.



The below stats are correct as of 7th October 2022:

The Global average refferal rate is approximately 2.35%

Amulet is extraordinary, why? Our community is smashing it with a referrral rate of 34.25% 🥳


That means 3733 users referred 127,888 people!

With regards to AmuNation tasks and actions, we’e already smashed our huge 1 million target! Our devs have more work but it shows the power of our community!

The team who helped developed this app have been building products and communities since the late 1990’s and we’ve been told that results like this have never been seen before. A HUGE KUDOS to the whole AmuNation 💪



All the big stats for AmuNation so far:

Total registered users : 148,248

Referral Rate: 34.25%

Total Actions Completed: 1,007,789

Average Action Per User: 6.79



Preferred Login Methods:

Phantom ( 74.42%)

Google ( 16.95% )

Twitter ( 7.54% )



Prize Stats:

NFT Winnings: 1,706

Avg Amupoints per user: 681.16

Total Jackpot Winnings: 23,134



A massive well done to everyone for achieving this success with us. Remember, if you have any issues or you want to discuss anything with the team, we’re always available on Discord: discord.gg/amuletprotocol


Resources

  *  Amulet Website  -  https://amulet.org/
   
   *  Amulet Blog  -  https://amulet.org/blog

   *  Amulet Testnet  -  https://testnet.amulet.org/underwrite/get

   *  Amulet Discord  -   https://discord.gg/uVnYPMB9DS

30
Announcements [ANN] / Re: Introducing Amulet Protocol
« on: October 04, 2022, 12:21:48 AM »
Amulet Social Media Report – September 2022


Amulet Protocol was announced as a project in April 2022. We have been working on growing our social channels organically and here is our lowdown of what went on during the month of September.

Amulet is tweeting daily and our community use Discord as their main form of communication. On August 30th 2022, we launched the AmuNation app, our fun bounty campaign to engage our community through daily rewards and tasks which has still been ongoing throughout September..


Make sure to follow our socials here:

Access our Twitter here:  https://twitter.com/AmuletProtocol

Join our Discord server here: https://discord.gg/AmuletProtocol

Follow our Telegram Announcements: https://t.me/amulet_announcement

Subscribe to our YouTube channel here: www.youtube.com/channel/UCHSHZVTy0c3RcKT9-HdOtjA

Follow our Linkedin company profile here: https://www.linkedin.com/company/amuletprotocol/

Subscribe to our Soundcloud here: https://soundcloud.com/amuletprotocol



September Twitter Highlights:

September has been an incredible month with regards to Social Media Growth and particularly Twitter. Twitter is currently our biggest audience and we’ve seen insane growth over the last 30 days. The current information is accurate on 01/10/2022 (2AM SGT time).

Twitter Stats:

*  Tweet volume has increased by 16.8%

*  In September our Twitter had 728k+ impressions (Increase of 626.3%)

*  We had over 1.08m visits to our Twitter account in September

*  We received 43.3k mentions



September Special Moments:

Between September 16th – 23rd, we were the 5th most engaged Twitter account on the whole Solana ecosystem!


On September 28th, Caitlyn Jenner retweeted our Tweet to her 3.4m followers and stayed on the top of her profile up until today – hopefully longer! (October 1st):



Discord Update

In September, we increased our verified users by a significant amount. We also added new features to allow people to track our social media following:


Games night have continued and our Poker Night reached full capacity of 300.

We also introduced our AMA Stage as we outgrew the voice channel. Our last AMA received over 200 listeners and there were no incentives. The community have supported us incredibly.



We’ve also updated our icon and banner to become animated. Created a really unique and valuable server for us and the AmuNation!

Current Followers  (as of 2am SGT 01/1022)

Current Twitter Followers: 29,023 (401.6% increase from August report)

Current Verified Discord Members: 25,935 (335.7% increase from August report)

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