When Xfund goes back to ath it will be a 700% gain. Get ready.Unification Xfund is the oracle for Shibaswap. Most people dont know about xfund but they build blockchains for business. They have recently voted the max supply to lock in at 8,888 with a marketcap currently only 17 million. Huge growth potential here.
Unificationxfund
$FUND.X Unification ^As the industry moves forward in a “DeFi” revolution, there exists a clear synergy between on and off-chain tasks
On-chain governance can be described as things that “need to be done on the computer” — i.e. things that validators can vote on like blocksize, upgrades etcetera. All the things that we herald as “decentralized”.
Whereas the reality is that for every decentralized task voted by the community, there is typically a “centralized” group of people putting these things together and running the thousands of other tasks that are required to keep a native blockchain running smoothly.
^ Access and utilisation of the FUND Price Oracle will require xFund, which is an emission of Unification’s FUND token distributed to the network’s validators and also traded on ERC-20 markets.
The project consists of three main components: the Router, the Consumer Library, and the Data Provider Oracle(s), each of which are covered in further detail below.
The first Oracle to be deployed will serve data from the Finchains API, providing tamper resistant immutable crypto pricing on-chain, and will be maintained by the Unification Foundation.
Router
The Router is a smart contract deployed and maintained by Unification Foundation, and is responsible for routing data requests from Consumers to Providers, facilitating data fulfilment from the Provider to the Consumer, and handling the payment of xFUND tokens to Providers upon successful request fulfilment.
ConsumerLib
The ConsumerLib is a library of contracts maintained by the Unification Foundation, available via npm. It contains all of the necessary functions required for interacting with the Router smart contract on behalf of the Consumer, and facilitates interaction between the Consumer and Router in a standardised way.
Data Provider Oracle
The Oracle is an off-chain application, which runs independently and can grab numerical data from off-chain sources and APIs. The Oracle software listens for any DataRequested events emitted from the Router smart contract, and acts accordingly.
$FUNDUSD Unification PT 100 and higher The Future of FUND - Codegnosis
It’s been a busy month since the successful completion of the MainNet upgrade.
Although the foundation is deep in advisory services and development with our main external partners, the work to improve the internal network and platforms are as prominent/complimentary in the roadmap.
Almost as soon as the last MainNet upgrade was complete, we began working on the next set of improvements for FUND mainchain.
What Upgrade?
A number of improvements and additions will be rolled out in the next update, including:
Cosmos SDK 0.45.x
Bringing FUND mainchain up to date with the latest stable release of Cosmos SDK, und v1.6.x implements the v0.45.x branch of the SDK (v0.45.6 at the time of writing). In addition to allowing FUND to be compatible with IBC and Gravity Bridge (more info below), one of the other things we’re really excited about with this SDK update is the ability to run in-place store migrations for this and future upgrades. This means that Validator operators will no longer need to manually stop their node at a given height, manually export the state to a new genesis, migrate the genesis and restart their node with the new genesis. This cumbersome process is now fully automated and does not require any genesis export/migration — operators can set up the upgrade in advance, with a tool such as Cosmovisor.
IBC & Multi-Chain FUND
und 1.6.x will bring FUND into the larger Cosmos ecosystem with the addition of the IBC and IBC transfer modules. These modules will allow FUND to be transferred to any IBC-supported chain. Once deployed, the Unification Foundation will run an IBC relayer, with channels connecting FUND with the Gravity Bridge chain — the first step on the road to enabling FUND as an ERC20 on Ethereum!
The concept of IBC is quite simple: a user initiates an IBC transfer with the ibc-transfer transaction on the source chain — for example sending some FUND from FUND mainchain to “Chain B”. The FUND is locked in an escrow account within the IBC module on FUND mainchain (note — the source FUND is not burned on mainchain!), and proofs are generated. The proofs and transaction data are forwarded to “Chain B” via the relayer, and if everything checks out “Chain B” mints vouchers to represent the FUND sent. These vouchers can be transferred and used on “Chain B” with normal transactions. If a user wants to send FUND back from “Chain B” to FUND mainchain, then an ibc-transfer is initiated on “Chain B” with the vouchers as the source coin. Once proof has been verified, the vouchers on “Chain B” are burned, and the equivalent amount of FUND is unlocked from the escrow in the IBC module on FUND Mainchain and given back to the user. More details on how it works can be found here.
As previously discussed, the existence and utility of FUND on EVM as an ERC20 (previously referred to as wFUND) is already in plan for private TestNet use of several large-scale projects for oracles and additional usage and will continue to grow in usage with all options including the utility and presence an all prominent EVM based AMM DEXs.
BEACON/Wrkchain state pruning
State bloat has been a long running concern for validator operators. The upgrade includes a major improvement for the BEACON and WRKChain modules to address this, with hash & timestamp state pruning. The vast majority of BEACONs and WRKChains don’t need to keep millions of hashes in-state, so it makes sense to modify the storage of old data sets to optimise network efficiency and state storage. Much like EVM smart contracts, all data submitted to mainchain is effectively archived via Transaction Events, which, with the latest in-place upgrades offered by Cosmos SDK, means event data is no longer “lost” during a chain upgrade. This means that while old data may no longer be held in the state DB, it will effectively still be accessible via transaction query filters to search for BEACON/WRKChain specific events.
Starting from the upgrade height, BEACONs and WRKChains will be allocated 50,000 in-state storage spaces — this is the equivalent to approximately 1 month’s worth of hash submissions, (assuming 1 submission per minute). During the upgrade, the 50,000 most recent submissions for each BEACON/WRKChain will be retained in the state DB, and the rest will be pruned from state. New hash/timestamp submissions will be added to the top of the stack, and old data will be pruned via FILO.
BEACON/WRKChain state storage purchase (and future storage subscriptions)
If 50,000 in-state storage spaces are not sufficient, BEACON/WRKChain developers have the opportunity to purchase more storage — up to a total of 550,000 additional spaces, leading to a total of 600,000 spaces, which roughly equates to 1 year’s worth of in-state storage (assuming 1 hash is submitted per minute).
Further, as with registration and hash submissions, eFUND can be used to purchase the additional storage, meaning that validators will be rewarded for these purchases in addition to rewards already received for registrations and submissions.
Ultimately, this will lead to annual subscriptions for additional BEACON/WRKChain storage, which we believe is a fair way to reward validator operators, and ensure that a steady stream of eFUND is added to the general FUND circulating supply.
eFUND usage — query spent eFUND
Currently, if an end user wishes to see how much eFUND has been added to the general FUND circulating supply, a series of on-chain queries and some additional off-chain calculation is required. This process currently involves querying the chain for completed eFUND purchase orders (a completed PO means that eFUND has been minted and made available to the purchaser to pay for BEACON/WRKChain fees), and a second query to find out how much eFUND is currently “locked” (minted, but not yet part of the general FUND circulating supply — i.e. it can only be used for paying BEACON/WRKChain fees, and not general transfers/transactions). The difference between the two is the amount of eFUND that has been added to the circulating supply.
With the next update, this is all tracked in-state and can be queried completely on-chain — both the total eFUND spent, and for each individual Enterprise address, making “eFUND inflation” much simpler to view.
Staking Module Params
As a requirement for IBC relayers to be able to interact with FUND mainchain, the historical_entries parameter for the Staking module will be set to 10,000 as part of the upgrade process.
BankKeeper Denom Metadata
Also as part of the upgrade process, denomination metadata for nund/FUND will be saved to the BankKeeper.
Documentation
Mainchain documentation is currently part of the mainchain GitHub repository. We aim to migrate all documentation into a dedicated repository, which we believe will make it more accessible and open up more opportunities for community involvement with maintenance and contribution. Further, we anticipate integrating other project documentation into the central repository over the coming months (VOR, OoO etc.).
Wen Upgrade?
Much of the upgrade roadmap is dependent on the date the initial TestNet governance proposal is submitted. The MainNet upgrade will be dependent on the success of the TestNet upgrade. As with the previous upgrade we aim to initialise the MainNet upgrade via governance approximately 1 month after a successful TestNet upgrade takes place.
Further, the date of the actual TestNet upgrade will be difficult to predict, as (unlike the previous upgrade), this upgrade will be based on a future block height as opposed to a Unix timestamp. Predicting the time and date of a future block with fluctuating block times is an interesting task!
The date will be officially announced soon, but the tentative roadmap at the time of writing is as follows:
TestNet
During week beginning 25th July — TestNet governance proposal for 1-ibc upgrade
During week beginning 8th August — Voting period ends (2 weeks after proposal submitted)
Approx. 1 week after voting period ends — TestNet upgrade executes.
Post TestNet upgrade:
Unification Foundation will deploy an IBC relayer and set up IBC connections between FUND TestNet and the Gravity Bridge chain testnet.
Publish IBC channel details in appropriate repos to allow for testing
MainNet
Approx. 1 month after TestNet upgrade is executed (allowing for tests etc.) — governance proposal for MainNet 1-ibc upgrade
Voting period runs for 2 weeks
Approx. 1 week after voting period ends — MainNet upgrade executes.
Post MainNet upgrade:
FUND chain details will be added to the Cosmos chain Registrar repository
Unification Foundation will deploy an IBC relayer and set up IBC connections between FUND MainNet and the Gravity Bridge chain mainnet.
Gravity Bridge proposal submitted for FUND ERC20
We hope to be included in Mintscan explorer
How Upgrade?
The standard method for managing binaries and upgrades with the majority of Cosmos based chains is to run Cosmovisor. Cosmovisor is a wrapper around Cosmos SDK based binaries, and automatically monitors the chain for upgrades (which are created via governance proposals). When detected, cosmovisor automatically halts the node application at the correct upgrade height, and carries out the specified upgrade before restarting the node application with the new binary.
Cosmovisor does require some initial setup and configuration by validator operators, but once this is done, upgrade management is as straight forward as creating a new directory, and downloading the latest und binary.
A full guide to setting up cosmovisor in preparation for the upgrade will be published before the TestNet governance proposal is submitted in order to give validators plenty of time to prepare. A Quick Start guide to migrating systemd service files to use Cosmovisor can be found in our TestNet repo, which can be implemented now for TestNet (the process is the same for MainNet).
$FUND.X Unification entry PT .125-ish Next Target PTs 5-10 and hFUND Price Live Data
The live Unification price today is $0.227815 USD with a 24-hour trading volume of $311,241 USD. We update our FUND to USD price in real-time. Unification is down 30.18% in the last 24 hours. The current CoinMarketCap ranking is #815, with a live market cap of $7,847,637 USD. It has a circulating supply of 34,447,402 FUND coins and the max. supply is not available.
If you would like to know where to buy Unification at the current rate, the top cryptocurrency exchanges for trading in Unification stock are currently BitForex, ProBit Global, Poloniex, and Binance DEX. You can find others listed on our crypto exchanges page.
Unification (FUND) is a cryptocurrency . Unification has a current supply of 120,000,000 with 34,447,402 in circulation. The last known price of Unification is 0.22754702 USD and is down -30.26 over the last 24 hours. It is currently trading on 10 active market(s) with $311,221.84 traded over the last 24 hours.
$FUNDUSDT Unification ^Once genesis hashes had been verified between operators as all matching, the operators restarted their nodes with the new genesis, initialising FUND-MainNet-2. At 14:00:00 UTC — the new genesis time specified in the governance proposal — the nodes began communicating with each other to propose and sign the first block. After a relatively short (and nerve-wracking) time > ⅔ Validator power reached consensus, block 1 was produced, and the new chain was born!
The update required massive cooperation, participation, and appropriately, unity among all members to enable a successful update and was able to proceed in a historic 3 hours as planned with the minimally possible downtime, continuing Unification’s stance among the most efficient Blockchains for enterprise and DeFi, which give reason to the continuation of government, consortium and corporate partners who have grown with the Foundation since the initial MainNet launch in 2020.
^ BEACON/Wrkchain state pruning
State bloat has been a long running concern for validator operators. The upgrade includes a major improvement for the BEACON and WRKChain modules to address this, with hash & timestamp state pruning. The vast majority of BEACONs and WRKChains don’t need to keep millions of hashes in-state, so it makes sense to modify the storage of old data sets to optimise network efficiency and state storage. Much like EVM smart contracts, all data submitted to mainchain is effectively archived via Transaction Events, which, with the latest in-place upgrades offered by Cosmos SDK, means event data is no longer “lost” during a chain upgrade. This means that while old data may no longer be held in the state DB, it will effectively still be accessible via transaction query filters to search for BEACON/WRKChain specific events.
Starting from the upgrade height, BEACONs and WRKChains will be allocated 50,000 in-state storage spaces — this is the equivalent to approximately 1 month’s worth of hash submissions, (assuming 1 submission per minute). During the upgrade, the 50,000 most recent submissions for each BEACON/WRKChain will be retained in the state DB, and the rest will be pruned from state. New hash/timestamp submissions will be added to the top of the stack, and old data will be pruned via FILO.
MainNet
Approx. 1 month after TestNet upgrade is executed (allowing for tests etc.) — governance proposal for MainNet 1-ibc upgrade
Voting period runs for 2 weeks
Approx. 1 week after voting period ends — MainNet upgrade executes.
Validator operators were in constant communication via Telegram and Discord, cross-referencing their SHA256 hash results of the migrated genesis, to ensure that all operators had exported and migrated correctly.