Empowering the web3 revolution

Pioneering a new era of Decentralized applications to
Reimagine and replace the centralized web2 experience.

Team Introduction

Unified Vision:

At EdEE, a globally dispersed team of blockchain specialists and developers have shared a common goal for more than 2 years: to advance financial freedom through decentralized applications, aligning with the ethos of democratizing technology.

We are Anonymous:

Our choice for anonymity is a proactive measure, influenced by the legal challenges that have confronted the sector's frontrunners. This decision, while mindful of its impact on initial trust, is rooted in our commitment to innovation and the safeguarding of our project's principles.

Building Trust with "Build-Then-Fund" approach:

Central to overcoming the trust barrier associated with our anonymity is our "Build-Then-Fund" approach. By prioritizing the development of functional DApps ahead of seeking financial backing, we offer tangible proof of our commitment and capabilities, minimizing risks for funders. This strategy not only showcases our dedication to delivering value, but also establishes a solid foundation of trust and credibility within the EdEE funders and community.

We Earn Our Legacy:

We understand the trust challenges posed by our anonymity. However, through the delivery of innovative solutions and adherence to our "Build-Then-Fund" principle, we aim to forge a legacy of reliability and excellence, mirroring the ethos of Satoshi Nakamoto. Our legacy will be measured by the value we bring to our users and the trust we cultivate over time.

Project Details

Product Scope:

The EdEE Ecosystem proudly pioneers the inaugural Blockchain-based C2C marketplaces. Until now, the DeFi realm predominantly encompassed financial crypto services, NFTs, and gaming. EdEE marks an industry first with its capacity to liquidate the entire crypto market by opening doors of C2C markets.

Our initial DApp, EdEE Torex DEX facilitates Crypto-Crypto transactions, operates on a non-profit basis, and primarily aims to draw public interest towards our ecosystem. Subsequent DApps crafted by EdEE are innovatively establishing a C2C marketplace within specific criteria.

Our second DApp, EdEE Barter, facilitates the instantaneous exchange of cryptocurrencies across 10 Blockchain networks with 10 diverse asset classes, including Fiat currencies. Moreover, the next three DApps in our development pipeline are exclusively designed to create C2C marketplaces for home-cooked food, freelancing services, and ride-sharing services, respectively. With the launch of our "community idea channel", we aim to forge specialized marketplaces for every conceivable C2C interaction.


This introductory video provides an overview of the project's journey, highlights the initial five sub-projects, and culminates in the development of Dapptopia.






Technology overview:

As already declared, EdEE Ecosystem has founded it's ideas on Blockchain technology. On our way forward, we use every available tool, like telegram bots, and create any unavailable but necessary mechanisms, like our fully decentralized dispute mechanism. Our first 2 DApps have the mission to facilitate easy Crypto-Crypto and Crypto-Asset migrations. In order to give this mission an impactful result, These 2 DApps will be deployed on 10 most used and most potent Blockchain networks. The other 3 DApps in our project pipeline, on the other hand, focus on constructing marketplaces with secure, fast, and cheap transaction possibilities. That's why we chose to deploy these 3 DApps on the Polygon network only, as the home base for our C2C marketplace DApps. The following DApps routed from "community idea channel" will be deployed on one or multiple Blockchain networks based on their needs and missions. It is possible that we extend our current and future DApps presence on any other network, but, unlike other initial networks that we have EdEE token listing fees to combat spamming, users on new networks will be exempted from paying EdEE token listing fees (Because there will be no EdEE token on new networks to collect fees with).

Based on the potential and predicted transaction volume on each network, we have planned our initial token distribution across networks as follows:

DApps overview and development stage:

EdEE has planned 5 DApps for Ecosystem's cold start. These are only some examples of what EdEE Ecosystem is about and the actual take off start with developing ideas received from "Community Idea Channel" into practical DApps. A very unique and handful approach we had on architecting initial DApps was to obtain a modular design for smart contracts' blocks. For example, the dispute mechanism, mutual rating mechanism and accounting system we have developed for EdEE Barter DApps, can easily be used for the other 3 following DApps with minor adjustments. This approach also works for any future ideas that are about to create a C2C marketplace or platform.

