Jump to content
Bicrypto v3.7.0 + All Plugins ×

EcoSystem & Native Trading Addon for Bicrypto 3.2.4

150.00 EUR

   (0 reviews)

1 Screenshot

About This File

Discover the Advanced Features of the BiCrypto Ecosystem Add-On

  1. Native Centralized Trading System: A robust trading system that blends efficiency with user-friendliness, providing a seamless trading experience.
  2. Broad Blockchain Support: Compatible with multiple blockchains including ETH, BSC, POLYGON, FTM, OPTIMISM, ARBITRUM, BASE, and CELO, offering a versatile trading environment.
  3. Flexible Trading Fees Structure: Enjoy 0 trading fees, with the option to set taker/maker fees for different markets, giving complete control over the trading cost structure.
  4. Full Control Over Market Making: Offers comprehensive control over market making, allowing for tailored market strategies.
  5. Custodial and Non-Custodial Wallet Systems: Provides both custodial and non-custodial wallet options, catering to different security and convenience needs.
  6. Automated Deposit & Withdrawal: Streamlines the process of depositing and withdrawing funds, enhancing user convenience.
  7. Advanced Market Maker with Matching Engine System: Features a sophisticated market maker and matching engine, ensuring efficient order processing.
  8. AI Trading Robot & Orders Filler: Leverage the power of AI for automated trading and efficient order filling.
  9. Enhanced Trading Page: A user-friendly trading page designed for optimal trading efficiency.
  10. Native Charting with WebSockets: Real-time charting powered by WebSockets, providing up-to-date market data and insights.
  11. Spot & Limit Trading: Offers spot and limit trading options, with plans to introduce more trading methods.
  12. Native Orderbook: A comprehensive orderbook, offering a clear view of market orders and trading dynamics.
  13. Gas Station Network Smart Contract: Facilitates efficient gas management for blockchain transactions.
  14. Custodial Wallets Smart Contract: A secure smart contract system for managing custodial wallets.
  15. Tokens Deployment Smart Contract: Simplifies the process of deploying tokens on various blockchains.
  16. Private Ledgers with Automated Liquidity Management: Private ledger technology coupled with automated liquidity management for optimal trading.
  17. Extreme Trading Security with 2 Layers GSM Hashing: Ensures top-notch security with a two-layer GSM hashing system.
  18. Top-End Security System: A robust security framework protecting against a wide range of cyber threats.
  19. Optimized Database for Orders (ScyllaDB): Utilizes ScyllaDB for high-performance and reliable order management.

\\

Blockchains (initial v3 release, we planning to support all chains and tokens globally)

  • ETH: 298 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and non permit tokens
  • ARBITRUM: 7 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens
  • FTM: 18 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and non permit tokens
  • POLYGON: 35 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens
  • OPTIMISM: 12 tokens supported with full tokens deployment smart contract and private ledgers for permitted and custodial wallets for native and nonpermit tokens

What's New in Version v3.0.9   See changelog

