You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace HTML wrappers with kramdown attributes ({:.class})
- Use markdown links with {:target="_blank"} instead of HTML anchors
- Add CSS for landingpage content centering
- Keep HTML only for Jekyll loops (currencies, features)
- Reduces file from 129 to 95 lines
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: index.md
+39-73Lines changed: 39 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,126 +3,92 @@ layout: home
3
3
title: Home
4
4
---
5
5
6
-
<divclass="container mt-3">
7
-
<pclass="lead text-center">
8
-
GraphSense is a cryptoasset analytics platform emphasizing full data sovereignty, algorithmic transparency, and scalability. GraphSense is open-source and free. It provides a dashboard for interactive investigations and, more importantly, complete data control for automatizing cryptoasset analytics workflows.
9
-
</p>
10
-
</div>
6
+
{:.lead .text-center}
7
+
GraphSense is a cryptoasset analytics platform emphasizing full data sovereignty, algorithmic transparency, and scalability. GraphSense is open-source and free. It provides a dashboard for interactive investigations and, more importantly, complete data control for automatizing cryptoasset analytics workflows.
11
8
12
9
## Origin & Background
13
10
14
-
<divclass="container">
15
-
16
-
<p>GraphSense originated in 2015 as a publicly funded research project at the <ahref="https://www.ait.ac.at"target="_blank">Austrian Institute of Technology (AIT)</a>, led by <ahref="https://bernhardhaslhofer.info/"target="_blank">Bernhard Haslhofer</a> as Principal Investigator. Since then, development has been carried out in collaboration with the <ahref="https://www.csh.ac.at"target="_blank">Complexity Science Hub</a> and has been supported by several public funding programs, including the Austrian FFG (<ahref="https://iktderzukunft.at/en/projects/graph-sense.php"target="_blank">IKT der Zukunft</a>, <ahref="https://www.kiras.at/"target="_blank">KIRAS</a>), and the EU Horizon 2020 program (<ahref="https://www.titanium-project.eu/"target="_blank">TITANIUM</a>).</p>
11
+
GraphSense originated in 2015 as a publicly funded research project at the [Austrian Institute of Technology (AIT)](https://www.ait.ac.at){:target="_blank"}, led by [Bernhard Haslhofer](https://bernhardhaslhofer.info/){:target="_blank"} as Principal Investigator. Since then, development has been carried out in collaboration with the [Complexity Science Hub](https://www.csh.ac.at){:target="_blank"} and has been supported by several public funding programs, including the Austrian FFG ([IKT der Zukunft](https://iktderzukunft.at/en/projects/graph-sense.php){:target="_blank"}, [KIRAS](https://www.kiras.at/){:target="_blank"}), and the EU Horizon 2020 program ([TITANIUM](https://www.titanium-project.eu/){:target="_blank"}).
17
12
18
-
<p>In 2021, the core development team founded <ahref="https://www.iknaio.com"target="_blank">Iknaio Cryptoasset Analytics GmbH</a> to provide GraphSense as a hosted service with near real-time data updates and to develop additional operational tools — such as <ahref="https://www.iknaio.com/platform"target="_blank">Pathfinder</a>, <ahref="https://www.iknaio.com/platform#caseconnect"target="_blank">CaseConnect</a>, and <ahref="https://www.iknaio.com/platform#quicklock"target="_blank">QuickLock</a> — on top of the open-source platform.</p>
13
+
In 2021, the core development team founded [Iknaio Cryptoasset Analytics GmbH](https://www.iknaio.com){:target="_blank"} to provide GraphSense as a hosted service with near real-time data updates and to develop additional operational tools — such as [Pathfinder](https://www.iknaio.com/platform){:target="_blank"}, [CaseConnect](https://www.iknaio.com/platform#caseconnect){:target="_blank"}, and [QuickLock](https://www.iknaio.com/platform#quicklock){:target="_blank"} — on top of the open-source platform.
19
14
20
-
<p>GraphSense itself remains fully open-source and <ahref="https://github.com/graphsense"target="_blank">MIT-licensed</a>. Iknaio is the commercial service and development partner; the two are complementary, not competing.</p>
21
-
22
-
</div>
15
+
GraphSense itself remains fully open-source and [MIT-licensed](https://github.com/graphsense){:target="_blank"}. Iknaio is the commercial service and development partner; the two are complementary, not competing.
23
16
24
17
## Supported Assets
25
18
26
-
<divclass="container">
27
-
28
-
<pclass="lead mb-5 text-center">The GraphSense system design supports UTXO- (e.g., Bitcoin) and account-model (e.g., Ethereum, Tron) ledgers. Currently, adapters are available for major cryptocurrencies like Bitcoin, Bitcoin Cash, Litecoin, Zcash, Ethereum and Tron. Additional ledgers can be integrated by implementing a lightweight adapter component.</p>
19
+
{:.lead .text-center .mb-5}
20
+
The GraphSense system design supports UTXO- (e.g., Bitcoin) and account-model (e.g., Ethereum, Tron) ledgers. Currently, adapters are available for major cryptocurrencies like Bitcoin, Bitcoin Cash, Litecoin, Zcash, Ethereum and Tron. Additional ledgers can be integrated by implementing a lightweight adapter component.
29
21
22
+
<divclass="container">
30
23
<divclass="row"style="justify-content:center">
31
-
32
24
{% for currency in site.data.currencies %}
33
25
{% assign curr = currency[0] %}
34
26
{% assign stats=currency[1] %}
35
27
{% include currency.html stats=stats currency=curr %}
36
28
{% endfor %}
37
-
38
29
</div>
39
30
</div>
40
31
41
32
## Features
42
33
43
34
<ulclass="container features d-flex flex-row flex-wrap w-100">
title = {GraphSense: A General-Purpose Cryptoasset Analytics Platform},
58
-
author = {Bernhard Haslhofer and Rainer Stütz and Matteo Romiti and Ross King},
59
-
year = {2021},
60
-
journal = {Arxiv pre-print},
61
-
url = {https://arxiv.org/abs/2102.13613}
62
-
}
63
-
</code></pre></div></div>
64
-
</div>
42
+
Haslhofer, B., Stütz, R., Romiti, M., & King, R. (2021). **GraphSense: A general-purpose cryptoasset analytics platform.** arXiv preprint. [(pdf)](https://arxiv.org/abs/2102.13613)
65
43
44
+
```bibtex
45
+
@article{Haslhofer:2021a,
46
+
title = {GraphSense: A General-Purpose Cryptoasset Analytics Platform},
47
+
author = {Bernhard Haslhofer and Rainer Stütz and Matteo Romiti and Ross King},
48
+
year = {2021},
49
+
journal = {arXiv preprint},
50
+
url = {https://arxiv.org/abs/2102.13613}
51
+
}
52
+
```
66
53
67
54
## Scientific Studies
68
55
69
-
<divclass="container">
56
+
GraphSense has already supported several scientific studies:
70
57
71
-
<p>GraphSense has already supported several scientific studies:</p>
58
+
Stütz, R., Stifter, N., Dragaschnig, M., Haslhofer, B., & Judmayer, A. (2026). **Reuse of Public Keys Across UTXO and Account-Based Cryptocurrencies.** arXiv preprint. [(pdf)](https://arxiv.org/abs/2601.19500)
72
59
73
-
<p>Stütz, R., Stifter, N., Dragaschnig, M., Haslhofer, B., & Judmayer, A. (2026). <strong>Reuse of Public Keys Across UTXO and Account-Based Cryptocurrencies.</strong> arXiv preprint.
Avice, R., Haslhofer, B., Li, Z., & Zhou, J. (2026). **Linking cryptoasset attribution tags to knowledge graph entities: An LLM-based approach.** Financial Cryptography and Data Security (FC 2026). [(pdf)](https://fc25.ifca.ai/preproceedings/74.pdf)
75
61
76
-
<p>Avice, R., Haslhofer, B., Li, Z., & Zhou, J. (2026). <strong>Linking cryptoasset attribution tags to knowledge graph entities: An LLM-based approach.</strong> Financial Cryptography and Data Security (FC 2026).
Saggese, P., Segalla, E., Sigmund, M., Raunig, B., Zangerl, F., & Haslhofer, B. (2024). **Assessing the solvency of virtual asset service providers: Are current standards sufficient?** Applied Economics. [(pdf)](https://www.tandfonline.com/doi/abs/10.1080/00036846.2024.2396640)
78
63
79
-
<p>Saggese, P., Segalla, E., Sigmund, M., Raunig, B., Zangerl, F., & Haslhofer, B. (2024). <strong>Assessing the solvency of virtual asset service providers: Are current standards sufficient?</strong> Applied Economics.
Niedermayer, T., Saggese, P., & Haslhofer, B. (2024). **Detecting financial bots on the Ethereum blockchain.** Companion Proceedings of the ACM Web Conference 2024. [(pdf)](https://doi.org/10.1145/3589335.3651959)
81
65
82
-
<p>Niedermayer, T., Saggese, P., & Haslhofer, B. (2024). <strong>Detecting financial bots on the Ethereum blockchain.</strong> Companion Proceedings of the ACM Web Conference 2024.
Haslhofer, B., Hanslbauer, C., Fröwis, M., & Goger, T. (2023). **Increasing the efficiency of cryptoasset investigations by connecting the cases.** APWG Symposium on Electronic Crime Research (eCrime 2023). [(pdf)](https://docs.apwg.org/ecrimeresearch/2023/20240328851329400.pdf)
84
67
85
-
<p>Haslhofer, B., Hanslbauer, C., Fröwis, M., & Goger, T. (2023). <strong>Increasing the efficiency of cryptoasset investigations by connecting the cases.</strong> APWG Symposium on Electronic Crime Research (eCrime 2023).
Stütz, R., Stockinger, J., Haslhofer, B., Moreno-Sanchez, P., & Maffei, M. (2022). **Adoption and actual privacy of decentralized CoinJoin implementations in bitcoin.** Proceedings of the 4th ACM Conference on Advances in Financial Technologies (AFT 2022). [(pdf)](https://arxiv.org/abs/2109.10229)
87
69
88
-
<p>Stütz, R., Stockinger, J., Haslhofer, B., Moreno-Sanchez, P., & Maffei, M. (2022). <strong>Adoption and actual privacy of decentralized CoinJoin implementations in bitcoin.</strong> Proceedings of the 4th ACM Conference on Advances in Financial Technologies (AFT 2022).
Romiti, M., Victor, F., Moreno-Sanchez, P., Nordholt, P., Haslhofer, B., & Maffei, M. (2021). **Cross-layer deanonymization methods in the lightning protocol.** Financial Cryptography and Data Security (FC 2021). [(pdf)](https://arxiv.org/abs/2007.00764)
93
73
94
-
<p>Romiti, M., Victor, F., Moreno-Sanchez, P., Nordholt, P., Haslhofer, B., & Maffei, M. (2021). <strong>Cross-layer deanonymization methods in the lightning protocol.</strong> Financial cryptography and data security (FC 2021).
Stütz, R., Gaži, P., Haslhofer, B., & Illum, J. (2020). **Stake shift in major cryptocurrencies: An empirical study.** Financial Cryptography and Data Security (FC 2020). [(pdf)](https://arxiv.org/abs/2001.04187)
96
75
97
-
<p>Stütz, R., Gaži, P., Haslhofer, B., & Illum, J. (2020). <strong>Stake shift in major cryptocurrencies: An empirical study.</strong> Financial cryptography and data security (FC 2020).
Paquet-Clouston, M., Romiti, M., Haslhofer, B., & Charvat, T. (2019). **Spams meet Cryptocurrencies: Sextortion in the Bitcoin Ecosystem.** Advances in Financial Technologies (AFT 2019). [(pdf)](https://arxiv.org/abs/1908.01051)
99
77
100
-
<p>Paquet-Clouston, M., Romiti, M., Haslhofer, B., & Charvat, T. (2019). <strong>Spams meet Cryptocurrencies: Sextortion in the Bitcoin Ecosystem.</strong> Advances in Financial Technologies (AFT 2019).
Romiti, M., Judmayer, A., Zamyatin, A., & Haslhofer, B. (2019). **A Deep Dive into Bitcoin Mining Pools: An Empirical Analysis of Mining Shares.** Workshop on the Economics of Information Security (WEIS 2019). [(pdf)](https://arxiv.org/abs/1905.05999)
102
79
103
-
<p>Romiti, M., Judmayer, A., Zamyatin, A., & Haslhofer, B. (2019). <strong>A Deep Dive into Bitcoin Mining Pools: An Empirical Analysis of Mining Shares.</strong> Workshop on the Economics of Information Security (WEIS 2019).
Paquet-Clouston, M., Haslhofer, B., & Dupont, B. (2019). **Ransomware payments in the bitcoin ecosystem.** Journal of Cybersecurity, 5(1). [(pdf)](https://arxiv.org/abs/1804.04080)
105
81
106
-
<p>Paquet-Clouston, M., Haslhofer, B., & Dupont, B. (2019). <strong>Ransomware payments in the bitcoin ecosystem.</strong> Journal of Cybersecurity, 5(1).
<p>Filtz, E., Polleres, A., Karl, R., & Haslhofer, B. (2017). <strong>Evolution of the Bitcoin Address Graph - An Exploratory Longitudinal Study.</strong> International Data Science Conference (DSC 2017).
Filtz, E., Polleres, A., Karl, R., & Haslhofer, B. (2017). **Evolution of the Bitcoin Address Graph - An Exploratory Longitudinal Study.** International Data Science Conference (DSC 2017). [(pdf)](https://aic.ai.wu.ac.at/~polleres/publications/filtz-etal-2017IDSC.pdf)
113
83
114
84
## Core Team
115
85
116
-
<divclass="container">
86
+
Bernhard Haslhofer, [Complexity Science Hub Vienna](https://www.csh.ac.at/){:target="_blank"}
0 commit comments