You can see our DApps overview and development stage as follows:

At the end of this section, you will find demonstration videos for the first two decentralized applications in the EdEE ecosystem: EdEE Torex and EdEE Barter.

EdEE’s Unprecedented Innovations: Industry First

Unrivaled Complex Smart Contracts (Architecture Developed):

Through the innovative use of complex smart contracts, we've enabled blockchain to dual-function as a web server and database, setting a new standard for decentralized applications. The sophistication and extent of our DApps' smart contracts stand unmatched.

Revolutionary Order-Book DEX with Single and Cross-Chain Functionality (Fully Developed, Dev Tests Passed, Ready for Community Beta Test):

Our DEX, an order-book model, operates without a liquidity pool, facilitating instant cross-chain peer-to-peer exchanges. Its match engine takes into account the minimum fill amount alongside order prices, allowing for multiple simultaneous matches and significantly reducing gas fees, a critical advancement for cross-chain transactions.

Next-Gen Decentralized Launchpad (Fully Developed, Dev Tests Passed, Ready for Community Beta Test):

Introducing a cutting-edge decentralized launchpad for blockchain projects to initiate their ITOs, featuring novel tools such as minimum price setting, manipulation-resistant scam alerts powered by buyers, and eliminating the necessity for shallow liquidity pools and concerns over airdrop repercussions.

Community-Based Dispute Mechanism (Fully Developed, Debugging Phase):

At the core of any peer-to-peer platform is an effective dispute resolution system. EdEE DApps are safeguarded by a groundbreaking decentralized dispute mechanism, a first in the blockchain industry, developed by the EdEE Development Team.

Self-Cleaning Marketplace (Fully Developed, Dev Tests Passed, Ready for Community Beta Test):

Our innovative community-driven supervision mechanism allows members to identify and report prohibited advertisements. This functionality is complemented by the role of Arbitrators, providing another avenue for community engagement and earning opportunities.

Ingenious innovations

Major Engineering Challenges in Implementation

(While this slide may appear detailed for business advisors,
it offers valuable insights for those with a Blockchain and Solidity technical background)

Data Structure Design

Designing data structures was crucial, necessitating that they:

A. Allow for their contents to be read in a practical sequence by the application.

more ...

Contract Sizes

Ethereum-based networks have a size limit of 24.576 kilobytes; exceeding this limit means a contract cannot be deployed on the network. Therefore, coding each section with extreme precision and avoiding even a single line of unnecessary code was imperative. This challenge frequently led to rewriting various parts of the contracts.

System Complexity

In implementing the second application (EdEE Barter), we are discussing a comprehensive system with exceedingly intricate details, challenging to implement even with conventional (relational and non-relational) databases.

more ...

Future Revisions

The need for revisions in any software due to policy changes or even operational bugs is inevitable; however, unfortunately, contracts on the blockchain are not editable, and no modifications can be made to them.

more ...

Blockchain at Your Fingertips