Released

  Version 3.0.9 - Nov 27, 2023:
    - [New] [Overhaul]: Eliminating third-party dependencies for a more secure and self-reliant solution.
    - [New] [SmartContracts]: Developing a new ERC20 smart contract using Solidity 0.8. Including features such as minting, cap, and burn, which are essential for your platform's token management.
    - [New] [SmartContracts]: Creating new smart contracts to support blockchain-related functionalities.
    - [New] [Security]: Implementing a passphrase-based security system to unlock the ecosystem vault. Introducing a double-layered security system using AES-256-GCM encryption.
    - [New] [Wallet]: Designing a new wallet system within the ecosystem to minimize transaction fees and maximize profitability for administrators.
    - [New] [Wallet]: Introducing a new wallet dashboard for the ecosystem, likely providing users with insights and controls over their wallets.
    - [New] [Wallet]: Developing an automated wallet generator with HD node wallets, potentially generating a large number of wallets with private keys for the master wallet.
    - [New] [Wallet]: Added functionality to append withdrawals until they are processed on the blockchain. This feature likely provides users with information about the status of their withdrawals.
    - [New] [Ledger]: Implementing a ledger system for wallets to enable feeless trading experiences.
    - [New] [Tokens]: Adding a tokens manager with the capability to directly deploy tokens to the blockchain.
    - [New] [Blockchain]: Auditing smart contracts for ERC20 tokens and implementing the GSN system to enable gas-free transactions from user wallets to target wallets.
    - [New] [Blockchain]: Adding functionality to estimate gas prices and gas limits for cost-effective transactions.
    - [New] [Blockchain]: Incorporating JSON RPC functionality to facilitate various blockchain-related RPC operations.
    - [New] [Blockchain]: Extending support for blockchain scanners across multiple supported blockchains.
    - [New] [Blockchain]: Adding support for ETH, BSC, POLYGON, FTM, OPTIMISM, ARBITRUM, BASE, and CELO blockchains, including HD Node Wallet generation, gas-less withdrawal, token deployment, smart contract interactions, and transaction/account scanning using RPC.
    - [New] [Blockchain]: Implementing a live blockchain decoder to verify deposits in real-time using RPC, likely enhancing transaction processing speed.
    - [New] [MatchingEngine]: Implementing an order queue with worker threads to handle order execution.
    - [New] [OrderQueue]: Implementing an order queue with worker threads to handle order execution.
    - [New] [Database]: Optimizing database and Redis calls by batching them into a single query or request. This improves efficiency and reduces potential issues with updated orders.
    - [New] [Database]: Adding support for Redis management of the Central WebSocket system, likely for efficient data storage and retrieval.
    - [New] [Database]: Working on ensuring that operations are consistent and atomic, which is crucial for data integrity and reliability.
    - [New] [Database]: Overhauling the chunking and processing of data. This likely involves streamlining data handling for better performance and scalability.
    - [New] [Database]: Implementing a new lock system for orders to prevent issues when a heavy amount of orders arrive at the matching engine simultaneously.
    - [New] [Database]: Locking orders that are being matched to avoid unintentional matches.
    - [New] [Database]: Enhancing the Redis score system for the order book, is likely to improve order matching and retrieval performance.
    - [New] [Database]: Enhancing concurrency management to handle multiple tasks efficiently.
    - [New] [Stability]: Focusing on improving overall code quality, stability, and error handling.
    - [New] [Stability]: Ensuring consistency in coding standards and practices.
    - [New] [Charting]: Completely reworking the charting system for the ecosystem.
    - [New] [Charting]: Generating bars for durations when data is not found, improving the visual representation of new markets.
    - [New] [Charting]: Automatically improving the closing of bars to prevent empty bar placeholders, which can discourage trading.
    - [New] [Charting]: Introduced a new bars generator that operates in UTC.
    - [New] [Charting]: Added functionality for generating empty bars.
    - [New] [Charting]: Improved the handling of high and low values in bar placeholders.
    - [New] [Charting]: Enhanced the closing mechanism of bars.
    - [New] [Charting]: Implemented functionality to continuously fetch historical data for charting until the last order is reached. This ensures that historical chart data remains up to date.
    - [New] [WebSockets]: Including a new WebSocket provider to facilitate real-time communication with supported blockchains.
    - [New] [Websockets]: Adding new web sockets for trades, order books, candles, and tickers. Dynamically generating these sockets using the matching engine, enabling real-time data updates.
    - [New] [Websockets]: Optimizing WebSocket messages to minimize their size. This reduces bandwidth usage and improves efficiency.
    - [New] [Websockets]: Implemented several new Websockets to enhance real-time updates and communication:
    - [New] [Websockets]: WebSocket for open orders to update their status and filling progress.
    - [New] [Websockets]: WebSocket for trades, providing real-time trade data.
    - [New] [Websockets]: WebSocket for the order book, allowing users to track order book changes.
    - [New] [Websockets]: WebSocket for charting, facilitating real-time chart updates.
    - [New] [Trading]: Added a new ordering system, which likely handles the submission and processing of orders.
    - [New] [OrderBook]: Created a new order book generator in Redis to reflect live queued orders.
    - [New] [OrderBook]: Developed an order book generator that initializes from all open orders on the platform during startup.
    - [New] [BigInteger]: Converted all numbers to BigInteger with 18 digits for financial accuracy.
    - [New] [Conversion]: Added new functionality to convert from and to BigInt.
    - [New] [Ledger]: Added admin private ledgers management.
    - [New] [Finance]: Added support for the ecosystem in the finance wallets page in the admin dashboard.
    - [New] [Logs]: Added support for ecosystem transactions in the finance logs page in the admin dashboard.
    - [New] [Gas]: Added the ability to deploy a gas station network on master wallets to handle gas payments for wallet withdrawals.
    - [New] [Markets]: Added a method to delete markets and clean all their orders, trades, tickers, order books, and charts.
    - [New] [Markets]: Added the ability to edit all aspects of markets including min/max (amount, price, cost) and (amount, cost) precisions and taker and maker fees with the ability to set the market as trending or hot.
    - [New] [Tokens]: Added support for old tokens without permit functionality for deposits.
    - [New] [SmartContract]: Added a new smart contract to handle deposits, withdrawals, transfers, holding, accumulation, collecting, and gas payments of tokens without permit functionality.
    - [New] [Wallets]: Added new custodial wallets management and deployment page for tokens without permit.
    - [New] [Deposit]: Added new deposit functionality for tokens without a permit to assign a random custodial wallet for the deposit only.
    - [New] [ABI]: Added a new ABI contract scraper and smart contract reader for seeding.
    - [New] [Tokens]: Added support for 373 native tokens for ETH, POLYGON, TRON, ARBITRUM, OPTIMISM, and FTM.
    - [New] [Security]: Added new automated functionality to add security to ScyllaDB and enable it on the client connection.
    - [New] [Filters]: Added filters to show wallets, tokens, private ledgers, and smart contracts of the set network for each chain so admin can run different kinds of chains and their networks anytime without any restrictions.
    - [New] [Dashboard]: Added new blockchains and analytics dashboard.
    - [New] [Security]: Added new functionality to set passphrase to unlock the vault after deployment.


User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

×
×
  • Create New...