<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NTM-IA Trust Statistics</title>
    <style>
        * {
            font-family: 'Courier New', monospace;
        }
        body {
            background: #0a0e27;
            color: #00ffcc;
            padding: 20px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }
        h1 {
            color: #00ffcc;
            text-shadow: 0 0 5px #00ffcc;
            border-bottom: 1px solid #00ffcc;
            padding-bottom: 10px;
        }
        h2 {
            color: #00ffcc;
            margin-top: 30px;
            border-left: 3px solid #00ffcc;
            padding-left: 15px;
        }
        .info-box {
            background: #0f1235;
            border: 1px solid #00ffcc;
            padding: 15px;
            margin: 20px 0;
            border-radius: 8px;
        }
        .stat-card {
            display: inline-block;
            width: 18%;
            margin: 1%;
            background: #0f1235;
            border: 1px solid #00ffcc;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            vertical-align: top;
        }
        .stat-value {
            font-size: 28px;
            font-weight: bold;
            color: #00ffcc;
        }
        .stat-label {
            font-size: 11px;
            color: #88aaff;
            margin-top: 5px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: #0f1235;
        }
        th, td {
            border: 1px solid #00ffcc;
            padding: 10px;
            text-align: left;
        }
        th {
            background: #1a1f4e;
            color: #00ffcc;
        }
        .numero {
            text-align: right;
        }
        .footer {
            margin-top: 30px;
            text-align: center;
            font-size: 12px;
            color: #6688aa;
        }
        .lang-selector {
            text-align: right;
            margin-bottom: 20px;
        }
        .lang-btn {
            background: #1a1f4e;
            color: #00ffcc;
            border: 1px solid #00ffcc;
            padding: 5px 10px;
            margin-left: 5px;
            cursor: pointer;
            text-decoration: none;
            border-radius: 4px;
        }
        .lang-btn.active {
            background: #00ffcc;
            color: #0a0e27;
        }
        .lang-btn:hover {
            background: #00ffcc;
            color: #0a0e27;
        }
        .small-text {
            font-size: 12px;
            color: #88aaff;
        }
        .hash {
            font-size: 11px;
            word-break: break-all;
        }
        .two-columns {
            display: table;
            width: 100%;
        }
        .column {
            display: table-cell;
            width: 50%;
            padding: 10px;
            vertical-align: top;
        }
    </style>
