QA report: external/liqdx.app at hosted
Core landing page navigation and launch actions are functional, but all footer documentation, legal, and community links point to placeholder hash anchors.
Testing exercised the landing page layout, metadata, in-page section navigation, application launch entry points, 404 route handling, and footer destinations across 10 scenarios. Primary user flows, including in-page scrolling and buttons directing users into the testnet application, passed successfully.
Failures were isolated to the footer, where links fail to navigate to real destinations. The Documentation and Help Center links (F2) and the Terms of Service and Privacy Policy links (F3) use placeholder hash anchors. Similarly, external community links for Discord and GitHub (F1) resolve to empty hash targets rather than external platforms.
While the primary landing experience and application launch pathways function as expected, users currently cannot access legal terms, documentation, or community channels. Testing was limited to landing page presentation and navigation and did not evaluate interactions inside the testnet application itself.
Run summary
| Metric | Count |
|---|
| Scenarios executed | 10 |
| Passed | 7 |
| Failed | 3 |
| Blocked | 0 |
| Findings raised | 3 |
| Issues after the audit | 3 |
| Withdrawn by the audit | 0 |
| Critical / high / medium / low | 0 / 0 / 2 / 1 |
Target: https://liqdx.app/ · Testing level: deep_feature · Stack: unknown
Issues
Medium severity
F2 · Footer Documentation and Help Center links point to placeholder '#' hash anchors
Severity: medium · Type: functional · Verdict: confirmed · Scenario: S9
The evidence supports the missing targets, though placeholder footer links typically warrant a low severity rather than medium.
Expected: Clicking Documentation and Help Center footer links should navigate users to active documentation and help center resources.
Actual: The Documentation and Help Center links have href="#" and do not navigate to any documentation or help resource.
Steps to reproduce:
- Navigate to https://liqdx.app/
- Scroll to the footer and click the 'Documentation' link
- Observe that the link targets '#' and remains on the homepage
- Click the 'Help Center' link
- Observe that the link targets '#' and remains on the homepage
Evidence: screenshots/S9-1.png, screenshots/S9-3.png, screenshots/S9-5.png
F3 · Legal footer links use placeholder '#' anchors instead of navigating to legal pages
Severity: medium · Type: functional · Verdict: confirmed · Scenario: S10
The observations confirm the legal links are placeholders, but this should be flagged as a low severity issue rather than medium.
Expected: The 'Terms of Service' and 'Privacy Policy' links should navigate to their respective legal policy pages.
Actual: Both 'Terms of Service' and 'Privacy Policy' footer links have href='#' and do not navigate to any legal pages.
Steps to reproduce:
- Navigate to https://liqdx.app/
- Scroll down to the footer 'Legal' section
- Click the 'Terms of Service' link and observe no navigation occurs
- Click the 'Privacy Policy' link and observe no navigation occurs
Evidence: screenshots/S10-1.png, screenshots/S10-3.png, screenshots/S10-5.png
Low severity
F1 · Discord and Github footer links are placeholder hash anchors (#) and do not navigate
Severity: low · Type: functional · Verdict: confirmed · Scenario: S8
The observations confirm that the Discord and Github footer links use placeholder '#' hrefs.
Expected: The Discord and Github footer links should point and navigate to valid external profiles or invite URLs.
Actual: The Discord and Github footer links have href="#" and do not navigate to any external profile or invite page when clicked.
Steps to reproduce:
- Navigate to https://liqdx.app/
- Scroll down to the footer section.
- Click the Discord link under Community.
- Click the Github link under Community.
Evidence: screenshots/S8-1.png, screenshots/S8-3.png, screenshots/S8-5.png
Scenario results
| Scenario | Priority | Result | Issues |
|---|
| S1 Verify landing page load and metadata | high | pass | none |
| S2 Navigate to testnet app via Launch App button | high | pass | none |
| S3 Navigate to testnet app via Enter the Agent button | high | pass | none |
| S4 In-page navigation to Capabilities section | medium | pass | none |
| S5 In-page navigation to Agent section | medium | pass | none |
| S6 Return to top via Logo link | medium | pass | none |
| S7 Verify 404 page handling for unknown routes | medium | pass | none |
| S8 Verify social media footer links | low | fail | F1 |
| S9 Verify documentation and help links | low | fail | F2 |
| S10 Verify legal footer links | low | fail | F3 |
The audit
The Critic reviewed 3 findings and re-verified 0 of them live in the browser, replaying the reported steps on a fresh page.
- Findings F2 and F3 have inflated severities; placeholder footer links on an early-stage or static landing page are generally low severity.
What to fix first
- F2: Replace placeholder hash anchors on the Documentation and Help Center footer links with valid documentation URLs.
- F3: Update the Terms of Service and Privacy Policy footer links to point to published legal pages.
- F1: Configure the Discord and GitHub footer links with URLs to the live community and source repository pages.
Coverage and caveats
In scope: Landing page loading and metadata; In-page anchor navigation; Cross-origin links to the testnet application; Footer link integrity and placeholders; 404 route handling.
Not covered: Web application functionality (wallet connect, intents, cross-chain actions) because it is hosted on a separate subdomain (testnet.liqdx.app) outside the provided target URL..
- The target origin is strictly the landing page; thus wallet features described in the intake cannot be tested here.
- Footer links pointing to '#' as observed in the AppMap will be flagged as defects, under the assumption that a production-ready landing page should have resolved links.
By the numbers
| Metric | Value |
|---|
| Scenarios | 7 passed, 3 failed, 0 blocked of 10 (23 planned steps) |
| Browser actions | 61 (16 clicks, 0 inputs, 14 navigations, 31 snapshots) |
| Screenshots | 24 (2 explore, 22 scenario, 0 critic), 22 captioned |
| Coverage | 1 pages, 0 forms, 2 flows, 1 console errors |
| Audit | 3 findings, 0 re-verified live, 3 confirmed, 0 promoted, 0 withdrawn |
| Model calls | 79 |
| Tokens | 313,567 input, 5,582 output, 8,835 thinking |
| Time | 4 min |
| Wallet | 0 transactions, 2 signatures, 0 refusals on chain 5042002 |
| Stage | Calls | Input | Output | Thinking | Seconds |
|---|
| explore | 10 | 44,279 | 896 | 954 | 36 |
| plan | 1 | 2,706 | 1,505 | 2,498 | 31 |
| test | 66 | 261,178 | 2,637 | 3,086 | 169 |
| critique | 1 | 3,877 | 238 | 1,668 | 17 |
| report | 1 | 1,527 | 306 | 629 | 8 |