# 7. Registering the node in the Trusted Lists

In order for your AN node to communicate and connect with ours, it must be registered on the following two lists.

#### Trusted Access node list 

[Trusted Access Node list file](https://github.com/DOME-Marketplace/trust-framework/blob/main/sbx/trusted_access_nodes_list.yaml)

The format to follow is as follows:

<div align="left" dir="ltr" id="bkmrk-%C2%A0---name%3A-%3Cyour-comp"><table><colgroup></colgroup><tbody><tr><td>\- name: &lt;your company name&gt;   
 dlt\_address: &lt;dlt\_address generated [above](https://docs.google.com/document/d/1JHphRZdbzM_wa8BBXB9YYF1vQDkkgfgWrzbB3pq6kcM/edit?tab=t.0#heading=h.vr3rlgmu0p3x)&gt;

</td></tr></tbody></table>

</div>#### Trusted Services list 

[Trusted services list file](https://github.com/DOME-Marketplace/trust-framework/blob/main/sbx/trusted_services_list.yaml)

The format to follow is as follows:

<div align="left" dir="ltr" id="bkmrk-clientid-%3A-%3C%22did%3Akey"><table><colgroup></colgroup><tbody><tr><td>- clientId : &lt;"did:key of your machine"&gt;   
    redirectUris : \[\]  
    scopes : \[\]   
    clientAuthenticationMethods: \["client\_secret\_jwt"\]   
    authorizationGrantTypes: \["client\_credentials"\]   
    postLogoutRedirectUris : \[\]  
    requireAuthorizationConsent: false   
    requireProofKey: false   
    jwkSetUrl: " https://verifier.dome-marketplace-sbx.org/oidc/did/did:key:&lt;did key of our machine&gt;"   
    tokenEndpointAuthenticationSigningAlgorithm: "ES256"

</td></tr></tbody></table>

</div>