</head>
<body>
<div class="container">
    <div class="lang-selector">
        <span class="small-text">Language:</span>
        <a href="?lang=EN" class="lang-btn active">EN</a>
        <a href="?lang=PT" class="lang-btn ">PT</a>
        <a href="?lang=ZH" class="lang-btn ">ZH</a>
    </div>
    
    <h1>📊 NTM-IA Trust Statistics</h1>
    <div class="small-text">Query statistics for ntm-ia-trust.php endpoint</div>
    
    <!-- Overview Cards -->
    <div class="info-box">
        <h2 style="margin-top: 0;">📈 Overview</h2>
        <div style="text-align: center;">
            <div class="stat-card">
                <div class="stat-value">41,617</div>
                <div class="stat-label">Total Queries</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">639</div>
                <div class="stat-label">Unique IPs</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">145</div>
                <div class="stat-label">Unique User Agents</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">11</div>
                <div class="stat-label">Unique Bots</div>
            </div>
            <div class="stat-card">
                <div class="stat-value">2026-04-14</div>
                <div class="stat-label">First Query</div>
            </div>
        </div>
        <div style="text-align: center; margin-top: 10px;">
            <span class="small-text">Last Query: 2026-08-24 09:33:42</span>
        </div>
    </div>
    
    <!-- Two columns: Top IPs + Top Bots -->
    <div class="two-columns">
        <div class="column">
            <h2>🌐 Top IPs</h2>
                        <table>
                <thead>
                    <tr>
                        <th>IP</th>
                        <th>Queries</th>
                    </tr>
                </thead>
                <tbody>
                                        <tr>
                        <td>192.249.119.206</td>
                        <td class="numero">4,906</td>
                    </tr>
                                        <tr>
                        <td>52.22.236.30</td>
                        <td class="numero">1,364</td>
                    </tr>
                                        <tr>
                        <td>54.167.223.174</td>
                        <td class="numero">1,354</td>
                    </tr>
                                        <tr>
                        <td>178.156.184.20</td>
                        <td class="numero">1,352</td>
                    </tr>
                                        <tr>
                        <td>34.198.201.66</td>
                        <td class="numero">1,349</td>
                    </tr>
                                        <tr>
                        <td>5.161.177.47</td>
                        <td class="numero">1,339</td>
                    </tr>
                                        <tr>
                        <td>3.212.128.62</td>
                        <td class="numero">1,336</td>
                    </tr>
                                        <tr>
                        <td>18.116.205.62</td>
                        <td class="numero">1,332</td>
                    </tr>
                                        <tr>
                        <td>178.156.189.113</td>
                        <td class="numero">1,322</td>
                    </tr>
                                        <tr>
                        <td>5.161.61.238</td>
                        <td class="numero">1,319</td>
                    </tr>
                                    </tbody>
            </table>
                    </div>
        
        <div class="column">
            <h2>🤖 Top Bots</h2>
                        <table>
                <thead>
                    <tr>
                        <th>Bot</th>
                        <th>Queries</th>
                    </tr>
                </thead>
                <tbody>
                                        <tr>
                        <td>GenericBot</td>
                        <td class="numero">35,135</td>
                    </tr>
                                        <tr>
                        <td>GPTBot</td>
                        <td class="numero">4,906</td>
                    </tr>
                                        <tr>
                        <td>human</td>
                        <td class="numero">1,414</td>
                    </tr>
                                        <tr>
                        <td>MetaBot</td>
                        <td class="numero">92</td>
                    </tr>
                                        <tr>
                        <td>ClaudeBot</td>
                        <td class="numero">19</td>
                    </tr>
                                        <tr>
                        <td>Amazonbot</td>
                        <td class="numero">16</td>
                    </tr>
                                        <tr>
                        <td>Applebot</td>
                        <td class="numero">13</td>
                    </tr>
                                        <tr>
                        <td>Bingbot</td>
                        <td class="numero">10</td>
                    </tr>
                                        <tr>
                        <td>AhrefsBot</td>
                        <td class="numero">7</td>
                    </tr>
                                        <tr>
                        <td>PerplexityBot</td>
                        <td class="numero">3</td>
                    </tr>
                                    </tbody>
            </table>
                    </div>
    </div>
    
    <!-- Queries by Hour -->
    <h2>⏰ Queries by Hour (Last 24h)</h2>
        <table>
        <thead>
            <tr>
                <th>Hour</th>
                <th>Queries</th>
            </tr>
        </thead>
        <tbody>
                        <tr>
                <td>2026-08-23 10:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 11:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 12:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 13:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 14:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 15:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 16:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-08-23 17:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 18:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 19:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 20:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 21:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-23 22:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-08-23 23:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 00:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 01:00:00</td>
                <td class="numero">11</td>
            </tr>
                        <tr>
                <td>2026-08-24 02:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 03:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 04:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 05:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 06:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 07:00:00</td>
                <td class="numero">12</td>
            </tr>
                        <tr>
                <td>2026-08-24 08:00:00</td>
                <td class="numero">13</td>
            </tr>
                        <tr>
                <td>2026-08-24 09:00:00</td>
                <td class="numero">8</td>
            </tr>
                    </tbody>
    </table>
        
    <!-- API Link -->
    <div class="info-box" style="text-align: center;">
        <a href="?format=json" style="color: #00ffcc;">📡 Ver JSON (para APIs)</a>
    </div>
    
    <div class="footer">
        NTM-IA Trust Statistics | Queries to ntm-ia-trust.php    </div>
