> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Proxy Owner Registry 🌱

### Table Details

| Property     | Value                                      |
| ------------ | ------------------------------------------ |
| Table Name   | `polygon.predictions.proxy_owner_registry` |
| Table Status | Beta 🌱                                    |

### Table Columns

| Column Name                          | Data Type         | Description                                                          |
| ------------------------------------ | ----------------- | -------------------------------------------------------------------- |
| proxy\_address                       | VARCHAR(42)       | Polymarket proxy wallet address used for trading.                    |
| creation\_type                       | VARCHAR(16777216) | Type of wallet creation (MagicLink or GnosisSafe)                    |
| proxy\_owner\_eoa                    | VARCHAR(42)       | Owner EOA that controls the proxy wallet.                            |
| proxy\_first\_funder\_eoa            | VARCHAR(42)       | First EOA that funded the proxy wallet.                              |
| proxy\_first\_funder\_entity         | VARCHAR(16777216) | Entity attribution of the proxy wallet's first funder.               |
| owner\_first\_funder\_eoa            | VARCHAR(42)       | First EOA that funded the owner EOA.                                 |
| owner\_first\_funder\_entity         | VARCHAR(16777216) | Entity attribution of the owner EOA's first funder.                  |
| owner\_funder\_first\_funder\_eoa    | VARCHAR(42)       | First EOA that funded the owner's funder.                            |
| owner\_funder\_first\_funder\_entity | VARCHAR(16777216) | Entity attribution of the funder-of-the-owner's first funder.        |
| resolved\_owner\_eoa                 | VARCHAR(42)       | Final resolved owner EOA after applying all attribution methods.     |
| owner\_source                        | VARCHAR(16777216) | Method used to resolve the proxy wallet to its owner EOA.            |
| owner\_score                         | FLOAT             | Confidence score of the proxy-to-owner resolution.                   |
| owner\_conviction                    | VARCHAR(16777216) | Conviction score for the resolved owner attribution.                 |
| cluster\_id                          | VARCHAR(42)       | Identifier of the wallet cluster this proxy/owner belongs to.        |
| n\_cluster\_proxies                  | NUMBER(18,0)      | Number of proxy wallets in the user's wallet cluster.                |
| funder\_entity                       | VARCHAR(16777216) | Entity attribution of the wallet's first funder.                     |
| funder\_label                        | VARCHAR(16777216) | Label of the wallet's first funder.                                  |
| \_extras                             | VARIANT           | Additional protocol-specific fields not part of the standard schema. |
| \_created\_at                        | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.             |
| \_updated\_at                        | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.        |