Considering that our applications connect directly to Web3 (in the first application, the Torex DEX, many

more ...

Dynamic Markets

All existing centralized exchanges have static markets. For example, you cannot trade a currency with another currency of your choice at any time; instead, you must select from the available markets.

more ...

Unique Match Engine

In all order-book systems, given the internal nature of information and the virtuality of transactions (where values are shifted within the internal database of the exchange and nothing physically moves), the primary challenge lies in pricing. However, in EdEE Torex's cross-chain mechanism, due to the limitation on confirming orders as a means to reduce Gas Fees, and the fact that orders are matched only once, the critical parameter of "minimum match amount" was introduced.

more ...

Blockchain Errors

RPCs for each of the networks, due to network congestion and dozens of other reasons, exhibit different behaviors. Consequently, some of the requests sent to these RPCs may encounter errors. Considering that the process of registering a match in the cross-chain system occurs in three different stages, each of which, depending on the number of matched orders, might be executed in several distinct sequences, and an error could occur in any of these parts.

more ...

Asynchronous Data

The Torex DEX information collection system receives data from different networks. For various reasons, data might be sent in the wrong order, such as receiving orders related to a newly introduced token before the token’s information has reached the system.

more ...

Market Analysis

Market Valuation:

Given the absence of a direct counterpart to the EdEE Ecosystem's C2C Marketplace solutions within the Blockchain domain, we've selected "comparable token analysis" as a market-based methodology to determine the EdEE token's pricing.

Data:

1. The global C2C (Consumer-To-Consumer) E-Commerce Market size and share is currently valued at USD 1,670.90 billion in 2023. It is anticipated to generate an estimated revenue of USD 11,216.30 billion by 2032, according to the latest study by Polaris Market Research. Besides, the report notes that the market exhibits a robust 23.6% Compound Annual Growth Rate (CAGR) over the forecasted timeframe, 2024-2032.
Source:
https://finance.yahoo.com/news/c2c-consumer-consumer-e-commerce-142900980.html?guccounter=1

2. All DeFi tokens, transactions

Source:
https://www.tradingview.com/markets/cryptocurrencies/prices-defi/

EdEE utility token pricing method:

1- To ascertain the EdEE token's value, we commenced by identifying six leading DeFi platforms with available daily transaction volume in USD, to benchmark against similar and presently available tokens. Subsequently, we calculated and pinpointed each token's Annual Transaction Volume (ATV) by multiplying the daily transaction volume by 365.

2-ATV signifies the annual revenue generation potential for a platform, serving as an indicator of the platform's income potential. Conversely, the market cap reflects the equilibrium between the token's supply and demand. Leveraging these two components, we devised a novel metric by dividing the ATV by the market cap for each token. This new ratio is termed the ATV/M ratio.

3- An industry average for the ATV/M was then established by calculating the average ATV/M of all six investigated tokens.

4- Through Linear interpolation, we can ascertain the market cap point at which EdEE's ATV/M aligns with the industry's average ATV/M. With this market cap established, we are then positioned to calculate our price for each Annual Transaction Volume.

5- By applying the growth rate from data-1 and the consequent increase in the Total Addressable Market, it's evident that the market cap and price of EdEE token would naturally adjust upwards to align EdEE's ATV/M with the industry average ATV/M.

6. Having calculated the future value (FV) for the years 2025, 2028, and 2032, we can now apply the Discount Rate—which represents the minimum rate of return expected from an investment, given its risk profile—to determine the Net Present Value (NPV). We have selected a discount rate of 40% per year, aligning with expectations from VC funders. The resulting Net Present Value (NPV) spans from $6.409 to $17.243, depending on the base year and its associated market volume. This Net Present Value (NPV) range validates our methodology in establishing a base price of $2, ensuring a favorable Rate of Return for both our community and investors.


• It is crucial to consider that the circulating supply of EdEE tokens may decrease throughout the token distribution phases, as any unsold tokens will be transferred to the burn wallet. Consequently, any reduction from the total of 1,000,000,000 tokens in the final circulating supply will contribute to an increase in the value of the EdEE token.

Competitive market analysis

Why Achieving 1% to 3% Is Feasible?
Below, we present a table comparing the EdEE marketplaces with some of the market's most renowned competitors.

• The table above merely highlights a few of the most notable examples that the EdEE Ecosystem is poised to take over. Our market analysis will broaden with the introduction of new DApps across new categories.

Market Entry strategy:

EdEE has a pervasive and intertwined marketing strategy. All of our marketing tools are organized under an integrated "Earning Opportunities" program.

Our go-to-market strategy and forecasted tools for each action are listed below:

A. Direct Token Distribution Mechanism
Tool: Token Distribution Mechanism, EdEE token smart contract
Budget: 600,000,000 EdEE tokens

more ...

B. Token distribution (ITO) referral system
Tool: direct payment from each referred purchase
Budget: not capped
more ...

C. Airdrops:
Budget: 300,000,000 EdEE tokens.

1. Social networks referral system
Tool: Earning Opportunities - Airdrops

more ...

2. X network shilling campaigns through farming techniques.
Tool: Earning Opportunities - Talent Squad
Budget: 15,000,000 EdEE tokens, backed by 87,000,000 EdEE tokens stored in the marketing wallet.

more ...

3. DApps Affiliate marketing program
Tool: EdEE Barter accounting module
Budget: not capped

more ...

4. Minigames:
Tool:  https://edee.org/minigames  page.
budget: 3.000.000 & backed by 87.00.0000 EdEE Tokens from marketing wallet.

more ...

There are 3 other branches of Airdrops that are not exclusively categorized under marketing section. These are Beta testers, Early adopters, and top ranked rewards and are going to be discussed in our earning opportunities section.

D. Narrative video series:
We utilize storytelling, focusing on the various aspects of the project's formation, development, and spirit, as a powerful marketing tool.

more ...

Business Model

Revenue stream

The primary revenue source for the EdEE Ecosystem, akin to many conventional marketplaces, stems from transaction fees levied on activities within its DApps. Additional revenue channels include:

Listing Fees:
Charged in EdEE tokens from both the maker and taker, with a maximum cap of $1. This fee plays a crucial role in mitigating spam.

Ladder-Up Fees:
EdEEtors (active users on EdEE DApps) have the option to elevate their advertisement's visibility by paying a fraction of the listing fee.

Token Distribution:
A singular revenue stream that finances future marketing endeavors and development efforts, infused into the ecosystem via the "community idea channel."

Transactions percentage fee:
A fixed fee of 0.25% will be collected from all transactions, except in EdEE Torex.

Tokenomics

EdEE Utility Token
A key to evergrowing services

The EdEE Token is central to our blockchain project, characterized by:

Key Objectives: • Combatting Spam:
Imposing minimal fees on DApps to ensure quality user experience.
• Sustainable Growth:
Serving as the lifeline for marketing and community rewards.
• Transparency and Stability:
Providing consistent revenue for founders and investors.

Use Cases: • Currency and Value Transfer:
Facilitating crypto-based market transactions.
• Access to EdEE DApps:
Acting as a 'ticket' to enter marketplaces.
• Collateral:
Initially involving stablecoins, transitioning to EdEE Tokens for enhanced security.

The EdEE Token is not just a digital asset; it is an integral part of a decentralized ecosystem, driving its value from a base price of 2 USD, and fostering the future of decentralized finance.

Tokenomics and Budgeting

Tokenomics overview:

The tokenomics section outlines how the initial amount of 1,000,000,000 circulation supply tokens will be distributed. The circulation supply is divided into three distinct parts, each serving a specific purpose:
A. Airdrops and marketing: 30% of the tokens will be allocated to airdrops and marketing initiatives. These tokens will be used to promote the project, increase awareness, and reward early adopters.
B. Token Distribution Mechanism: 60% of the tokens will be distributed through a token distribution mechanism. This mechanism is designed

more ...

Exclusive private funding opportunity



Token Distribution - phase 1 (private investors)

The EdEE Ecosystem is set to launch its first token distribution, allocating up to 70,000,000 EdEE tokens (from a total token distribution reserve of 600,000,000) for private investors. The floor for engaging in private sale incentives is set at 500,000 EdEE tokens.

Private Investors' Incentives

1- Exclusive Due Diligence:
• Early access to EdEE Torex and EdEE Barter Beta-version DApps.
• Exclusive review privileges for EdEE Token smart contracts.
• Other negotiable benefits.

2- Exclusive exit strategy:
We have introduced a unique and risk-mitigated buy back exit strategy exclusively for our private investors participated in our first token distribution phase. For further details, please refer to the exit strategy section.

3- Maximum Predetermined Discount:
The EdEE token is valued at a base price of $2. An eight-phase token distribution strategy is designed to offer diminishing discounts with each phase. Although the price for each phase is set in advance, the quantity of tokens allocated per phase will be adjusted according to our funding requirements and prevailing market conditions. The table below details the discounts available in each token distribution phase.

4- Exclusive volume purchase offer
First-phase private investors are eligible for a 30% volume purchase discount, which is an additional 10% beyond the maximum volume purchase discount (20% for purchases above 500,000$) available to public investors in subsequent rounds.

Fund allocation:
The proceeds will be allocated to the following areas:

1- Marketing: The success of the EdEE Ecosystem as a C2C market platform hinges on effectively promoting our services and driving traffic to our DApps. Despite implementing an "Early Adopters" program, the importance of substantial marketing campaigns remains paramount.

2- Future DApps Development: With two DApps and a wealth of marketing materials already developed, we're set to further our project's roadmap with the planned development of three additional DApps. Yet, the "community idea channel" may generate unforeseen projects, necessitating significant investment in new DApp development.

3- Launching dedicated nodes for each blockchain network, which is driven by the following reasons:
a. To circumvent the limitations of public nodes in terms of request numbers and network scanning.
b. To ensure our system's independence from any specific service provider.
c. To achieve improved speed and performance in information gathering.
d. To enhance the functionality of the match engine within the EdEE Barter DApp .

4- Recompensing Initial Private Backers:
The support from early-stage backers who have supported us up to this stage has been invaluable. A portion of the funds raised in this phase will be dedicated to reimbursing these initial contributors.

Exit Strategy

In this section, we'll outline our carefully crafted exit strategy, designed to ensure optimal returns for our investors. The following options will show you the available pathways to liquidity, underscoring our dedication to maximizing your investment's success.

Token Buyback:
(Exclusive to Private Investors from our First Token Distribution Phase)

Private investors are privileged to access our buyback scheme during the subsequent seven token distribution phases, under the following conditions: - The buyback price will be aligned with the average price of each token distribution phase. For instance, if EdEE tokens are offered at $0.24 with a volume discount ranging from 0 to 20 percent during our second token phase, the buyback will be calculated using the average price of tokens distributed in this phase. - Investors can opt to cash out up to 25% of the sold tokens. Should cash-out requests surpass our buyback capacity, we will prioritize buyback requests based on the order of submission. For example, if we aim to distribute 60,000,000 tokens in the second phase and 75% of those tokens (45,000,000 tokens) are sold, the following will occur: •  15,000,000 tokens will be sent to the burn wallet. •  0.25 × 45,000,000 = 11,250,000 tokens will be designated for buyback. The table below illustrates a scenario where a private investor purchases all 70,000,000 tokens available in our private distribution phase and utilizes our buyback scheme to linearly cash out. For simplification, we assume a sell-out rate of 60% and an average discount rate of 7%.

Selling on EdEE Torex DEX: All investors are welcome to trade their EdEE tokens on the EdEE Torex DEX following its public launch after a successful Beta-test. To safeguard the investments of our early backers, we've implemented several strategic policies for listing the EdEE Token on EdEE Torex DEX and other platforms, which we are eager to share: - We will refrain from requesting the listing of EdEE Token on additional Exchanges or DEXs until the completion of the token distribution phases. - Trading pairs between EdEE Token and stablecoins will be available on EdEE Torex from the outset. - To ensure a smooth token distribution process, EdEE token trading will be temporarily paused during each distribution phase, avoiding any potential disruptions. - Initiating orders for EdEE token pairs below the most recent token distribution price will not be permissible, maintaining the integrity of the pricing structure.

By adopting these strategies, we aim to uphold the value of the EdEE token at or above its foundational price of $2. Rest assured, these restrictions are temporary and will be fully removed following the conclusion of the token distribution phases, reflecting our commitment to transparency and investor confidence.
3- Hodlers are rewarded: Those maintaining a minimum monthly holding of 0.5% of the circulating supply in their wallets will receive a proportional share of the fees collected from our DApps. These rewards will be distributed on a monthly basis.

We invite you to Participate in
EdEE Ecosystem's private token distribution phase

To initiate detailed discussions and to receive further documentation, we kindly request interested parties to respond via email to the dedicated address provided in our initial invitation. This will enable us to share comprehensive investment details and engage in a constructive dialogue about the future of decentralized technology.

We look forward to your response and the possibility of welcoming you as a valued contributor to the EdEE Ecosystem.

FAQ: Your Questions Answered

For immediate answers to common queries about the EdEE Ecosystem, we invite you to visit our FAQ page, accessible via the link below. www.edee.org/FAQ Should you have additional questions or require more detailed information, please do not hesitate to reach out to us through the email address specified in our invitation email. We are dedicated to providing clarity and support as you explore the possibilities within the EdEE Ecosystem. Your inquiries are invaluable to us, and we look forward to assisting you.
We welcome you on our journey to a better tomorrow! The EdEE Ecosystem Development Team
Welcome to EdEE:
Where Innovation Blossoms