</div>
</body>
</html>{
    "token_name": "NTM-IA",
    "contract_address": null,
    "timestamp": "2026-08-24T09:34:06-07:00",
    "data_source": "ai-dash-snippet.php + blockchain\/ntm-ia\/",
    "summary": {
        "trust_score": 90.1,
        "ntm_ia_price": 159.71,
        "supply": 4968.8202,
        "market_cap": 793552.73,
        "mint_ratio": 89,
        "uas": 89,
        "pct_ia": 42.8,
        "ai_index": 0.714,
        "hits_ia": 442225,
        "hub_companies": 1175,
        "respostas": 11066,
        "np": 16740.33,
        "ntm_original_price": 104.82,
        "blocks_generated": 20691
    },
    "trust_score_components": {
        "uas_score": 100,
        "pct_ia_score": 71.3,
        "ai_index_score": 89.3,
        "weights": {
            "uas": "50%",
            "pct_ia": "25%",
            "ai_index": "25%"
        },
        "caps": {
            "uas": 70,
            "pct_ia": "60%",
            "ai_index": "0.80"
        }
    },
    "model_notes": {
        "trust_score": "Trust Score based on: UAs (cap 70, weight 50%), % IA (cap 60%, weight 25%), AI Index (cap 0.80, weight 25%)",
        "mint_ratio": "The minting ratio equals the number of active UAs (User Agents IA). Self-regulated, no human intervention.",
        "formulas": "NP = ((%IA + AI Index) × hits \/ UAs) + responses. NTM-IA = NP \/ NTM_original."
    },
    "last_block": {
        "index": 20691,
        "timestamp": "2026-08-24 09:30:01",
        "hash": "df7b162637974c305b658482cefeb55dba10b6f1292305c6453a10aeb2a71965",
        "previous_hash": "fefe42f7516520fa56b86474a928a2f6ba5904d5391fbf039b08be35bdbd5202"
    },
    "history": [
        {
            "index": 20691,
            "timestamp": "2026-08-24 09:30:01",
            "ntm_ia_price": 159.71,
            "supply": 4968.8202,
            "market_cap": 793553.03,
            "mint_ratio": 89
        },
        {
            "index": 20690,
            "timestamp": "2026-08-24 09:20:01",
            "ntm_ia_price": 159.67,
            "supply": 4968.4944,
            "market_cap": 793333.32,
            "mint_ratio": 89
        },
        {
            "index": 20689,
            "timestamp": "2026-08-24 09:10:01",
            "ntm_ia_price": 159.67,
            "supply": 4968.4494,
            "market_cap": 793316.51,
            "mint_ratio": 89
        },
        {
            "index": 20688,
            "timestamp": "2026-08-24 09:00:01",
            "ntm_ia_price": 159.66,
            "supply": 4968.4382,
            "market_cap": 793265.17,
            "mint_ratio": 89
        },
        {
            "index": 20687,
            "timestamp": "2026-08-24 08:50:02",
            "ntm_ia_price": 159.66,
            "supply": 4968.4157,
            "market_cap": 793263.84,
            "mint_ratio": 89
        },
        {
            "index": 20686,
            "timestamp": "2026-08-24 08:40:01",
            "ntm_ia_price": 159.66,
            "supply": 4968.3483,
            "market_cap": 793238.56,
            "mint_ratio": 89
        },
        {
            "index": 20685,
            "timestamp": "2026-08-24 08:30:01",
            "ntm_ia_price": 159.65,
            "supply": 4968.2472,
            "market_cap": 793200.21,
            "mint_ratio": 89
        },
        {
            "index": 20684,
            "timestamp": "2026-08-24 08:20:01",
            "ntm_ia_price": 159.65,
            "supply": 4968.2247,
            "market_cap": 793192.24,
            "mint_ratio": 89
        },
        {
            "index": 20683,
            "timestamp": "2026-08-24 08:10:01",
            "ntm_ia_price": 159.65,
            "supply": 4968.191,
            "market_cap": 793189.99,
            "mint_ratio": 89
        },
        {
            "index": 20682,
            "timestamp": "2026-08-24 08:00:01",
            "ntm_ia_price": 159.79,
            "supply": 4968.191,
            "market_cap": 793866.5,
            "mint_ratio": 89
        }
    ],
    "verification": {
        "spec": "https:\/\/netmeios.com\/NTM-IA-VERIFICATION.md",
        "blocks_path": "https:\/\/www.netmeios.com\/blockchain\/ntm-ia\/blocks\/",
        "chain_type": "ntm-ia-token",
        "machine_verifiable": true
    },
    "endpoints": {
        "trust_score": "https:\/\/www.netmeios.com\/ntm-ia-trust.php",
        "integrity_checker": "https:\/\/www.netmeios.com\/ai-check-integrity-ntm-ia.php",
        "blocks_api": "https:\/\/www.netmeios.com\/api-blocks-ntm-ia.php",
        "explorer": "https:\/\/www.netmeios.com\/ai-ntm-ia-stats.php"
    }
}