FAQ
Frequently Asked Questions for Lilypad Network
Last updated
Was this helpful?
Frequently Asked Questions for Lilypad Network
Last updated
Was this helpful?
Lilypad is developing a serverless, distributed compute network that enables internet-scale data processing for AI, ML & other arbitrary computation from blockchains, while unleashing idle processing power & unlocking a new marketplace for compute.
Lilypad provides decentralized AI computational services. By extending unrestricted, global access to computational power, Lilypad strategically collaborates with decentralized infrastructure networks, such as Filecoin, to formulate a transparent, efficient, and accessible computational ecosystem.
Perform off-chain decentralized compute over data, with on-chain guarantees, and to call this functionality directly from a smart contract, CLI and an easy to use abstraction layer, opens the door to a multitude of possible applications.
The Lilypad Whitepaper was planned to release by end of Q4 2024, but required further review from our team and advisors. See our for the current timeline.
Find the full Lilypad Network on our website!
Bacalhau is a peer to peer computation network enabling compute over data jobs like GPU-enabled AI, ML, analytics, data engineering, data science, de-sci and more. With the open-source Bacalhau Project, you can streamline your existing workflows without rewriting by running Docker containers and WebAssembly (WASM) images as tasks. This architecture is also referred to as Compute Over Data (or CoD).
To find out more about it, see the
Previously, Lilypad required deterministic jobs on the network and used optimistic reproducibility to randomly re-run jobs to ensure trust, however this method has been deprecated due to:
The limitation the determinism requirement placed on what jobs were available to run on the network
The inability to realistically be able to determine a “deterministic” job to be deterministic easily
Yes, Lilypad closed our seed round of funding in March 2024.
The Lilypad Incentivized testnet launched in mid June 2024.
Lilybit_ rewards will be awarded to nodes for time on the network (up to a 4x multiplier) and compute power brought to the network. Rewards will be redeemable, for the Lilypad ERC20 Utility Token at Mainnet Launch, with between 5% and 10% of the total token supply (depending on IncentiveNet demand and tokenomics finalization) being allocated to this phase of the Lilypad Network.
Phase 1 of the Incentivized Testnet is focused on rewarding nodes on the network, referred to as Resource Providers. The earlier a provider joins the network, the more Lilybits_ will be available.
Phases 2 and onward will provide rewards for Lilypad modules created as well as developer tools/apps (in addition to rewarding nodes).
You can check your rewards by pasting your nodes wallet address into the following interfaces:
On the Lilypad network, The blockchain is used for
Payment rails
Storing the deals transparently (on-chain guarantees about the compute)
Storing any disputes & results
Lilypad Tokens are used to transact on the Lilypad network. They are used as payment by those who want to run jobs (to the resource providers who run them), and as collateral by resource providers.
You need ETH tokens to pay for the gas fees for smart contracts the facilitate transactions, and for records of transactions and disputes that are posted to the Ethereum blockchain.
The required steps before running a Lilypad node include adding the node, adding the Lilypad network information, obtaining tokens and installing the required software.
Refer to the Run a node documentation and select your preferred platform (Linux or Docker) for a detailed guide on the prerequisites.
For more information, please visit Hardware Requirements.
Lilypad is an open network that allows anyone to contribute GPU computing capacity. Find instructions for running a node in our Run a node documentation.
Linux (latest Ubuntu LTS recommended)
Nvidia GPU
Nvidia drivers
Docker
Nvidia docker drivers
Although the launch date is not finalized, the launch of Lilypad Mainnet and the TGE is scheduled for 2025.
Resource Providers (RP) can track their Lilybit_ earnings with the .
Resource providers are expected to have the latest Lilypad versions installed on their machines. These will be included in the Docker files in each release. For more information, please refer to the .
Find more information check out the docs.
View the .
Follow the to get started.
To build an application with Lilypad compute and modules on the backend, check out this .
A Lilypad module is a Git repository that can be used to perform various tasks using predefined templates and inputs. This will walk you through the process of creating a Lilypad module, including defining a JSON template, handling inputs, ensuring determinism, and other best practices.
For more information on the requirements to run a Lilypad node, please refer to the documentation.