<?xml version="1.0" encoding="UTF-8"?>

<modsCollection xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
<mods version="3.3">

<genre>conference paper</genre>

<titleInfo><title>Sui Lutris: A blockchain combining broadcast and consensus</title></titleInfo>


<note type="publicationStatus">published</note>


<note type="qualityControlled">yes</note>

<name type="personal">
  <namePart type="given">Sam</namePart>
  <namePart type="family">Blackshear</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Andrey</namePart>
  <namePart type="family">Chursin</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">George</namePart>
  <namePart type="family">Danezis</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Anastasios</namePart>
  <namePart type="family">Kichidis</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Eleftherios</namePart>
  <namePart type="family">Kokoris Kogias</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">f5983044-d7ef-11ea-ac6d-fd1430a26d30</identifier></name>
<name type="personal">
  <namePart type="given">Xun</namePart>
  <namePart type="family">Li</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Mark</namePart>
  <namePart type="family">Logan</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Ashok</namePart>
  <namePart type="family">Menon</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Todd</namePart>
  <namePart type="family">Nowacki</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Alberto</namePart>
  <namePart type="family">Sonnino</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Brandon</namePart>
  <namePart type="family">Williams</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Lu</namePart>
  <namePart type="family">Zhang</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>







<name type="corporate">
  <namePart></namePart>
  <identifier type="local">ElKo</identifier>
  <role>
    <roleTerm type="text">department</roleTerm>
  </role>
</name>



<name type="conference">
  <namePart>CCS: Conference on Computer and Communications Security</namePart>
</name>






<abstract lang="eng">Sui Lutris is the first smart-contract platform to sustainably achieve sub-second finality. It achieves this significant decrease by employing consensusless agreement not only for simple payments but for a large variety of transactions. Unlike prior work, Sui Lutris neither compromises expressiveness nor throughput and can run perpetually without restarts. Sui Lutris achieves this by safely integrating consensuless agreement with a high-throughput consensus protocol that is invoked out of the critical finality path but ensures that when a transaction is at risk of inconsistent concurrent accesses, its settlement is delayed until the total ordering is resolved. Building such a hybrid architecture is especially delicate during reconfiguration events, where the system needs to preserve the safety of the consensusless path without compromising the long-term liveness of potentially misconfigured clients. We thus develop a novel reconfiguration protocol, the first to provably show the safe and efficient reconfiguration of a consensusless blockchain. Sui Lutris is currently running in production and underpins the Sui smart-contract platform. Combined with the use of Objects instead of accounts it enables the safe execution of smart contracts that expose objects as a first-class resource. In our experiments Sui Lutris achieves latency lower than 0.5 seconds for throughput up to 5,000 certificates per second (150k ops/s with transaction blocks), compared to the state-of-the-art real-world consensus latencies of 3 seconds. Furthermore, it gracefully handles validators crash-recovery and does not suffer visible performance degradation during reconfiguration.</abstract>

<originInfo><publisher>ACM</publisher><dateIssued encoding="w3cdtf">2024</dateIssued><place><placeTerm type="text">Salt Lake City, UT, United States</placeTerm></place>
</originInfo>
<language><languageTerm authority="iso639-2b" type="code">eng</languageTerm>
</language>



<relatedItem type="host"><titleInfo><title>Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security</title></titleInfo>
  <identifier type="isbn">9798400706363</identifier>
  <identifier type="arXiv">2310.18042</identifier>
  <identifier type="ISI">001436367300178</identifier><identifier type="doi">10.1145/3658644.3670286</identifier>
<part><extent unit="pages">2606-2620</extent>
</part>
</relatedItem>


<extension>
<bibliographicCitation>
<apa>Blackshear, S., Chursin, A., Danezis, G., Kichidis, A., Kokoris Kogias, E., Li, X., … Zhang, L. (2024). Sui Lutris: A blockchain combining broadcast and consensus. In &lt;i&gt;Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security&lt;/i&gt; (pp. 2606–2620). Salt Lake City, UT, United States: ACM. &lt;a href=&quot;https://doi.org/10.1145/3658644.3670286&quot;&gt;https://doi.org/10.1145/3658644.3670286&lt;/a&gt;</apa>
<ieee>S. Blackshear &lt;i&gt;et al.&lt;/i&gt;, “Sui Lutris: A blockchain combining broadcast and consensus,” in &lt;i&gt;Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security&lt;/i&gt;, Salt Lake City, UT, United States, 2024, pp. 2606–2620.</ieee>
<short>S. Blackshear, A. Chursin, G. Danezis, A. Kichidis, E. Kokoris Kogias, X. Li, M. Logan, A. Menon, T. Nowacki, A. Sonnino, B. Williams, L. Zhang, in:, Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security, ACM, 2024, pp. 2606–2620.</short>
<mla>Blackshear, Sam, et al. “Sui Lutris: A Blockchain Combining Broadcast and Consensus.” &lt;i&gt;Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security&lt;/i&gt;, ACM, 2024, pp. 2606–20, doi:&lt;a href=&quot;https://doi.org/10.1145/3658644.3670286&quot;&gt;10.1145/3658644.3670286&lt;/a&gt;.</mla>
<chicago>Blackshear, Sam, Andrey Chursin, George Danezis, Anastasios Kichidis, Eleftherios Kokoris Kogias, Xun Li, Mark Logan, et al. “Sui Lutris: A Blockchain Combining Broadcast and Consensus.” In &lt;i&gt;Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security&lt;/i&gt;, 2606–20. ACM, 2024. &lt;a href=&quot;https://doi.org/10.1145/3658644.3670286&quot;&gt;https://doi.org/10.1145/3658644.3670286&lt;/a&gt;.</chicago>
<ista>Blackshear S, Chursin A, Danezis G, Kichidis A, Kokoris Kogias E, Li X, Logan M, Menon A, Nowacki T, Sonnino A, Williams B, Zhang L. 2024. Sui Lutris: A blockchain combining broadcast and consensus. Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security. CCS: Conference on Computer and Communications Security, 2606–2620.</ista>
<ama>Blackshear S, Chursin A, Danezis G, et al. Sui Lutris: A blockchain combining broadcast and consensus. In: &lt;i&gt;Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security&lt;/i&gt;. ACM; 2024:2606-2620. doi:&lt;a href=&quot;https://doi.org/10.1145/3658644.3670286&quot;&gt;10.1145/3658644.3670286&lt;/a&gt;</ama>
</bibliographicCitation>
</extension>
<recordInfo><recordIdentifier>18957</recordIdentifier><recordCreationDate encoding="w3cdtf">2025-01-29T12:42:21Z</recordCreationDate><recordChangeDate encoding="w3cdtf">2025-09-09T12:13:55Z</recordChangeDate>
</recordInfo>
</mods>
</modsCollection>
