Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: lunfardo314 on June 09, 2024, 06:12:58 AM



Title: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on June 09, 2024, 06:12:58 AM
Proxima

Proxima presents a novel architecture for L1 distributed ledger commonly known as blockchain.
The ledger of Proxima is organized in the form of directed acyclic graph (DAG) with programmable UTXO transactions as vertices, rather than as a chain of blocks.
It uses a novel cooperative consensus on a DAG which is completely permissionless.

Cooperative consensus

The approach offers new unique features for the blockchain space (see highlights below).
Proxima is neither PoW, nor a PoS system.
Its cooperative consensus combines best of both worlds in highly parallelized architecture:

  • it is as decentralized and permissionless as Bitcoin/PoW
  • it is as performant, cost and energy efficient as PoS systems, yet it does not need BFT committee and staking

Resources

Start with informal introduction to main elements of Proxima design (https://hackmd.io/@Evaldas/Sy4Gka1DC).
It describes UTXO tangle DAG, programmable UTXO ledger, cooperative consensus, on-ledger incentives, etc.

Further information can be found through GitHub repository: https://github.com/lunfardo314/proxima (https://github.com/lunfardo314/proxima), which includes:

  • Technical whitepaper with the concept details https://github.com/lunfardo314/proxima/blob/master/docs/Proxima_WP.pdf (https://github.com/lunfardo314/proxima/blob/master/docs/Proxima_WP.pdf)
  • Advanced node prototype
  • README with introduction and other links
  • Contact information

The prototype node is built completely from scratch (not a fork). Its code (Golang) is light and highly parallelized.

Highlights of the architecture

  • Programmable UTXO tangle ledger, a transaction DAG instead of blockchain.
  • Novel cooperative consensus among token holders. Token holders are the sole participants in the network: no miners, no validators, no committees.
  • Consensus is fully permissionless and open-participation like Bitcoin/PoW. Ownership of tokens is the only prerequisite to participate in the consensus. No introduction or registration procedures of any kind.
  • Fairness. Every cooperating and contributing participant (token holder) receives inflation reward proportionally to it's holdings and time.
  • Sybil-protected by token holdings, PoS style, yet no staking, etc.
  • Leaderless determinism. There's no need for a consensus leader or block proposers. No MEV.
  • Nash equilibrium through the optimal strategy of biggest ledger coverage rule, an analog of the Bitcoin's longest chain rule.
  • The optimal strategy is cooperative among participants rather than competitive.
  • High throughput as a result of massive parallelism and the absence of global bottlenecks.
  • Low energy requirements, unlike PoW, similar to PoS.
  • Low cost per transaction, like PoS.
  • Asynchrony. The architecture relies only on weak assumptions of synchronicity.
  • Probabilistic finality. Depends on subjective assumptions, similar to 6-block rule in Bitcoin.
  • Parallelism at the consensus level. Assets converge to their finality states in parallel.
  • Parallelism at the node level. Independent transactions are validated independently. That enables efficient use of multi-core processors.




Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: yifan_gem on June 09, 2024, 06:26:40 AM
Hello, how can participants obtain tokens in this network? Does your statement imply that mining is not required? If so, how are the tokens distributed and delivered to the token holders?


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on June 09, 2024, 07:14:17 AM
Every token holder in Proxima is a “miner” of sorts. Yet it is not a mining as known in PoW.
They receive inflation proportional to their token holdings for their contribution to the consensus and cooperation with others. It is achieved by running so called sequencer chains on the ledger.  Details in WP.
Initially, supply will be premined and distributed to bootstrap token holders via ICO. Then supply will inflate along the activity on the network with halving rules.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: makertronic on June 09, 2024, 07:50:24 AM
the code is good. well done.
Do you have a discord? How can we help you?


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: stefanoste on June 09, 2024, 09:01:55 AM
Very interesting indeed . looking forward to participating in ICO , please provide a discord channel link if already available


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: TGCE on June 09, 2024, 12:21:23 PM
As outlined by the OP, Proxima is in its formative stage and is building the early community. If you are passionate about innovation and collaboration you should join the newly established discord to shape the future of Proxima.

Discord Invite Link: discord.gg/UfFcFDy38j


The discord server will be completely handled by a devoted team of community mods so the developer(s) can focus on their core competencies. Further, there will be frequent updates so you can get a feel of where the project is at (e.g. planned tokenomics, initial distribution, ...).

Currently Proxima is opening up step by step with the emphasis on decentralizing the knowledge about its concept. For this, we in particular invite enthusiastic developer who are interested to dive into the tech, join the soon to come closed testnet and bring their unique skills and ideas to help shape Proxima's vision and mission. Nevertheless, we believe that also the broader community will play a pivotal role in guiding Proxima's journey.

The founder is also open for talks with seed capital investors, who are interested in supporting the initial growth phase and help lay a strong financial foundation. The goal is to establish a robust structure to support the long-term goals by building a diverse and dynamic team committed to driving Proxima forward.

If you're interested in being part of this exciting journey, do not hesitate and introduce yourself to the community.

Cheers.



Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: 2Q9acN on June 09, 2024, 03:32:26 PM

Initially, supply will be premined and distributed to bootstrap token holders via ICO. Then supply will inflate along the activity on the network with halving rules.


Why not doing an initial POW-phase (and then switch to the cooperative consensus) instead of the ICO? Less legal risk and it would be more of a fair and permissionless launch.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on June 09, 2024, 04:13:53 PM
it is not defined yet. All options will be considered, thanks for suggestions.
Pre-mine is necessary for secure bootstrap of the network, due to its architecture.
In the beginning 100% the supply will be controlled by one sequencer.  It will be a fully functional network, potentially with many nodes, yet centralized. Worthless.
Then tokens from initial supply on the bootstrap sequencer will be gradually distributed to other committed parties who will run their sequencers
(or delegate to sequencers) and will start earning inflation and other income.
This will create liquidity of the token and the network will gradually become decentralized. Positive feedback loop between token liquidity and decentralization.
Not sure it can be called ICO, probably not.
The philosophy behind Proxima is cooperation among major token holders and social consensus.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: 0nion on June 09, 2024, 05:16:33 PM
Not for mining?




Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: MMOStars on June 10, 2024, 08:24:57 AM
GL with PoS Kaspa clone, I'm sure with 0 community it will go far.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on June 10, 2024, 07:19:12 PM
GL with PoS Kaspa clone, I'm sure with 0 community it will go far.

Not PoS, not Kaspa, not clone. But thanks for GL :)


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on July 11, 2024, 02:28:21 PM
Description of main Proxima architecture elements is available. Less technical than whitepaper

 --> Follow the link to HackMD book (https://hackmd.io/@Evaldas/Sy4Gka1DC)  


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: 2Q9acN on July 11, 2024, 06:10:00 PM
The main element of incentives in Proxima is inflation on the chain. Each token holder is entitled to build chains of transactions on the ledger and earn inflation income by creating tokens out of thin air proportionally to their holdings and time.

Is Proxima trying to be money? If so, how does it provide for censorship-resistance which in coins with capped emission is funded by fees.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on July 12, 2024, 07:18:39 AM
Proxima aims to be fully decentralized and permissionless L1 for settlement of crypto assets: fungible (money) and parallelized non-fungible assets (UTXO chains, L2 states/ledgers etc).
It is money in the same sense as Bitcoin.

Censorship-resistance comes from the liquidity of the token and fully permissionless and decentralized set of token holders (who are also the "validators" of ledger).
If you send your transaction to the network, the only way to stop is when >50% of on-chain capital colludes. It is unfeasible.
There are no mempools btw. Participants/nodes exchange transactions directly.



Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on July 12, 2024, 07:26:23 AM
Not for mining?


no mining like in Bitcoin and PoW in Proxima.
However, there are several ways of contributing to the security of the ledger and receiving reward for that. In completely permissionless manner.
Sequencing is one of them, it is somehow similar to mining. Delegating is another.

In Proxima consensus is run by cooperating token holders, there are no third parties like miners of validators.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on October 08, 2024, 03:48:57 PM
Proxima just reached new milestone: open testnet.
To try it out by sending tokens, generating inflation, running node and sequencer join us in Discord: discord.gg/BHMv33ekzZ


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: mike5456 on October 09, 2024, 05:13:36 PM
I'm still confused on how normal people get coins? ICOs are not allowed in many countries not to mention the KYC and all that. If normal people cannot get coins at the start then project is built on a house of cards.


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on December 02, 2024, 05:26:11 PM
Proxima's whitepaper is now available on arxiv.org: https://arxiv.org/html/2411.16456v1 (https://arxiv.org/html/2411.16456v1)


Title: Re: Proxima - a DAG-based cooperative distributed ledger
Post by: lunfardo314 on June 18, 2025, 06:40:06 PM
New site with Proxima documentation  https://lunfardo314.github.io (https://lunfardo314.github.io).

It contains Overview of Proxima concepts, Transaction model and other technical documents.