**Reasoning summary**
1. **Extracted facts** from each of the three findings, ensuring each fact is a single, unambiguous statement.
2. **Assigned confidence = 1.0** because all statements are directly supported by the source texts.
3. **Assigned finding_confidence = 1.0** for facts that contain exact registry data (KRS, NIP, REGON, capital, address, shareholder, beneficial owner) or precise values; also 1.0 for the other statements because they are explicit in the findings.
4. **Avoided duplication** by keeping each piece of information in its own fact.
5. **Linked each fact to the title of the finding** from which it originates.
**Resulting JSON**
```json
{
"facts": [
{
"statement": "Porówneo.pl Spółka z ograniczoną odpowiedzialnością znajduje się w stanie likwidacji.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "KRS Porówneo.pl to 0000439594.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "NIP Porówneo.pl to 5213640335.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "REGON Porówneo.pl to 146398104.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "Siedziba Porówneo.pl to Inflancka 4B, 00‑189 Warszawa.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "Kapitał zakładowy Porówneo.pl wynosi 5 000 zł.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "Wspólnikiem Porówneo.pl jest KROKNET S.A.R.L.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "Beneficjentem rzeczywistym Porówneo.pl jest Arkadiusz Robert Piotrowicz.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Porówneo.pl – spółka w likwidacji z danymi rejestrowymi"
]
},
{
"statement": "W 2021 roku Porówneo.pl ogłosiło zamiar zebrania 100 mln zł składek z gałęzi majątkowej.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Plan zbiórki składek w wysokości 100 mln zł w 2021 r."
]
},
{
"statement": "Porówneo.pl działa jako internetowy pośrednik ubezpieczeniowy.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Plan zbiórki składek w wysokości 100 mln zł w 2021 r."
]
},
{
"statement": "Nadzwyczajne zgromadzenie wspólników Porówneo.pl podjęło uchwałę o rozwiązaniu spółki z dnia 27 marca 2025 r.",
"confidence": 1.0,
"finding_confidence": 1.0,
"source_finding_titles": [
"Uchwała o rozwiązaniu spółki z 27 marca 2025 r."
]
}
]
}
```