Skip to main content

Showing 1–13 of 13 results for author: Jovanovic, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.14983  [pdf, other

    cs.CR

    Zero-Knowledge Location Privacy via Accurate Floating Point SNARKs

    Authors: Jens Ernstberger, Chengru Zhang, Luca Ciprian, Philipp Jovanovic, Sebastian Steinhorst

    Abstract: This paper introduces Zero-Knowledge Location Privacy (ZKLP), enabling users to prove to third parties that they are within a specified geographical region while not disclosing their exact location. ZKLP supports varying levels of granularity, allowing for customization depending on the use case. To realize ZKLP, we introduce the first set of Zero-Knowledge Proof (ZKP) circuits that are fully comp… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

  2. arXiv:2312.08394  [pdf, other

    cs.CR cs.CY cs.SI

    From HODL to MOON: Understanding Community Evolution, Emotional Dynamics, and Price Interplay in the Cryptocurrency Ecosystem

    Authors: Kostantinos Papadamou, Jay Patel, Jeremy Blackburn, Philipp Jovanovic, Emiliano De Cristofaro

    Abstract: This paper presents a large-scale analysis of the cryptocurrency community on Reddit, shedding light on the intricate relationship between the evolution of their activity, emotional dynamics, and price movements. We analyze over 130M posts on 122 cryptocurrency-related subreddits using temporal analysis, statistical modeling, and emotion detection. While /r/CryptoCurrency and /r/dogecoin are the m… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

  3. arXiv:2307.11754  [pdf, other

    cs.GT cs.CR

    What Drives the (In)stability of a Stablecoin?

    Authors: Yujin Kwon, Kornrapat Pongmala, Kaihua Qin, Ariah Klages-Mundt, Philipp Jovanovic, Christine Parlour, Arthur Gervais, Dawn Song

    Abstract: In May 2022, an apparent speculative attack, followed by market panic, led to the precipitous downfall of UST, one of the most popular stablecoins at that time. However, UST is not the only stablecoin to have been depegged in the past. Designing resilient and long-term stable coins, therefore, appears to present a hard challenge. To further scrutinize existing stablecoin designs and ultimately l… ▽ More

    Submitted 25 July, 2023; v1 submitted 14 June, 2023; originally announced July 2023.

  4. arXiv:2303.15162  [pdf, other

    q-fin.PR cs.CE

    Mitigating Decentralized Finance Liquidations with Reversible Call Options

    Authors: Kaihua Qin, Jens Ernstberger, Liyi Zhou, Philipp Jovanovic, Arthur Gervais

    Abstract: Liquidations in Decentralized Finance (DeFi) are both a blessing and a curse -- whereas liquidations prevent lenders from capital loss, they simultaneously lead to liquidation spirals and system-wide failures. Since most lending and borrowing protocols assume liquidations are indispensable, there is an increased interest in alternative constructions that prevent immediate systemic-failure under un… ▽ More

    Submitted 27 March, 2023; v1 submitted 10 February, 2023; originally announced March 2023.

  5. arXiv:2302.00418  [pdf, other

    cs.DC cs.CR

    Performance of EdDSA and BLS Signatures in Committee-Based Consensus

    Authors: Zhuolun Li, Alberto Sonnino, Philipp Jovanovic

    Abstract: We present the first performance comparison of EdDSA and BLS signatures in committee-based consensus protocols through large-scale geo-distributed benchmarks. Contrary to popular beliefs, we find that small deployments (less than 40 validators) can benefit from the small storage footprint of BLS multi-signatures while larger deployments should favor EdDSA to improve performance. As an independent… ▽ More

    Submitted 1 February, 2023; originally announced February 2023.

  6. arXiv:2204.10934  [pdf, other

    cs.DC

    Baxos: Backing off for Robust and Efficient Consensus

    Authors: Pasindu Tennage, Cristina Basescu, Eleftherios Kokoris Kogias, Ewa Syta, Philipp Jovanovic, Bryan Ford

    Abstract: Leader-based consensus algorithms are vulnerable to liveness and performance downgrade attacks. We explore the possibility of replacing leader election in Multi-Paxos with random exponential backoff (REB), a simpler approach that requires minimum modifications to the two phase Synod Paxos and achieves better resiliency under attacks. We propose Baxos, a new resilient consensus protocol that levera… ▽ More

    Submitted 22 April, 2022; originally announced April 2022.

    ACM Class: C.5.0; C.4.1

  7. An Empirical Study of DeFi Liquidations: Incentives, Risks, and Instabilities

    Authors: Kaihua Qin, Liyi Zhou, Pablo Gamito, Philipp Jovanovic, Arthur Gervais

    Abstract: Financial speculators often seek to increase their potential gains with leverage. Debt is a popular form of leverage, and with over 39.88B USD of total value locked (TVL), the Decentralized Finance (DeFi) lending markets are thriving. Debts, however, entail the risks of liquidation, the process of selling the debt collateral at a discount to liquidators. Nevertheless, few quantitative insights are… ▽ More

    Submitted 1 October, 2021; v1 submitted 11 June, 2021; originally announced June 2021.

  8. arXiv:2103.10811  [pdf, other

    cs.SE

    Improving Web API Usage Logging

    Authors: Rediana Koçi, Xavier Franch, Petar Jovanovic, Alberto Abelló

    Abstract: A Web API (WAPI) is a type of API whose interaction with its consumers is done through the Internet. While being accessed through the Internet can be challenging, mostly when WAPIs evolve, it gives providers the possibility to monitor their usage, and understand and analyze consumers' behavior. Currently, WAPI usage is mostly logged for traffic monitoring and troubleshooting. Even though they cont… ▽ More

    Submitted 19 March, 2021; originally announced March 2021.

  9. arXiv:2102.09041  [pdf, ps, other

    cs.DC

    Reaching Consensus for Asynchronous Distributed Key Generation

    Authors: Ittai Abraham, Philipp Jovanovic, Mary Maller, Sarah Meiklejohn, Gilad Stern, Alin Tomescu

    Abstract: We give a protocol for Asynchronous Distributed Key Generation (A-DKG) that is optimally resilient (can withstand $f<\frac{n}{3}$ faulty parties), has a constant expected number of rounds, has $\tilde{O}(n^3)$ expected communication complexity, and assumes only the existence of a PKI. Prior to our work, the best A-DKG protocols required $Ω(n)$ expected number of rounds, and $Ω(n^4)$ expected commu… ▽ More

    Submitted 4 June, 2021; v1 submitted 17 February, 2021; originally announced February 2021.

  10. arXiv:2003.02291  [pdf, ps, other

    cs.DC cs.DS cs.NI

    Que Sera Consensus: Simple Asynchronous Agreement with Private Coins and Threshold Logical Clocks

    Authors: Bryan Ford, Philipp Jovanovic, Ewa Syta

    Abstract: It is commonly held that asynchronous consensus is much more complex, difficult, and costly than partially-synchronous algorithms, especially without using common coins. This paper challenges that conventional wisdom with que sera consensus QSC, an approach to consensus that cleanly decomposes the agreement problem from that of network asynchrony. QSC uses only private coins and reaches consensus… ▽ More

    Submitted 4 March, 2020; originally announced March 2020.

    Comments: 6 algorithms

  11. Towards Automated Data Integration in Software Analytics

    Authors: Silverio Martínez-Fernández, Petar Jovanovic, Xavier Franch, Andreas Jedlitschka

    Abstract: Software organizations want to be able to base their decisions on the latest set of available data and the real-time analytics derived from them. In order to support "real-time enterprise" for software organizations and provide information transparency for diverse stakeholders, we integrate heterogeneous data sources about software analytics, such as static code analysis, testing results, issue tr… ▽ More

    Submitted 16 August, 2018; originally announced August 2018.

    Comments: This is an author's accepted manuscript of a paper to be published by ACM in the 12th International Workshop on Real-Time Business Intelligence and Analytics (BIRTE@VLDB) 2018. The final authenticated version will be available through https://doi.org/10.1145/3242153.3242159

  12. arXiv:1602.06997  [pdf, other

    cs.CR

    Enhancing Bitcoin Security and Performance with Strong Consistency via Collective Signing

    Authors: Eleftherios Kokoris-Kogias, Philipp Jovanovic, Nicolas Gailly, Ismail Khoffi, Linus Gasser, Bryan Ford

    Abstract: While showing great promise, Bitcoin requires users to wait tens of minutes for transactions to commit, and even then, offering only probabilistic guarantees. This paper introduces ByzCoin, a novel Byzantine consensus protocol that leverages scalable collective signing to commit Bitcoin transactions irreversibly within seconds. ByzCoin achieves Byzantine consensus while preserving Bitcoin's open m… ▽ More

    Submitted 1 August, 2016; v1 submitted 22 February, 2016; originally announced February 2016.

    Comments: 18 pages, 12 figures, 1 table

  13. arXiv:1503.08768  [pdf, other

    cs.CR

    Keeping Authorities "Honest or Bust" with Decentralized Witness Cosigning

    Authors: Ewa Syta, Iulia Tamas, Dylan Visher, David Isaac Wolinsky, Philipp Jovanovic, Linus Gasser, Nicolas Gailly, Ismail Khoffi, Bryan Ford

    Abstract: The secret keys of critical network authorities - such as time, name, certificate, and software update services - represent high-value targets for hackers, criminals, and spy agencies wishing to use these keys secretly to compromise other hosts. To protect authorities and their clients proactively from undetected exploits and misuse, we introduce CoSi, a scalable witness cosigning protocol ensurin… ▽ More

    Submitted 30 May, 2016; v1 submitted 30 March, 2015; originally announced March 2015.

    Comments: 20 pages, 7 figures